Re: Including jar files in my web app ?

2001-04-06 Thread Court Demas
> >I did what you suggested, put the velocity.jar file in the classes dir, > >removed the lib, unpacked it in the classes dir, put the org dir in the > >same package dir as where the java file is located, but no luck. Maybe > >because my class file is located in a package and I

Re: Including jar files in my web app ?

2001-04-05 Thread Court Demas
I just had a similar problem. Orion saw classes *either* in WEB-INF/classes *or* in WEB-INF/lib. My solution was to either unpack all classes into WEB-INF/classes (removing the lib directory), or create one huge JAR file in WEB-INF/lib (removing the classes directory). I hope there's a better s

web application classloading

2001-04-03 Thread Court Demas
short: Orion's classloading seems to be broken. It handles classes differently depending on whether they're loaded from WEB-INF/lib or WEB-INF/classes. I see related bugs in the Orion bugzilla database (http://bugzilla.orionserver.com/bugzilla/show_bug.cgi?id=340) with no comments or solutions