Hello List,
i have installed Eclipse juno for JEE developpers, tomcat 7, and put the geoserver librairie in the same tomcat.
When i try to run tomcat 7 (to run a web application) while running geoserver (with cmd), the application doesn’t run.
Can you tell me how can i manage to run both on the same tomcat because i am trying to publish postgis layers with geoserver and use them in the web application.
thank you
Hello List,
i have installed Eclipse juno for JEE developpers, tomcat 7, and put the geoserver librairie in the same tomcat.
When i try to run tomcat 7 (to run a web application) while running geoserver (with cmd), the application doesn’t run.
Can you tell me how can i manage to run both on the same tomcat because i am trying to publish postgis layers with geoserver and use them in the web application.
thank you
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar
Hello List,
i have installed Eclipse juno for JEE developpers, tomcat 7, and put the geoserver librairie in the same tomcat.
When i try to run tomcat 7 (to run a web application) while running geoserver (with cmd), the application doesn’t run.
Can you tell me how can i manage to run both on the same tomcat because i am trying to publish postgis layers with geoserver and use them in the web application.
You just have to deploy both .war in the same tomcat.
If you are running GeoServer wtih cmd it’s going to take port 8080, and tomcat 7 will try to start by default
on port 8080 too and fail… if you want, you can also configure either tomcat or geoserver to start on a different
port
Hello List,
i have installed Eclipse juno for JEE developpers, tomcat 7, and put the geoserver librairie in the same tomcat.
When i try to run tomcat 7 (to run a web application) while running geoserver (with cmd), the application doesn’t run.
Can you tell me how can i manage to run both on the same tomcat because i am trying to publish postgis layers with geoserver and use them in the web application.
You just have to deploy both .war in the same tomcat.
If you are running GeoServer wtih cmd it’s going to take port 8080, and tomcat 7 will try to start by default
on port 8080 too and fail… if you want, you can also configure either tomcat or geoserver to start on a different
port