i run the combined tomcat/jboss in a single vm so don't have to start tomcat
explicity through tomcat.bat, its started by jboss for me.
looking at your trace it appears that servlet.jar isn't being picked up...is
it in your tomcat/lib dir? your error 500 is being thrown in the tomcat
container so what i don't understand is why jboss needs to know any thing
about soap.jar...or are you using soap within your ejb's?
xml.jar contains sun's old parser now well superceded by xerces...it
shouldn't cause any side effects.
nick
> Nick,
>
> I tried that and ammended my classpath in JBoss to:
> set
> JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;run.jar;C:\jdk1.3.1\lib\tool
> s.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
>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user