I run Orion with development="true", wich makes it compile .java into .class if the 
java has been modified. Good. 

I have a simple application with a servlet client in the web-app. If I provide only 
the ClientServlet.java file in WEB-INF/classes, Orion compiles it just fine when I try 
to access .../<web-appname>/servlet/ClientServlet. Good.

But then it tells me:

Servlet error: Error instantiating servlet 'ClientServlet' (servlet class not found, 
make sure it 
exists at 
F:\orion\Xercise\application\Xercise\web/WEB-INF/classes/ClientServlet.class... 

WHICH IS EXACTLY WHERE ORION DID JUST PUT THE FILE ITSELF!!!

Que pasa?

/jesper

(Orion 1.1.37, JDK1.3, Win2k)



Reply via email to