Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Eclipse Europa/Tomcat 6.0 Deployment

Status
Not open for further replies.

elprogram

Programmer
Feb 4, 2008
1
US
I’m relatively new to Struts.
Was using Tomcat 5.5 and Eclipse 3.1 and used to deploy my projects manually,
Moving from my project folder: web-inf folder, images folder and my .jsp scripts into the Tomcat wepapps folder.

Now, I’m using Eclipse Europa with Tomacat 6.0
I have my projects in the Eclipse Workspace and the deployment is different.
You have to right click on the server and click on “publish”
After doing that, nothing happens and I don’t know if Eclipse is supposed to create a folder in the Tomcat/webapps folder for my project or I have to do it myself.
Does Tomcat take my classes, image etc from the workspace or it takes those from the Tomcat/wepapps folder?

the error I'm getting is no class found for the StartupManager (I alreday checked the web.xml and is OK)

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top