Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ClassNotFoundException: weblogic.servlet.WlwJSPServlet

16 views
Skip to first unread message

Atul

unread,
Dec 24, 2003, 6:03:59 AM12/24/03
to
This error i am getting when i am trying to deploy my application on clustered environment.

jspServlet "weblogic.servlet.WlwJSPServlet" defined in weblogic.xml could not
be loaded.
java.lang.ClassNotFoundException: weblogic.servlet.WlwJSPServlet
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:185)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

Nagesh Susarla

unread,
Feb 2, 2004, 1:07:00 AM2/2/04
to
You could either change to reference in weblogic.xml to

"weblogic.serlet.JSPServlet"

or

add ensure that the serverclasspath includes jars used to start the workshop
server i.e knex.jar/wlw-lang.jar/javelin.jar/debugging.jar/log4j.jar

--Nagesh

"Atul" <atul_...@systime.co.in> wrote in message
news:3fe9729f$1...@newsgroups.bea.com...

isaac mosquera

unread,
Jan 28, 2005, 1:08:03 PM1/28/05
to
this happens because the classpath of NodeManager is not the same as the admin server which you probably created with the configuration wizard.

what you need to add is the knex.jar and log4j.jar which are in the directories server/lib and common/lib respectivey

isaac

0 new messages