Step 1: Download Tomcat pre configured with JPetStore from this link and extract to C-drive.
Step 2: Go to C:\apache-tomcat-9.0.60\bin directory and start tomcat by running startup.bat
Note: Execute Step 3 only if the derby database is not running in the machine.
Step 3: Go to C:\apache-tomcat-9.0.60\javadb\bin directory and start derby by running startNetworkServer.bat
The below messages will be displayed once the derby starts.
Step 4: If you search the below url in the browser, the petstore application will appear.
http://localhost:8080/JPetStore/shop/index.shtml
Comments
0 comments
Article is closed for comments.