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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
libdirectory 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 🙂