Foren

html/manager on tomcat bundle

Al Y, geändert vor 16 Jahren.

html/manager on tomcat bundle

New Member Beiträge: 5 Beitrittsdatum: 15.12.07 Neueste Beiträge
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, geändert vor 16 Jahren.

RE: html/manager on tomcat bundle

New Member Beiträge: 21 Beitrittsdatum: 01.08.07 Neueste Beiträge
I am having the same issue, if anyone has any idea, please let me know
Varun Sadana, geändert vor 16 Jahren.

RE: html/manager on tomcat bundle

New Member Beiträge: 21 Beitrittsdatum: 01.08.07 Neueste Beiträge
Thanks Ray,
I'd try this out and let you know.
billy chan, geändert vor 16 Jahren.

RE: html/manager on tomcat bundle

Junior Member Beiträge: 43 Beitrittsdatum: 19.11.07 Neueste Beiträge
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, geändert vor 16 Jahren.

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

Liferay Legend Beiträge: 1197 Beitrittsdatum: 08.02.05 Neueste Beiträge
> 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, geändert vor 16 Jahren.

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

New Member Beiträge: 21 Beitrittsdatum: 01.08.07 Neueste Beiträge
This is working. Thanks a ton
thumbnail
Antonio Tomas Pujante, geändert vor 14 Jahren.

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

Junior Member Beiträge: 89 Beitrittsdatum: 18.05.09 Neueste Beiträge
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, geändert vor 13 Jahren.

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

New Member Beiträge: 22 Beitrittsdatum: 04.12.08 Neueste Beiträge
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, geändert vor 13 Jahren.

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

New Member Beiträge: 22 Beitrittsdatum: 04.12.08 Neueste Beiträge
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, geändert vor 12 Jahren.

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

Junior Member Beiträge: 45 Beitrittsdatum: 02.09.11 Neueste Beiträge
thxs, was very helpful