Difference between revisions of "Course notes for today"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
Servers | Servers | ||
* https://training.tsnocode.com/ | * https://training.tsnocode.com/anouk/login | ||
* https://training.tsnocode.com/ | * https://training.tsnocode.com/kpe/login | ||
* https://training.tsnocode.com/ | * https://training.tsnocode.com/nun/login | ||
Credentials | Credentials |
Revision as of 09:01, 13 March 2024
Slides for today
https://www.tempusserva.dk/share/training/PFM300.pdf
Servers for today
Servers
- https://training.tsnocode.com/anouk/login
- https://training.tsnocode.com/kpe/login
- https://training.tsnocode.com/nun/login
Credentials
- username: admin
- password: [on board]
Setting up DEV environment
Downloads
- https://omega.tempusserva.dk/nightly/tsnocodeApi.jar
- https://omega.tempusserva.dk/nightly/TempusServa.war
For placement in the lib folder (ALL)
- https://www.tempusserva.dk/install/driver/mysql-connector-java-5.1.45-bin.jar
- https://www.tempusserva.dk/install/driver/commons-logging-1.1.1.jar
Related articles
Sample create user SQL
- CREATE USER 'tsinstall'@'*' IDENTIFIED BY 'TempusServa';
- GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'*' WITH GRANT OPTION;
- FLUSH PRIVILEGES;