Re: t5: text file and tomcat deployment

2009-06-29 Thread nille hammer
Hi Angelo, This is done in the pom.xml. The important tag is org.apache.maven.plugins maven-war-plugin WEB-INF/classes/log4j.properties true Regards, nillehammer == http://www.winfonet.eu - original Nachricht Betreff: t5: text file and tomcat

t5: text file and tomcat deployment

2009-06-29 Thread Angelo Chen
Hi, I put a info.txt file under src/main/resources and when jetty:run I can see info.txt under target/classes, that's what I want. however when I deploy it in tomcat, the info.txt file is inside a jar file: ROOT/WEB-INF/lib/myapp.jar, my purpose is, a text file that can be edited manually to conf