I am currently developing my liferay portlets in Tomcat bundle 6.1.1.I need to deploy the developed portlets to liferay Jboss bundle and running it. Please help in executing this.
Thanks in advance.
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.
This question seems to be related to this question, I have provided a detailed answer to that question which might help you.
But I will mention in short to answer your question:
/plugins-sdk/distfolder/liferay_home/deploy/and liferay will deploy it.Edit – Another approach:
On the other-hand if you want to build and deploy directly through the
plugins-sdki.e. throughantcommands then you would have to change thebuild.<machine-name>.propertiesto point toJbossinstead of theTomcatbundle.I would suggest the first approach, since you would already have a working
WARthen why to again build it fromantand then deploy.Hope this answers your question.