Ok, I've created an application (.ear file) which has successfully been 
deployed, BUT my servlet in my .war file blows up on a runtime exception 
because it can't find it's base class, or helper classes.
I have a .jar file called "allsrc.jar" that contains all classes in my 
system, and that resides in my .ear file - I thought that would be enough 
for my servlet to see it, but it's not.  I tried putting the "allsrc.jar" in 
my "d:\orion" directory and it didn't work, and I tried referencing it in my 
classpath upon startup like this:
java -cp="d:/orion/fwrk/allsrc.jar" -jar orion.jar

Nothing seems to work!!  The only way I can get my servlet to successfully 
run is to unjar all of my classes into my web-inf/classes directory, and I 
don't want to do that.

So, where do I put my allsrc.jar so my servlet can find the classes it needs 
to run??

thanks,
Dan


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


Reply via email to