掲示板

custom J2EE application (ear file) on liferay portal

12年前 に Hrushikesh Kulkarni によって更新されました。

custom J2EE application (ear file) on liferay portal

New Member 投稿: 4 参加年月日: 12/02/03 最新の投稿
Hi

I have a simple servlet , which just displays 'hello world' to browser.
can I deploy this simple servlet to Liferay portal, without converting servlet into portlet?

Please let me know.
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: custom J2EE application (ear file) on liferay portal

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
Sure. Reference it as you would in any other servlet container.
12年前 に Hrushikesh Kulkarni によって更新されました。

RE: custom J2EE application (ear file) on liferay portal

New Member 投稿: 4 参加年月日: 12/02/03 最新の投稿
Hi David,

Thanks for your response.

can you provide , me detailed steps of installing ear file?
If I go to 'control panel', I can see buttons to install portlets 'war' file, though cannot see place where I can install ear file.
ear file will contain servlet.

Thanks
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: custom J2EE application (ear file) on liferay portal

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
Ear file deployment is a function of your j2ee application container, not Liferay.

First you need a j2ee application container (i.e. jboss), not just a servlet container (tomcat).

Second you should review the deployment documentation for your j2ee application container for instructions.
12年前 に Hrushikesh Kulkarni によって更新されました。

RE: custom J2EE application (ear file) on liferay portal

New Member 投稿: 4 参加年月日: 12/02/03 最新の投稿
Thanks for your response.

I would like to have servlet based custom J2ee application(servlet based no portlets), though I would like to use Role based access control of liferay.
(i.e user database and RBAC). I would like to create custom roles and actions performed by app based on roles(prevliges).

can I have ear file , deployed on J2EE container, though still uses authentication/authorization of Liferay portal? is this feasible ?If yes, please let me
know ,high level steps.

Thanks
12年前 に Hrushikesh Kulkarni によって更新されました。

RE: custom J2EE application (ear file) on liferay portal

New Member 投稿: 4 参加年月日: 12/02/03 最新の投稿
Hi David,

any thoughts about above question?

Is above an unfeasible path?


Thanks