Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Need to include extra components in war — how do I do that?
In order to implement the logging I need in Tomcat 5, I need to include a properties file in WEB-INF/classes and a log4j jar file in WEB-INF/lib. What do I need to do to get MyEclipse to package those extra components when it build the war file?
Hi Rob,
In you package explorer, make sure the log4j.jar file is present under WebRoot / WEB-inf / lib folder and the properties file needs to go in the root of your /src directory, it will be built (copied) into the /classes dir for you.