You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
How to Run the Petclinic sample application without eclipse (in windows)
- Set your JAVA_HOME variable
- Make sure it is set to a 1.5 JDK (not JRE) java installation directory
- for example: C:\Program Files\Java\jdk1.5.0_09
- Create a workspace directory
- for example: C:\workspace
- Using Tortoise SVN checkout of the MIT framework repository into your WORKSPACE
- WORKSPACE\tools\apache-tomcat-5.5.23
- WORKSPACE\sample\springframework
- Build the petclinic war file
- WORKSPACE\sample\springframework\samples\petclinic\all.cmd
- Startup Tomcat by double clicking on
- WORKSPACE\tools\apache-tomcat-5.5.23\bin\startup.bat
- Test regular port http://localhost:8080/
- Test the SSL port: https://localhost:8443/
- Note: You should be prompted to accept the server certificate
- The Tomcat manager user name and password are "admin" and "admin"