Foren

Liferay on JBoss

m k g, geändert vor 15 Jahren.

Liferay on JBoss

New Member Beiträge: 8 Beitrittsdatum: 10.12.08 Neueste Beiträge
I tried Liferay on Glassfish and it works great.
Now I want to try Liferay portal on JBoss. I am not familiar with JBoss. Can somebody tell me where can I get JBoss+Jetty and JBoss+Tomcat binaries to install.
I want to build and deploy Liferay locally?

Thanks in advance.
thumbnail
Sandeep Nair, geändert vor 15 Jahren.

RE: Liferay on JBoss

Liferay Legend Beiträge: 1744 Beitrittsdatum: 06.11.08 Neueste Beiträge
Friend check this link. All the available bundles are given. scroll down to the bottom.

http://www.liferay.com/web/guest/downloads/portal
m k g, geändert vor 15 Jahren.

RE: Liferay on JBoss

New Member Beiträge: 8 Beitrittsdatum: 10.12.08 Neueste Beiträge
Thanks for reply Sandeep.
I want to build it locally rather than downloading bundled version.
Any idea? to get JBoss+Jetty or JBoss+Tomcat binaries?
Is the JBossAS-4.0.5.GA is same as jboss-jetty-4.0.5 ??
m k g, geändert vor 15 Jahren.

RE: Liferay on JBoss

New Member Beiträge: 8 Beitrittsdatum: 10.12.08 Neueste Beiträge
Thanks for reply Sandeep.
I want to build it locally rather than downloading bundled version.
Any idea? to get JBoss+Jetty or JBoss+Tomcat binaries?
Is the JBossAS-4.0.5.GA is same as jboss-jetty-4.0.5 ??
Ganesh Ram, geändert vor 15 Jahren.

RE: Liferay on JBoss

Regular Member Beiträge: 199 Beitrittsdatum: 05.02.08 Neueste Beiträge
Download the src from LR-SVN-Trunk
Update app.server.properties, to point it to your jboss install.
Do an ant all, and then start the server.
m k g, geändert vor 15 Jahren.

RE: Liferay on JBoss

New Member Beiträge: 8 Beitrittsdatum: 10.12.08 Neueste Beiträge
Hey Ganesh,

You also didn't understood my problem. I know how to build LR but I had never done that for JBoss. I am not sure about the diferent between JBoos+Jetty and JBoss+tomcat as mentioned in app.server.properties. If I download JBossAS-4.0.5.GA, which app.server.type property should i uncomment - jboss-tomcat or jboss-jetty??
Am I now clear emoticon ??
thumbnail
Jerry Niu, geändert vor 15 Jahren.

RE: Liferay on JBoss

Expert Beiträge: 451 Beitrittsdatum: 21.06.06 Neueste Beiträge
Look at "Installing Liferay on an Existing Application Server" on the Portal Admin Guide v2. You can get it from our documentation section.

You can also google JBoss and Jetty to find out more about those.
m k g, geändert vor 15 Jahren.

RE: Liferay on JBoss

New Member Beiträge: 8 Beitrittsdatum: 10.12.08 Neueste Beiträge
Thanks Jerry. You pointed me to the correct place. I got the answer to my question after reading admin guide.