2 Replies Latest reply on Dec 19, 2001 4:17 AM by janheise

    deploying the war separately under tomcat

    janheise

      hi all,

      another one: i tried to deploy the web-part of my application
      separately from my ejb-parts. i use jboss2.2.2 and tomcat3.2.2.
      i dropped the ejb-jar under jboss/deploy, unpacked the war
      under tomcat/webapps/appname and my authentification stuff
      was broken. i use form-based login via a database-connector
      which works fine when deployed via jboss/deploy. jboss and tomcat
      run in the same vm but the exception clearly states:
      javax.naming.NameNotFoundException: env not bound
      java.naming.factory.initial, provider.url and factory are
      set to the correct values. the exception propagates from
      org.jboss.tomcat.security.JBossSecurityMgrRealm.authenticate.

      someone out there experienced something similar or has a solution?

      jan