1 Reply Latest reply on Aug 22, 2011 1:00 PM by rhinmass

    Jboss - Context Root

    salvuzzo

      Hello Friend, first, sorry for my Enghish.

      I have one problem with one configuration for Jboss. I Have one Application WEB (java) with application server (J-Boss 5.1). Now i want to achieve my application without one PATH for exsample.

       

      http://localhost:8080/

       

      In this moment, with this url, i want to achieve console jboss and not webapplication, for resolved this problem, i have created one file configuration (jboss-web.xml) into folder web-inf, in this file.xml i have write:

       

      <?xml version="1.0" encoding="UTF-8"?>

      <jboss-web>

          <context-root></context-root>

      </jboss-web>

       

      but this is not enough, because with this modification, my webapplication its is attainable with

       

      http://localhost:8080//

       

      help !!! help !!!