Lawernce,
Maybe you can add to this then:
http://restlet.tigris.org/issues/show_bug.cgi?id=379
Are you restarting the resin server or the jvm at all when trying to
redeploy/undeploy?
Do you have other apps running in the resin server that are using different
versions of the restlet api jars?
Joe.
----- Original Message -----
From: "Lawrence Kalinowski" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, February 06, 2008 5:16 PM
Subject: ServerServlet: [Noelios Restlet Engine] - classpath - resin 3.1.x -
linux
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