On 04/03/2008, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > > Hello, just two quick things - I need some help (Appfuse: Spring + > Hibernate): > > 1) I need to create a .war without the VERSION number on it. Example: > myappz.war instead of myappz-0.2.war
You can configure the maven war plugin to generate a war file without the version number see http://maven.apache.org/plugins/maven-war-plugin/ for details. 2) I need a separate log file in tomcat. You should be able to configure log4j to log whatever/wherever you like. Just make the necessary edits to log4j.xml, which you can find here: http://tinyurl.com/2ozfgc. Simply place it in src/main/resources in your web component. Mike Please..somebody. > > Thanks in advance. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
