RE: Error JSP don`t support on tomcat 6.0

2009-03-30 Thread aquesi
cessChecks"; }; Thank you Regards Abel "Caldarale, Charles R" escribió: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Error JSP don`t support on tomcat 6.0 I don't know how Spring does things, but I would have expected it to work with JSPs.

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread Martin Gainty
provided. > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Fri, 27 Mar 2009 21:01:31 -0500 > Subject: RE: Error JSP don`t support on tomcat 6.0 > > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > Subject: Re: Error JSP

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Error JSP don`t support on tomcat 6.0 > > I don't know how Spring does things, but I would have expected > it to work with JSPs. It does; LambdaProbe utilizes Spring, and has a large number of JS

Re: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aquesi, On 3/27/2009 3:34 PM, aqu...@itssaconsulting.com wrote: > Other point, the Geoserver directory's structure is > > ->geoserver > --->data > ->coverages > ->. > ->. > ->www (In this directory is the hello.jsp that it don

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
p --->preview --->rss --->schemas --->WEB-INF (In this directory is the xml files) ->classes ->jsp ->lib ->pages ->tld Regards Abel "Caldarale, Charles R" escribió: From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.c

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
Abel "Caldarale, Charles R" escribió: From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.com] Subject: RE: Error JSP don`t support on tomcat 6.0 I added, in the end of web.xml, this sequences If you mean you added them to the Geoserver WEB-INF/web.xml, that's the wrong th

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread Caldarale, Charles R
> From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.com] > Subject: RE: Error JSP don`t support on tomcat 6.0 > > I added, in the end of web.xml, this sequences If you mean you added them to the Geoserver WEB-INF/web.xml, that's the wrong thing to do. The JSP s

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
escribió: From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.com] Subject: Error JSP don`t support on tomcat 6.0 tomcat returns me that the extension .jsp is not supported for "http://localhost:8080/geoserver"; (Error HTTP 415). But the tomcat's examples works (http://lo

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread Caldarale, Charles R
> From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.com] > Subject: Error JSP don`t support on tomcat 6.0 > > tomcat returns me that the extension .jsp is not supported for > "http://localhost:8080/geoserver"; (Error HTTP 415). But the tomcat's >

Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
I install Geoserver 1.7 on tomcat 6.0. I Install it with the war file. = I developed in html and it works. But, I want to program in jsp and = tomcat returns me that the extension .jsp is not supported for = "http://localhost:8080/geoserver"; (Error HTTP 415). But the tomcat's = examples works (