Simple classpath prob

2001-03-05 Thread Daryl Hall
Hi - pls someone help me before I go nuts! I've written a servlet in development=true mode that implements an interface class. How do I tell orion where to find this class? The interface is in the same package as the servlet and I've tried the following: Dropping the interface.class

Simple classpath prob

2001-03-05 Thread Daryl Hall
Hi - pls someone help me before I go nuts! I've written a servlet in development=true mode that implements an interface class. How do I tell orion where to find this class? The interface is in the same package as the servlet and I've tried the following: Dropping the interface.class

RE: Simple classpath prob

2001-03-05 Thread cybermaster
Did you set your source-directory in orion-web.xml? Did you make sure your browser doesn't do any caching? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daryl Hall Sent: Monday, March 05, 2001 4:47 AM To: Orion-Interest Subject: Simple classpath prob

Re: Simple classpath prob

2001-03-05 Thread Dan North
Put it in a jar file in a lib somewhere, and add the line: library path="/path/to/your/lib" / to $ORION/config/server.xml At 11:41 05/03/2001 +, Daryl Hall wrote: Hi - pls someone help me before I go nuts! I've written a servlet in development=true mode that implements an interface