Recently i have installed Tomcat 5.5.17
I use Eclipse version 3.1.1. and ME 4.1.0.
When i deploy (war file) i have 2 problem :
1) I have changed the Project Build Path (creating 1 user libraries ) , but after deployment , the jar files ( in WEB-INF/lib) are not modified .
2) the first deploy is ok , but the secont time , the file .war
its ok but Tomcat does not execute unpack of WAR file.
I am forced : a) to close Eclipse or terminate threads Catalina
b) cancel manually the context-dir
c) Deploy WAR files
d) Restart Tomcat
Why ?
The configuratioh server.xml :
<Host name=”localhost” appBase=”webapps”
unpackWARs=”true” autoDeploy=”true”
xmlValidation=”false” xmlNamespaceAware=”false”>
Bye
Sigis Marco