You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raja <al...@gmail.com> on 2007/05/23 01:54:05 UTC

Tomcat admin,Manager app setup

 Hi ,

We are trying to setup multiple instanace of tomcat running on the same
server. we can able to do it successfully.
We need to  run the Manager,Admin applications also on  each instance.

Version Details : Tomcat 6.0.10
JDK Version :  1.5.09

1 .From the docs, i understand that, by default there is no ADMIN
application enabled in the tomcat. So anyone in the group guide me setup
this application and let me know where can i download the application as
well.

2. I have copied Manager application to the individual instacne of the
tomcat webapps folder. But i am getting 404 error while accessing that
applcation.

Your help on this will be really helpful to us. Thanks in advance.


With Regards,

Alagar Raja R

RE: Tomcat admin,Manager app setup

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Rashmi Rubdi [mailto:rashmi.sub@gmail.com] 
> Subject: Re: Tomcat admin,Manager app setup
> 
> I haven't tried the 5.5.x Admin app on Tomcat 6.0.x , but it probably
> (just a guess) might be compatible.

It's not compatible, and at the moment there is no admin app for Tomcat
6.  Check the dev list for discussion thereof.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat admin,Manager app setup

Posted by Rashmi Rubdi <ra...@gmail.com>.
Thanks Chuck and Venkat,

I wasn't aware it wasn't compatible, and there wasn't a way to know
unless I tried it.

But next time, this question arises, I'll remember.

It would be helpful to see something about the Admin app on this page:
http://tomcat.apache.org/download-60.cgi

for example:

Admin App 6.0.x (Under Development)

so people looking for it would know that it isn't available yet,
unless they're supposed to be looking in the mail archives.

-Regards
Rashmi

On 5/23/07, Venkat Venkataramanan <th...@gmail.com> wrote:
> Rashmi:
>
> I posted a similar message and I was told then that the Admin application
> v5.5 is not compatible with Tomcat v6.0.x

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Tomcat admin,Manager app setup

Posted by Venkat Venkataramanan <th...@gmail.com>.
Rashmi:

I posted a similar message and I was told then that the Admin application
v5.5 is not compatible with Tomcat v6.0.x

-----Original Message-----
From: Rashmi Rubdi [mailto:rashmi.sub@gmail.com] 
Sent: Tuesday, May 22, 2007 8:58 PM
To: Tomcat Users List
Subject: Re: Tomcat admin,Manager app setup

On 5/22/07, Raja <al...@gmail.com> wrote:
>  Hi ,
>
> We are trying to setup multiple instanace of tomcat running on the same
> server. we can able to do it successfully.
> We need to  run the Manager,Admin applications also on  each instance.
>
> Version Details : Tomcat 6.0.10
> JDK Version :  1.5.09
>
> 1 .From the docs, i understand that, by default there is no ADMIN
> application enabled in the tomcat. So anyone in the group guide me setup
> this application and let me know where can i download the application as
> well.

There doesn't seem to be a download link for the Admin App for Tomcat
6.0.x at http://tomcat.apache.org/download-60.cgi

However, there is one for Tomcat 5.5.x here:
http://tomcat.apache.org/download-55.cgi#5.5.23

I haven't tried the 5.5.x Admin app on Tomcat 6.0.x , but it probably
(just a guess) might be compatible.

> 2. I have copied Manager application to the individual instacne of the
> tomcat webapps folder. But i am getting 404 error while accessing that
> applcation.

What link did you use to access the Manager app?

With the default install and default config of Tomcat 6.0.x , I'm able
to access the manager app at: http://localhost:8080/manager/html  ,
after defining a user and a role for that user in tomcat-users.xml

Look for tomcat-users.xml under apache-tomcat-6.0.x\conf\ folder and
add something like:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="somuser" password="secret" roles="admin,manager"/>
</tomcat-users>

> Your help on this will be really helpful to us. Thanks in advance.
>
>
> With Regards,
>
> Alagar Raja R
>

-Regards
Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat admin,Manager app setup

Posted by Rashmi Rubdi <ra...@gmail.com>.
On 5/22/07, Raja <al...@gmail.com> wrote:
>  Hi ,
>
> We are trying to setup multiple instanace of tomcat running on the same
> server. we can able to do it successfully.
> We need to  run the Manager,Admin applications also on  each instance.
>
> Version Details : Tomcat 6.0.10
> JDK Version :  1.5.09
>
> 1 .From the docs, i understand that, by default there is no ADMIN
> application enabled in the tomcat. So anyone in the group guide me setup
> this application and let me know where can i download the application as
> well.

There doesn't seem to be a download link for the Admin App for Tomcat
6.0.x at http://tomcat.apache.org/download-60.cgi

However, there is one for Tomcat 5.5.x here:
http://tomcat.apache.org/download-55.cgi#5.5.23

I haven't tried the 5.5.x Admin app on Tomcat 6.0.x , but it probably
(just a guess) might be compatible.

> 2. I have copied Manager application to the individual instacne of the
> tomcat webapps folder. But i am getting 404 error while accessing that
> applcation.

What link did you use to access the Manager app?

With the default install and default config of Tomcat 6.0.x , I'm able
to access the manager app at: http://localhost:8080/manager/html  ,
after defining a user and a role for that user in tomcat-users.xml

Look for tomcat-users.xml under apache-tomcat-6.0.x\conf\ folder and
add something like:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="somuser" password="secret" roles="admin,manager"/>
</tomcat-users>

> Your help on this will be really helpful to us. Thanks in advance.
>
>
> With Regards,
>
> Alagar Raja R
>

-Regards
Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org