Re: [Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Ian Turton
On Mon, Sep 27, 2010 at 11:54 AM, Steven Reid wrote: > I deleted the servlet api from the WEB-INF/lib and it has now got past this > point in the deployment but, it now has a new error; > INFO: Deploying web application archive geoserver.war > Sep 27, 2010 8:42:14 AM it.geosolutions.imageio.gdalf

Re: [Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Steven Reid
I deleted the servlet api from the WEB-INF/lib and it has now got past this point in the deployment but, it now has a new error; INFO: Deploying web application archive geoserver.war Sep 27, 2010 8:42:14 AM it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL WARNING: Native library loa

Re: [Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Bernard Clement
Hum! which version of Tomcat is on the server? Looks like Tomcat version 4.1.x which does not support Servlet version 2.4. You need at least Tomcat version 5.5.x to support Servlet version 2.4 Regards, Bernard On Mon, 2010-09-27 at 13:36 +0100, Steven Reid wrote: > I have being running Geoser

Re: [Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Steven Reid
Bernard its version Tomcat 6.0.28. I have looked through the folders and all the files are there, but Tomcat seems to be struggling to deploy this specific file. >>> Bernard Clement 09/27/10 2:27 PM >>> Hum! which version of Tomcat is on the server? Looks like Tomcat version 4.1.x which does

Re: [Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Justin Deoliveira
I did not think geoserver was supposed to ship with a servlet api jar... maybe i am wrong. You can simply try to remove it from WEB-INF/lib since those libs are provided via the servlet container. On Mon, Sep 27, 2010 at 6:36 AM, Steven Reid wrote: > I have being running Geoserver 2.02 and Tomcat

[Geoserver-users] Problems deploying Geoserver WAR

2010-09-27 Thread Steven Reid
I have being running Geoserver 2.02 and Tomcat version 6.0.28 successfully on my local machine, but have recently installed the applications on a server, Tomcat seems to be working fine, but when it tries to deploy the Geoserver WAR file it states the following error in the log file: appservers