It's a bit tricky here. In my case, WEB-INF/lib doesn't work for jar
which involved Remote Method Invocation. I had to put it in
%TOMCAT_HOME%/lib to make the class "loadable".

Steve Slatcher wrote:
> 
> "Roy Yip" <[EMAIL PROTECTED]> wrote in message 
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 
> > Simply put those jar files in %JBOSS_HOME%/lib/ext.
> 
> This make them available to the EJBs, but does can JSPs really find them here?
> 
> > > I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
> > > tried with making a lib/ directory in the WEB-INF/ directory of my .war
> 
> WEB-INF/lib is the location for jars that JSPs and Servlets need.
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to