0 Replies Latest reply on Jul 25, 2004 11:39 AM by rosomak

    jBoss 3.2.3 and Tomcat manager HELP!

    rosomak

      Hi!!!

      I have a big problem with using very flexible Tomcat application manager knows from standalone Tomcat server.
      I use JBoss 3.2.3 with integrated Tomcat 4.1.29 so I'd like to use Tomcat manager from WWW under JBoss like in standalone Tomcat
      http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html.

      I'm testing an application using apache Axis so it's very useble for me to have this feature, because I must very often make a changes in my class source code (I use java:RPC) and I'm fed up restarting all server after deploying new class.

      so I edited a file:
      C:\jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF\jboss-se
      rvice.xml which is a standalone Tomcat server.xml equivalent.

      and make a changes:



      reloadable to have an ability to refreshing context via WWW

      and setting simple RealmMemory:


      tomcat-users.xml is like below:
      <tomcat-users>

      </tomcat-users>

      now I restarted JBoss and an Error occured:

      when I type in browser http://localhost:8080/manager/list
      I get
      HTTP Status 500 - No Context configured to process this request.

      Where is my mistake???
      Could you help me solve this???

      small snapshot from jboss-service.xml :





      <!-- Access logger -->


      <!-- Default context parameters -->






      [...]

      Thanks for all!!!
      Sergiusz