Liferay + Geoserver

断了今生、忘了曾经 提交于 2019-12-11 11:37:39

问题


I've geoserver 2.1.3 and Liferay 6 ga1 the problem is .. I'm using 2 different ports for each , geoserver running on 8080 and Liferay running on 8082. This is a waste since its possible to have geoserver running in Liferay , right? The problem is

How can I integrate GeoServer with Liferay?

Thanks


回答1:


Liferay is just a web application, just like any other regular web application is. Don't let yourself be tricked by the fact that you can download tomcat bundles: You can also download the WAR archive (and a few global dependency files, for the global classpath) and deploy them to any appserver (e.g. tomcat).

It's well documented in the User Guide. (Linking just the first relevant chapter, read through the following ones as well, choose your appserver/servlet container.)



来源:https://stackoverflow.com/questions/12178238/liferay-geoserver

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