-
1. Re: Configuring the Manager web application Context
peterj Jan 19, 2009 11:26 AM (in response to priyapg)Are you looking for this: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html#d0e22086
If not, could you rephrase your question? Perhaps give an example of what you want to accomplish? -
2. Re: Configuring the Manager web application Context
priyapg Jan 19, 2009 11:26 PM (in response to priyapg)I want to list the deployed applications in jboss .In the below link
www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/manager-howto.html
to configure the Manager web application Context,I don't which path I should give as docBase ?
whether
/opt/jboss-4.2.2.GA-src/tomcat/output/deploy/jboss-web.deployer/ROOT.war/manager
or
/opt/jboss-4.2.2.GA-src/build/output/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/ROOT.war/manager
I tried both,but not getting the manager application through browser.
My attempt is when giving the url http://localhost:8080/manager/list ,it should list all deployed applications .
Can u please help me? -
3. Re: Configuring the Manager web application Context
priyapg Jan 19, 2009 11:28 PM (in response to priyapg)Also I would like to know about the tomcat structure in jboss 4.2.2.
-
4. Re: Configuring the Manager web application Context
peterj Jan 20, 2009 11:20 AM (in response to priyapg)Wait a second, you are reading documentation on JBoss Web Server and attempting to apply that to JBoss AS. That is not always going to work. Specifically, the 'manager' application that comes with JBoss Web Server does not come with JBoss AS.
-
5. Re: Configuring the Manager web application Context
priyapg Jan 20, 2009 10:33 PM (in response to priyapg)Thank you for your information.So I'll try using MBeans