Hi there,
I’m struggling wit a project. I’m trying to deploy it to Tomcat 5 but the classes are simply not copied. If I edit a .java and save it, the corresponding .class is copied overt to Tomcat.
I tried to clean the project so it gets rebuilt, but this didn’t help.
I’m using MyEclipse 3.8.3 on Eclipse 3.0.1.
The project structure looks like this:
/open-EIS – project root
/open-EIS/webroot – webroot
/open-EIS/webroot/WEB-INF/classes – sources and output folder
/open-EIS/webroot/jsp – jsp files
All other files (JSPs, libs, tlds etc.) are deployed alright, only classes are missing.
Any hints?
Bye+Thanks! Tino.