Packaging a Waffle Web Application and deploying it toTomcat (using WTP)
This Tutorial will show you how to create a WAR file and deploy it application using Waffle, Eclipse Web Tools Platform (WTP) and Tomcat Web Server.
Main Learning's
- After following this tutorial you will learn how to:
- Create a WAR file and deploy it on Tomcat
- Run the Waffle sample Web application in Tomcat
Versions used:
- OS: Windows XP V1.6
- JDK version 1.5.0_12
- Apache Tomcat v 5.5.23
- WTP - Web Tools Platform All-In-One Packages - R2.0 (from June 26, 2007)
- Waffle 1.0-beta-1 (28 July 2007)
Assumptions:
Tutorial Steps:
- Create a WAR file for your web project
- helloWaffle > Export > WAR File


- On Destination, select <tomcat_path>\webapps folder\helloWaffle.war
- E.g. C:\Program Files\apache-tomcat-5.5.23\webapps\helloWaffle\helloWaffle.war
- Click on Finish
- Start Tomcat


- Check out your hello waffle at http://localhost:8080/helloWaffle/hello.action

Comments (0)
You don't have permission to comment on this page.