Hi,
I have a Struts project setup for deployement for tomcat 4. When I deploy the application all jsp/classes/lib get copied to the tomcat/webapps dir.
However, I added a log4j.xml file to one of my src package to configure the log4j logger but it does not get deployed. In fact I also added a ressource named commons-loggin.properties and it does not get deployed eiter.
The only ressource that get deployed is the default ressource created when you configure a new web project project.
How do I add files so they can be deployed with my class file ?
thanks