|
How to deploy SIMS.war on the server? |
|
- First of all, please, save SIMS.war in any folder where it’s convenient for you, desktop will also do.
- Then let’s start Tomcat Monitor.
- “Start” menu-> All programmes ->“Apache Tomcat”-> “Monitor Tomcat”
- Right-click on the newly appeared icon on the system tray (right hand-side of the task bar). Note: the “red square” indicates that server is down, the “green arrow”- server is running.
- Choose “Start service” to initiate the server operation
- Open the browser window (e.g. Internet explorer or Firefox)
- Enter http://localhost:8080/manager/html. This should bring up the Tomcat Manager control panel. You will be asked for login and password which were set during the Tomcat installation (see step2).
- Scroll the page down and locate the form called “WAR file to deploy”. Fetch the SIMS.war file using the button “Browse”
- Click “Deploy”
- A new application should appear in the upper half of the Tomcat manager page (in the list of applications). The application will be called “SIMS” with its running status being “true”.
- Click on the application title (SIMS) in the left column. This will bring up the login page to SIMS. The default username and password are admin, admin
- Once you logged in the system is ready to use. Congratulations!
The system is configured with the default values which in principle can be changed via the webform at: http://localhost:8080/SIMS/db/config
|