2 Replies Latest reply on Oct 15, 2001 9:01 PM by haytona

    embedded tomcat /admin context

    d4ljoyn

      Any ideas about this?

      [EmbeddedTomcatSX] Error during authenticate
      [EmbeddedTomcatSX] javax.naming.NameNotFoundException: env not bound
      [EmbeddedTomcatSX] at org.jnp.server.NamingServer.getBinding(NamingServer.j

      I'd like to active the tomcat admin context -- I followed the usual method with the stand-alone version, it doesn't seem to work with embedded
      Thanks dave

        • 1. Re: embedded tomcat /admin context
          starksm64

          You have to deploy a war with a jboss-web.xml descriptor describing the security domain to create a secure web application. Adding secure web apps using the server.xml file is not supported.

          • 2. Re: embedded tomcat /admin context
            haytona

            > You have to deploy a war with a jboss-web.xml
            > descriptor describing the security domain to create a
            > secure web application. Adding secure web apps using
            > the server.xml file is not supported.
            Is there a way around this? For my particular application it is desirable to use an expanded war (as the images and jsp pages are updated often) and the only way [that I know of] to do this is by using the server.xml file. My security works correctly if I package into an war but not [as you stated above] by using the server.xml file.
            I am using JBoss/Tomcat 2.4.1a with tomcat 3.2.3.
            So in summary, is it possible to have an expanded war within the jboss/deploy dir?

            thanks
            hamish