Hi -

Have been butting my head against what seems a simple problem. 

On my development system (Windows XP - resin 3.0.19 - SUN JDK 1.5) I am using
restlet within a resin 3.0.19 servlet container using the ServerServlet as an
adapter. Everything works fine in development - no worries. 

But when I move the webapp to Linux - resin 3.1.3 environment the adapter fails
due to a noclassdef found exception (the application class as indicated in the
context-param element for the key "org.restlet.application"). 

Exact same config between the two ServletContainers but the noelios class loader
is bombing out b/c it can't find the Application in the classpath.

I'll probably drop the resin down  to 3.0.19 and rebuild ... see if it is the
same issue then. If it goes away I'll update this thread.

But in the meantime, I've verified the classpath is fine - any ideas why the
classloader for ServerServlet is unable to find the class? 

thnx much - lwk



Reply via email to