Difference between revisions of "Course notes for today"

From TempusServa wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by the same user not shown)
Line 6: Line 6:


Servers  
Servers  
* http://training.tempusserva.dk/cgi2201/login
* http://training.tsnocode.com/pol1/login
* http://training.tempusserva.dk/cgi2202/login
* http://training.tsnocode.com/pol2/login
* http://training.tempusserva.dk/cgi2203/login
* http://training.tsnocode.com/pol3/login
* http://training.tempusserva.dk/cgi2204/login
* http://training.tsnocode.com/pol4/login
* http://training.tsnocode.com/pol5/login


Credentials
Credentials
* username: admin
* username: admin
* password: TempusServaFTW!
* password: [on board]


API jar file
== Setting up DEV environment ==
https://omega.tempusserva.dk/nightly/tsnocodeApi.jar
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 ==
* https://wiki.tempusserva.dk/index.php?title=Installation_Windows#MySQL_database
 
Sample create user SQL
* CREATE USER 'tsinstall'@'*' IDENTIFIED BY 'TempusServa';
* GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'*' WITH GRANT OPTION;
* FLUSH PRIVILEGES;

Latest revision as of 08:15, 10 September 2024