问题
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