0 Replies Latest reply on Jun 22, 2004 12:14 PM by waldenmathews

    Tomcat common/endorsed equivalent in JBoss-Tomcat

      Hello,

      My application uses the class: org.omg.PortableServer.Servant. It loads by default from C:\j2sdk1.4.2_03\jre\lib\rt.jar, but I need it to override that. I can do that with (standalone) Tomcat 5 by placing the overriding jar in the common/endorsed directory.

      How can I get this same behavior with JBoss-Tomcat?

      I've tried turning "Java2ClassLoadingCompliance" off; I've tried turning "Java2ClassLoadingCompliance" off.

      I've also copied the target jar file directly into jbossweb-tomcat41.sar. No luck.

      Thanks in advance,

      Walden