Reputation: 3808
I already have a glassfish version 3 on a server. How do i install liferay into this instance without using the liferay glassfish bundle.
Regards
Upvotes: 2
Views: 1560
Reputation: 27050
You can download the Liferay WAR at this page. (More specifically, the WAR is here). Do not forget to download the Liferay dependencies, too. After downloading, unzip the dependencies and copy its contents to the lib
directory of your domain in GlassFish ($GLASSFISH_HOME/domains/domain1/lib/
). Do not copy it to the $GLASSFISH_HOME/domains/domain1/lib/ext/
directory. I did not get Liferay working in my GlassFish 3 because of this problem and I have too limited Internet access so I cannot download the Liferay GlassFish bundle for testing the suggested solution. Anyway, I think you can go ahead from this point :)
Upvotes: 2