留言板

html/manager on tomcat bundle

Al Y,修改在16 年前。

html/manager on tomcat bundle

New Member 帖子: 5 加入日期: 07-12-15 最近的帖子
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,修改在16 年前。

RE: html/manager on tomcat bundle

New Member 帖子: 21 加入日期: 07-8-1 最近的帖子
I am having the same issue, if anyone has any idea, please let me know
Varun Sadana,修改在16 年前。

RE: html/manager on tomcat bundle

New Member 帖子: 21 加入日期: 07-8-1 最近的帖子
Thanks Ray,
I'd try this out and let you know.
billy chan,修改在16 年前。

RE: html/manager on tomcat bundle

Junior Member 帖子: 43 加入日期: 07-11-19 最近的帖子
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,修改在16 年前。

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

Liferay Legend 帖子: 1197 加入日期: 05-2-8 最近的帖子
> 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,修改在16 年前。

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

New Member 帖子: 21 加入日期: 07-8-1 最近的帖子
This is working. Thanks a ton
thumbnail
Antonio Tomas Pujante,修改在14 年前。

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

Junior Member 帖子: 89 加入日期: 09-5-18 最近的帖子
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,修改在13 年前。

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

New Member 帖子: 22 加入日期: 08-12-4 最近的帖子
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,修改在13 年前。

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

New Member 帖子: 22 加入日期: 08-12-4 最近的帖子
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,修改在12 年前。

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

Junior Member 帖子: 45 加入日期: 11-9-2 最近的帖子
thxs, was very helpful