You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

How to Run the Petclinic sample application without eclipse (in windows)

  1. Set your JAVA_HOME variable
    1. Make sure it is set to a 1.5 JDK (not JRE) java installation directory
    2. for example: C:\Program Files\Java\jdk1.5.0_09
  2. Create a workspace directory
    1. for example: C:\workspace
  3. Using Tortoise SVN checkout of the MIT framework repository into your workspace
    1. tools\apache-tomcat-5.5.23
    2. sample\springframework
  4. Startup Tomcat
    1. double clicking on C:\workspace\tools\apache-tomcat-5.5.23\bin\startup.bat
  5. Build the petclinic war file
    1. click on all.cmd
    2. C:\workspace\sample\springframework\samples\petclinic\
  • No labels