Hi,

Some testing...
If one leaves a jar with the classes ( lets say
sample.HelloWorldPortlet.class ) inside /WEB-INF/lib  then IT WORKS.
If one leaves the same jar inside a hand_made WEB-INF/classes directory
IT DOESN't WORK.

If one leaves the class in a directory inside /WEB-INF/lib , that is
WEB-INF/lib/sample/HelloWorldPortlet.class, IT DOESN't WORK.
If one leaves the class with the same directory structure inside
/WEB-LIB/classes, that is
/WEB-LIB/classes/sample/HelloWorldPortlet.class then IT WORKS.

Should it be possible to leave JARS inside /WEB-INF/classes?

Carlos.

> 
> These exceptions arise because of the mixture of classpaths in your
> settings.
> 
> Summarising:
> 
> No jetspeed related jars in tomcat/lib
> All webapp related jars in WEB-INF/lib or WEB-INF/classes
> 
> It should work.
>


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to