This is a sample application for Web Skills. This application represents an online catalog that can be browsed and edited.
To be able to run this application you will need the Apache Tomcat 6.0 server. The server can be downloaded from this link:
- http://apache.mirror.dkm.cz/pub/apache/tomcat/tomcat-6/v6.0.33/bin/apache-tomcat-6.0.33-deployer.zip
After you download the archive, it will have to be extracted, preferably in the root of some hard disk, eg. C. Next you will need to download the Catalog web application. You can download the application by clicking here. Extract the content of the zip file into the webapps folder that is located in the server folder we extracted just now. Now go to the bin folder which is also located in the server folder and run startup.sh if you are using Linux, or startup.bat if you are using Windows.
The only thing left to do is open the web application. Open a web browser and in the address bar input this address: localhost:8080/catalog





