RE: java.lang.ClassNotFoundException confused with the classpath lib

2009-11-12 Thread Martin Gainty
Re: java.lang.ClassNotFoundException confused with the classpath lib > From: qazw...@gmail.com > To: user@ant.apache.org > > I take it that you're talking about running this, and not building the > war in Ant itself. > > You can specify the CLASSPATH in your MANI

Re: java.lang.ClassNotFoundException confused with the classpath lib

2009-11-12 Thread David Weintraub
I take it that you're talking about running this, and not building the war in Ant itself. You can specify the CLASSPATH in your MANIFEST.MF file if you don't put the jars in the directory your application server is expecting. Look at the portion of the task about how to setup the classpath in y

RE: java.lang.ClassNotFoundException confused with the classpath lib

2009-11-10 Thread Martin Gainty
every jar in a Tomcat or Glassgish war goes into /WEB-INF/lib e.g. $CATALINA_HOME/webapps/WebAppName/WEB-INF/lib $GF_HOME/lib/install/applications/WebappName\WebappName_war\WEB-INF\lib Under Glassfish Server ant jars are located to $GF_HOME/lib/ant/lib servlet spec