1 Reply Latest reply on Jul 15, 2007 7:23 PM by jaikiran

    display application instead mamagement server

    huseyin

      Hi,
      how can i display the application i deployed, instead the management console at web page http://localhost:8080

      Tomcat used to have appbase option. Does Jboss have anything to support this feature?

        • 1. Re: display application instead mamagement server
          jaikiran

          Add a jboss-web.xml file, in the WEB-INF folder of your application, containing the following:

          jboss-web.xml:

          <?xml version="1.0" encoding="UTF-8"?>
          <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd">
          
          <jboss-web>
           <context-root>/</context-root>
          </jboss-web>