How to develop Liferay project in Eclipsce juno and built it on on Jboss

廉价感情. 提交于 2019-12-24 03:56:07

问题


I have downloaded the Liferay 6.1 with jboss 7.1.1 Bundle and Liferay IDE(Eclipsce Juno).All I have to do is to develop Liferay Project and running it on Jboss server.

I can able to run and open liferay portal in localhost:8080/

I am having issues in developing Liferay portal project.As default server adapter for Liferay in IDE is Tomcat 7.0 and I couldn't able to find Jboss server adapter.I tried by running and deploy it on Tomcat and running the Jboss server by running standalone.bat file.

Please advise and help in develop and running Liferay project on Jboss


回答1:


Liferay IDE is meant for development with Tomcat only since tomcat's start-up time, its simple structure and comparatively easy configuration makes it ideal for a development environment.

If you are development plugin projects like themes, portlets, hook, layouts etc then if it works on tomcat it would work on any other server running with Liferay, so during development you can use tomcat and then when you have completed your development iteration (i.e. when your project is ready to be deployed for testing or for stage environments) you can deploy the WAR to Jboss for testing and can do some testing to see if it works fine.

Since the plugins are made in such a way as to be independent of the underlying Server, there should not be any issues developing them on Tomcat and then running them on Jboss.

Hope this helps.




回答2:


There's guide in Liferay Wiki about developing with non-Tomcat Liferay bundles. There you can read about the disadvantages of that kind of development and how to do it if you still want.

But I agree, developing with Tomcat is definetely the better idea.




回答3:


I achieved it through a work around, steps mentioned @ https://www.liferay.com/community/forums/-/message_boards/message/17864836

Benefits of Liferay IDE plugin+ JBoss as runtime configured in IDE. Only issue is you'll need to use any other eclipse based IDE which supports JBoss AS 7.1.1 as normal server/runtime (like JBoss Developer Studio).



来源:https://stackoverflow.com/questions/12576268/how-to-develop-liferay-project-in-eclipsce-juno-and-built-it-on-on-jboss

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!