At 10:37 AM 6/29/2001 +0100, you wrote:
>I run the jboss2.2.2/tomcat3.2.2 single vm combo with soap 2.2 and the
>xerces parser. My classpath to start jboss/tomcat is:
>CLASSPATH=;run.jar;d:\jdk\lib\tools.jar;..\lib\xerces.jar
>The soap rpcrouter is deployed by dropping soap.war in the tomcat webapps
>dir.
>
>nick

Nick,

I tried that and ammended my classpath in JBoss to:
set 
JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;run.jar;C:\jdk1.3.1\lib\tools.jar;..\lib\xerces.jar;..\lib\soap.jar;..\lib\ext\mail.jar;..\lib\ext\activation.jar;
 


But I still get the error:
Error: 500
Location: /soap/servlet/rpcrouter
Internal servlet error:

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
        etc, etc, ...

Did you change anything in tomcat.bat?
Where do the classpaths for tomcat get added from JBoss?
The reason I'm asking is that as I said before, when I add the soap.jar all 
hell breaks loose in tomcat.
Also, what about the xml.jar file sitting in jboss/lib? Will that be 
messing anything up?


Cheers,

Dr. Bruce A. Scharlau
Dept. of Computing Science
Aberdeen University
[EMAIL PROTECTED]
01224 272193


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to