RE: Error JSP don`t support on tomcat 6.0

2009-03-30 Thread aquesi
Hello! I try the hello.jsp in /webapps/geoserver and work! But in /webapps/geoserver/data/www dont't work. Also I add this sentences in catalina.policy and It don't work. // The permissions granted to Geoserver grant codebase "file:${catalina.home}/webapps/geoserver/-" { permissi

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
Other point, the Geoserver directory's structure is ->geoserver --->data ->coverages ->. ->. ->www (In this directory is the hello.jsp that it don`t work) --->editarea --->gmaps --->images --->META-INF --->openlayers --->popup_map --->preview --->rss --->schemas --->WEB-I

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
Charles The uniques references to jsp in the original Geoserver WEB-INF/web.xml are: index.jsp java.lang.Exception /WEB-INF/pages/errors/Exception.jsp javax.servlet.ServletException /WEB-INF/pages/errors/Exception.jsp

RE: Error JSP don`t support on tomcat 6.0

2009-03-27 Thread aquesi
Thank Charles I added, in the end of web.xml, this sequences default / jsp *.jsp jsp *.jspx But don`t work Thank you again Abel "Caldarale, Charles R" escribió: Fro

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 (