You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sebastien MORETTI <Se...@unil.ch> on 2008/04/16 08:43:16 UTC

Reach manager via apache

Hi,

Our tomcat applications use port 8009 to be reached, via apache, on port 80.

Everything works perfectly but tomcat manager cannot be reached as other 
applications.

We use this syntax in apache config file:
     JkMount /cres default
     JkMount /cres/* default

     JkMount /manager default
     JkMount /manager/* default

With this, cres application can be reached on port 80.
Manager connexion returns an apache server error.


Do you have an idea why manager cannot be reached via apache ?

Thanks

(Port 8080 is blocked by firewall and tomcat no more uses port 8080, 
commented in server.xml file)

-- 
Sébastien Moretti
Department of Ecology and Evolution,
Biophore, University of Lausanne,
CH-1015 Lausanne, Switzerland
Tel.: +41 (21) 692 4221/4056

---------------------------------------------------------------------
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: Reach manager via apache

Posted by Sebastien MORETTI <Se...@unil.ch>.
 >> Do you have an idea why manager cannot be reached via apache ?
 >>
 >> Thanks
 >>
 >> (Port 8080 is blocked by firewall and tomcat no more uses port 8080,
 >> commented in server.xml file)
 >
 > Sorry, Manager connexion returns a tomcat server error.

And the error is?
Tomcat version?
Did it work on port 8080 when port 8080 was enabled?

Mark


Resolved !
I used the wrong URL to reach manager:
	http://server/manager
instead of the right one
	http://server/manager/html
which works !


Sorry, the error was:
The requested resource (/manager/) is not available.
Apache Tomcat/5.5.26

-- 
Sébastien Moretti
Department of Ecology and Evolution,
Biophore, University of Lausanne,
CH-1015 Lausanne, Switzerland
Tel.: +41 (21) 692 4221/4056

---------------------------------------------------------------------
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: Reach manager via apache

Posted by Mark Thomas <ma...@apache.org>.
Sebastien MORETTI wrote:
>> Do you have an idea why manager cannot be reached via apache ?
>>
>> Thanks
>>
>> (Port 8080 is blocked by firewall and tomcat no more uses port 8080, 
>> commented in server.xml file)
> 
> Sorry, Manager connexion returns a tomcat server error.

And the error is?
Tomcat version?
Did it work on port 8080 when port 8080 was enabled?

Mark



---------------------------------------------------------------------
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: Reach manager via apache

Posted by Sebastien MORETTI <Se...@unil.ch>.
> Hi,
> 
> Our tomcat applications use port 8009 to be reached, via apache, on port 
> 80.
> 
> Everything works perfectly but tomcat manager cannot be reached as other 
> applications.
> 
> We use this syntax in apache config file:
>     JkMount /cres default
>     JkMount /cres/* default
> 
>     JkMount /manager default
>     JkMount /manager/* default
> 
> With this, cres application can be reached on port 80.
> Manager connexion returns an apache server error.
> 
> 
> Do you have an idea why manager cannot be reached via apache ?
> 
> Thanks
> 
> (Port 8080 is blocked by firewall and tomcat no more uses port 8080, 
> commented in server.xml file)

Sorry, Manager connexion returns a tomcat server error.

-- 
Sébastien Moretti
Department of Ecology and Evolution,
Biophore, University of Lausanne,
CH-1015 Lausanne, Switzerland
Tel.: +41 (21) 692 4221/4056

---------------------------------------------------------------------
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