Fórum

html/manager on tomcat bundle

Al Y, modificado 16 Anos atrás.

html/manager on tomcat bundle

New Member Postagens: 5 Data de Entrada: 15/12/07 Postagens Recentes
How come I cannot access Tomcat manager with the Liferay-Tomcat bundle version? What do I need to do to access it.
There is a thread here that mentions I need to copy some files from a separate Tomcat installation and add the manager access in the tomcat-users.xml. Did that, nothing happens. Also when I type http://localhost:8080/html/manager/ the URL to access manager for Tomcat, I get forwarded to the Liferay portal logon page instead. I don't get it. Please help, thx.
Varun Sadana, modificado 16 Anos atrás.

RE: html/manager on tomcat bundle

New Member Postagens: 21 Data de Entrada: 01/08/07 Postagens Recentes
I am having the same issue, if anyone has any idea, please let me know
Varun Sadana, modificado 16 Anos atrás.

RE: html/manager on tomcat bundle

New Member Postagens: 21 Data de Entrada: 01/08/07 Postagens Recentes
Thanks Ray,
I'd try this out and let you know.
billy chan, modificado 16 Anos atrás.

RE: html/manager on tomcat bundle

Junior Member Postagens: 43 Data de Entrada: 19/11/07 Postagens Recentes
Hello
From my understanding, If you download the liferay for "Recommended download" version, the tomcat manager is removed!
So, you can not access tomcat manager!
In my opinion, i not encourage you paste the tomcat's manager into liferay! Try to use the liferay' Enterprise Admin or Admin portlet to get all information you need!
emoticon
thumbnail
Ray Auge, modificado 16 Anos atrás.

Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager on t

Liferay Legend Postagens: 1197 Data de Entrada: 08/02/05 Postagens Recentes
> How come I cannot access Tomcat manager with the Liferay-Tomcat bundle version? What do I need to do to access it.
> There is a thread here that mentions I need to copy some files from a separate Tomcat installation and add the manager access in the tomcat-users.xml. Did that, nothing happens. Also when I type http://localhost:8080/html/manager/ the URL to access manager for Tomcat, I get forwarded to the Liferay portal logon page instead. I don't get it. Please help, thx.

The Liferay tomcat bundle is stripped of other unused web applications
like the tomcat manager app.

What you need to do is:

- you need to get a working copy of the app (get it from a full copy of
tomcat)
- copy manager webapp to ${tomcat_home}/server/webapps (NOT
${tomcat_home}/webapps)
- copy manager webapp context configuration file to
${tomcat_home}/conf/Catalina/localhost/manager.xml
- restart tomcat

You should be able to access the manager webapp at
http://hostname:port/manager (not /html/manager)
Varun Sadana, modificado 16 Anos atrás.

RE: Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager

New Member Postagens: 21 Data de Entrada: 01/08/07 Postagens Recentes
This is working. Thanks a ton
thumbnail
Antonio Tomas Pujante, modificado 14 Anos atrás.

RE: Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager

Junior Member Postagens: 89 Data de Entrada: 18/05/09 Postagens Recentes
Hello,

How i can do that with tomcat 6.x (liferay 5.2.3). The steps for tomcat 5.x don´t work.

Thanks!
thumbnail
Jules OU, modificado 13 Anos atrás.

RE: Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager

New Member Postagens: 22 Data de Entrada: 04/12/08 Postagens Recentes
John Baskeyfield Daniel:
Hello,

How i can do that with tomcat 6.x (liferay 5.2.3). The steps for tomcat 5.x don´t work.

Thanks!


Same here with Liferay 6.0.5, see http://www.liferay.com/community/forums/-/message_boards/message/5852962
thumbnail
Jules OU, modificado 13 Anos atrás.

RE: Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager

New Member Postagens: 22 Data de Entrada: 04/12/08 Postagens Recentes
Got it, you have to copy manager/ to tomcat/webapps (not to server/...), restart Tomcat and go to http://localhost:8080/manager/html/
thumbnail
Serdar Ayalp, modificado 12 Anos atrás.

RE: Re: [Liferay Forums][1. Installation / Deployment / Setup]html/manager

Junior Member Postagens: 45 Data de Entrada: 02/09/11 Postagens Recentes
thxs, was very helpful