Charles,

What steps have you taken to install Apache SOAP?  If you did anything
other than drop soap.war in $CATALINA_HOME/webapps, I recommend you
un-do it.  Also, do you have a soap.jar hanging out somewhere it should
not, such as $JAVA_HOME/jre/lib/ext?  That will kill you every time.

Scott Nichol

----- Original Message -----
From: "Charles Brewster" <[EMAIL PROTECTED]>
To: "soap-user" <[EMAIL PROTECTED]>
Sent: Thursday, November 07, 2002 2:38 AM
Subject: Re; Soap 2.3.1 on Tomcat 4.1.12 on RedHat 8.0 - a question
revisited


> I followed with interest the exchange between Scott and Alex to-day as
I
> encountered similar problems. From Scott's directions and lots of
> reading on the classloader process I am confident I understand the do
&
> don'ts and have permuted them all.
>
> I had no problem installing on NT and the two  run fine. My Linux
Tomcat
> runs all the apps I have written and borrowed in the past (Jive for
> example). In the case of SOAP It definitely seems to relate to classes
> which are used both by the 'container' and the app. Tomcat allows jar
> files in the common/endorsed to be shared etc., (Read the docs etc)
>
> The question, If someone on the list has this combo going would they
> please share the details (common/endorsed, ../lib, WEB-INF/*, and
other
> config data. Off-line if you like.
>
> Snippet: on calling the rpcrouter URL
>
> java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
> at java.lang.ClassLoader.defineClass0(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:509)
> at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:246)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
> at org.apache.catalina.loader.WebappClassLoader.loadClass(Unknown
Source)
> at org.apache.catalina.loader.WebappClassLoader.loadClass(Unknown
Source)
> at org.apache.catalina.core.StandardWrapper.loadServlet(Unknown
Source)
> at org.apache.catalina.core.StandardWrapper.allocate(Unknown Source)
> at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown So
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:soap-user-unsubscribe@;xml.apache.org>
> For additional commands, e-mail:
<mailto:soap-user-help@;xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to