掲示板

sever-manager-web

thumbnail
11年前 に George Stafford によって更新されました。

sever-manager-web

Junior Member 投稿: 62 参加年月日: 12/10/01 最新の投稿
So the war for the server-manager-web-6.1.20.1-ee-ga2 deployed successfully according to my catalina log files. I then go to the configuration screen and see the "Click here to install app into configured portal server". I've validated connection first, and then click the link. When it loads the Liferay website I receive an error of "You do not have the required permissions to access this application."

I'm set up in the system as the owner and am the original configurator. I've created many things, so I'm not sure what permission I need to set to access the server manager?

Thanks,
George
thumbnail
11年前 に Gregory Amerson によって更新されました。

RE: sever-manager-web

Liferay Legend 投稿: 1123 参加年月日: 10/02/16 最新の投稿
Hello George,

Sorry for the inconvenience. You have done everything correct but the problem is that there is a bug in the current version of the Remote IDE Connector App that makes it not work correctly with 6.1.1 GA2. We already have a fix internally but we are waiting on a new version to be published to marketplace.

However, if you would like you can build your own version of server-manager-web plugin from the 6.1.x branch here: https://github.com/liferay/liferay-plugins/tree/6.1.x/webs/server-manager-web

This one has been fixed and will work with 6.1.1GA2.
thumbnail
11年前 に George Stafford によって更新されました。

RE: sever-manager-web

Junior Member 投稿: 62 参加年月日: 12/10/01 最新の投稿
So I am finally getting around to this - what is the best way to build this on my own? Pull your git repo into my eclipse, build as a war and then deploy to my server?
thumbnail
11年前 に Gregory Amerson によって更新されました。

RE: sever-manager-web (回答)

Liferay Legend 投稿: 1123 参加年月日: 10/02/16 最新の投稿
Yep, you can checkout the plugins SDK root, in the root of the SDK add a build.<username>.properties and add the following line:
app.server.dir=c:/path/to/liferay-tomcat-bundle/7.0.27/

Then via a command line go to the root of the server-manager-web plugin and run this:
ant deploy


Good news is that a new version of server-manager-web (Remote IDE Connector) is in the pipeline to be re-released on marketplace and will make this exercise unnecessary but until that should do the trick.