0 Replies Latest reply on Mar 14, 2004 8:29 PM by jason_pratt

    jBoss 3.2.3 w/Tomcat vhosts - SingleSignOnContextConfig Prob

    jason_pratt

      Hello -
      I am having a problem that I can't seem to track down or understand. I previously had a WAR file deployed using plain jsp/struts. I have since enhanced this to an EAR file to include a hibernate.sar as per:

      http://www.hibernate.org/66.html

      So I have my persistant classes in a seperate jar that is listed in the manifest. Everything appears to load fine, until jBoss starts to load the WAR file. Then I see the following in the log:

      2004-03-14 20:49:13,560 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/impweb, warUrl=file:/apps/jboss-3.2.3/server/default/tmp/deploy/tmp42517impEAR-1.0.ear-contents/impWEB-1.0.war/
      2004-03-14 20:49:15,787 ERROR [org.jboss.web.Host=www] SingleSignOnContextConfig[/impweb] Exception processing JAR at resource path /WEB-INF/lib/struts-1.1.jar
      javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/struts-1.1.jar
       at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnContextConfig.java:1074)
       at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScan(SingleSignOnContextConfig.java:999)
       at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.start(SingleSignOnContextConfig.java:752)
       at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.lifecycleEvent(SingleSignOnContextConfig.java:255)


      Which I do not understand, I double checked the Tomcat info. I am not using singlesignon anywhere that i am aware of. I did a search on jBoss and I couldn't find anything that relates to this and the PDF that I purchased doesn't discuss this either.

      Any help would be GREAT!

      Regards,

      Jason