Hi Austin, Everybody I have deployed the ear files into Jboss deploy directory and a war file within it contains the jboss-web.xml. However I cant see any evidence that its content were intepretedin the server.log file. I have attached the log and xml files would anyone help. I am using JBoss2.2.2_Tomcat3.2.2. 8/26/01 5:20:59 PM, "Paul Austin" <[EMAIL PROTECTED]> wrote: >Madock, > >Did you deploy the application using the ear file with the embedded war >file, if the web application was not deployed via a war file the >jboss-web.xml file will not be loaded. > >Paul > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Madock >Chiwenda >Sent: 26 August 2001 13:25 >To: [EMAIL PROTECTED] >Subject: Re: [JBoss-user] EmbeddedTomcatSX and JAAS > > >Hi! > >I have checked the jboss-web.xml and found it in both tutorial1.ear and >tutorial2.ear. But the sample web sample would not run anyway. Any more >ideas? > >Madock > >8/25/01 5:37:47 PM, "Marcel Stremming" <[EMAIL PROTECTED]> wrote: > >>I had the same Exception. Reason: >> >>The jboss-web.xml was not interpreted. Either You may have forgotten to >>add it or U deployed Your WebApplication into the tomcat/webapps >>directory (It has to go into the jboss/deploy dir). >> >> >>-----Ursprungliche Nachricht----- >>Von: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]] Im Auftrag von Madock >>Chiwenda >>Gesendet: Samstag, 25. August 2001 15:37 >>An: [EMAIL PROTECTED] >>Betreff: [JBoss-user] EmbeddedTomcatSX and JAAS >> >>Hi! >> >>Is there documentation of how to run EmbeddedTomcatSX instead of >>EmbeddedTomcat? >> >>I am trying to run the JBoss JAAS sample. The running samples by Ant >>works fine but web access does not work giving the following error: >> >>[EmbeddedTomcat] Error during authenticate >>[EmbeddedTomcat] javax.naming.NameNotFoundException: env not bound >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getBinding(NamingServer.java:473) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getBinding(NamingServer.java:481) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getObject(NamingServer.java:487) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.lookup(NamingServer.java:253) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:457) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333) >>[EmbeddedTomcat] at >>javax.naming.InitialContext.lookup(InitialContext.java:350) >>[EmbeddedTomcat] at >>org.jboss.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecuri >>tyMgrRealm.java:102) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.doAuthenticate(ContextManager.java >>:837) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.RequestImpl.getRemoteUser(RequestImpl.java:341) >>[EmbeddedTomcat] at >>org.jboss.tomcat.security.JBossSecurityMgrRealm.authorize(JBossSecurityM >>grRealm.java:148) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.doAuthorize(ContextManager.java:85 >>5) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav >>a:789) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) >>[EmbeddedTomcat] at >>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(H >>ttpConnectionHandler.java:213) >>[EmbeddedTomcat] at >>org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416 >>) >>[EmbeddedTomcat] at >>org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:50 >>1) >>[EmbeddedTomcat] at java.lang.Thread.run(Thread.java:484) >>[EmbeddedTomcat] Error during authenticate >>[EmbeddedTomcat] javax.naming.NameNotFoundException: env not bound >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getBinding(NamingServer.java:473) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getBinding(NamingServer.java:481) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.getObject(NamingServer.java:487) >>[EmbeddedTomcat] at >>org.jnp.server.NamingServer.lookup(NamingServer.java:253) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:457) >>[EmbeddedTomcat] at >>org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333) >>[EmbeddedTomcat] at >>javax.naming.InitialContext.lookup(InitialContext.java:350) >>[EmbeddedTomcat] at >>org.jboss.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecuri >>tyMgrRealm.java:102) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.doAuthenticate(ContextManager.java >>:837) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.RequestImpl.getRemoteUser(RequestImpl.java:341) >>[EmbeddedTomcat] at >>org.jboss.tomcat.security.JBossSecurityMgrRealm.authorize(JBossSecurityM >>grRealm.java:148) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.doAuthorize(ContextManager.java:85 >>5) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav >>a:789) >>[EmbeddedTomcat] at >>org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) >>[EmbeddedTomcat] at >>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(H >>ttpConnectionHandler.java:213) >>[EmbeddedTomcat] at >>org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416 >>) >>[EmbeddedTomcat] at >>org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:50 >>1) >>[EmbeddedTomcat] at java.lang.Thread.run(Thread.java:484) >> >>I hope by running EmbeddedTomcatSX I may be able to run the sample. >> >>Has anyone any ideas >> >>Cheers >> >>Madock >> >> >>_________________________________________________________ >>Do You Yahoo!? >>Get your free @yahoo.com address at http://mail.yahoo.com >> >> >>_______________________________________________ >>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 >> > > > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >_______________________________________________ >JBoss-user mailing list >[EMAIL PROTECTED] >http://lists.sourceforge.net/lists/listinfo/jboss-user > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >_______________________________________________ >JBoss-user mailing list >[EMAIL PROTECTED] >http://lists.sourceforge.net/lists/listinfo/jboss-user > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user