1 Reply Latest reply on Nov 22, 2002 7:00 AM by srivastava_manu

    Howto get webapps/Root to work with JBoss3&tomcat4

    vkie001

      I am working on a project which uses to drop jsp files into tomcat/webapps/Root at runtime.
      Weblogic support this also jboss2.4&tomcat3 use to function the same way.

      Does anyone know how I can default/root to work?

      Thank you.

        • 1. Re: Howto get webapps/Root to work with JBoss3&tomcat4
          srivastava_manu

          I think I am too late for replying but here it is anyway.
          Here is how we got it to work.
          Create a 'Root.war' directory in the deploy directory. Create a Web-inf directory under it. Put your web.xml and jboss-web.xml insite Web-inf.
          The contents of jboss-web.xml are
          <jboss-web>
          <context-root>/</context-root>
          </jboss-web>

          That's about it...

          Rgds
          Manu