[GIS] How to can I run the OpenGeo Suite Community Edition under Apache Tomcat on Windows server 2003

boundless-suitetomcat

I have installed opengeo suite community edition on ubunutu 10.10 and it is working with apache tomcat and it all works great. So I decide to do the same on a Windows 2003 server at work.

Note: On the windows 2003 server machine I already have apache tomcat installed and working correctly on port 8080

So what I did was download the opengeo suite community edition for windows from opengeo.org and run the installer. I change the default port to 8081 and everything works fine! However it installs using a different web server (JBOSS?? or J something?), and this server only seems to operate when I am logged onto the the machine which is undesirable. For example I can't access geoexplorer from a remote machine unless I am also logged onto the server.

Has anyone got the openGeo suite community edition running with Tomcat? and how did you do it?

Thanks
Ando

Best Answer

OpenGeo products are released with Jetty webserver ( http://jetty.codehaus.org/jetty/ ). In your case, if you want to use tomcat, basically all web application modules in \webapps need to installed to tomcat webapps folder. I used to work with GeoServer as war file.