It didn’t work when I had
servlet.jar in Tomcat’s lib directory. It is working now when I to
explicitly specified it in the CLASSPATH.
Regards,
Jay
-----Original Message-----
From: Mark Childerson
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001
11:17 AM
To: [EMAIL PROTECTED]
Subject: Re: Newbie:
JBOSS/Tomcat/SOAP setup question
Do you have servlet.jar on your classpath or in
Tomcat's lib directory?
Mark
At 07:28 PM 9/24/01 -0400, you wrote:
Hi All,
[I tried to search through the archive and couldn t find an answer; Hoping that
one of you could shed some light on this]
I have an environment where Tomcat(3.2.3) is installed as part of JBoss(2.4.0)
on windows 2000 and is functional. When I install SOAP, and try to access
/soap/admin/list.jsp I run into the following error. I tried both
deploying war file as well as specifying the context in server.xml. I have
updated my CLASSPATH to include xerces, activation and mail.
Internal Servlet Error:
javax.servlet.ServletException:
javax/servlet/http/HttpServlet
Root cause:
java.lang.NoClassDefFoundError:
javax/servlet/http/HttpServlet
<snip>