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
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
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