After update to 1.2 my old problem (wihch no one ever responded to) has a brand new behavior. Orion still compiles the .java file into a .class file when the servlet is accessed from the browser, but then returns the error message 404 Not Found Resource /<web-appname>/servlet/ClientServlet not found on this server instead of the error message mentioned in my previous message (enclosed below). Still it looks definitly like a bug to me, since Orion obiously finds the source .java file and succeeds in compiling it. /j ----- Original Message ----- From: "Jesper Weissglas" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 8:33 PM Subject: Bogus error message? > 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) > > >
