1 Reply Latest reply on May 30, 2006 11:38 AM by peterj

    Default application and JBoss web console

    redo

      Maybe someone could help:

      I have web application with context-root, for example, "myroot"
      As result, the link is http://xxx.xxx.xxx.xxx:port/myroot/myservlet
      But I want to open "myservlet" when only http://xxx.xxx.xxx.xxx:port is entered.
      How can i configure that?

      When I am enetering the address http://xxx.xxx.xxx.xxx:port, JBoss console is shown. How to meke that JBoss web console is not shown at at all and my app is shown?

      If i leave context root blank, I can get my servlet http://xxx.xxx.xxx.xxx:port/myservlet, but still there is problem because http://xxx.xxx.xxx.xxx:port web console is shown.

      How to solve that?