掲示板

html/manager on tomcat bundle

16年前 に Al Y によって更新されました。

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.
16年前 に Varun Sadana によって更新されました。

RE: html/manager on tomcat bundle

New Member 投稿: 21 参加年月日: 07/08/01 最新の投稿
I am having the same issue, if anyone has any idea, please let me know
16年前 に Varun Sadana によって更新されました。

RE: html/manager on tomcat bundle

New Member 投稿: 21 参加年月日: 07/08/01 最新の投稿
Thanks Ray,
I'd try this out and let you know.
16年前 に billy chan によって更新されました。

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
16年前 に Ray Auge によって更新されました。

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

Liferay Legend 投稿: 1197 参加年月日: 05/02/08 最新の投稿
> 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)
16年前 に Varun Sadana によって更新されました。

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

New Member 投稿: 21 参加年月日: 07/08/01 最新の投稿
This is working. Thanks a ton
thumbnail
14年前 に Antonio Tomas Pujante によって更新されました。

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

Junior Member 投稿: 89 参加年月日: 09/05/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
13年前 に Jules OU によって更新されました。

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

New Member 投稿: 22 参加年月日: 08/12/04 最新の投稿
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
13年前 に Jules OU によって更新されました。

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

New Member 投稿: 22 参加年月日: 08/12/04 最新の投稿
Got it, you have to copy manager/ to tomcat/webapps (not to server/...), restart Tomcat and go to http://localhost:8080/manager/html/
thumbnail
12年前 に Serdar Ayalp によって更新されました。

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

Junior Member 投稿: 45 参加年月日: 11/09/02 最新の投稿
thxs, was very helpful