Title: SV: Problem run demo servlets
This is a classloader issue that arises because of the way that orion.jar is packaged.
 
here are a couple of work arounds.
 
Add the classes you need by using a library tag.
 
Or, start Orion by calling the com.evermind.server.ApplicationServer  class directly instead of java -jar orion.jar.
 
There are lots of other solutions, but this should get you going.
 
WR
Russ
 
 
 -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of �rjan Classon
Sent: Friday, March 23, 2001 7:22 AM
To: Orion-Interest
Subject: Problems deploying

Hi,
 
We have developed an application for Weblogic that I'm trying to deploy on Orion.
The problem is that I get NoClassDefFound on certain classes when I try to deploy.
 
The class that are missing is a class that I've developed my self to isolate all vendor
dependencies for database and application server.
All my EJB's extends this class.
 
I've put all classes needed in CLASSPATH environment variable but that doesen't seem
to work.
 
Is there something I'm missing here?
 
Please help a newbee.
 
/Per
 
 

Reply via email to