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/-" {
permission java.io.FilePermission "file:${catalina.home}/webapps/geoserver/data/-", "read,write,delete";
        permission java.util.PropertyPermission "*", "read,write";
        permission java.util.logging.LoggingPermission  "control";
        permission java.lang.RuntimePermission "getClassLoader";
        permission java.lang.RuntimePermission "preferences";
        permission java.lang.RuntimePermission "shutdownHooks";
        permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};

Thank you

Regards

Abel


"Caldarale, Charles R" <chuck.caldar...@unisys.com> 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.

It does; LambdaProbe utilizes Spring, and has a large number of JSPs.

It's possible that GeoServer specifically disables direct-access
to JSP files (from remote clients) as a security measure.

Whether it's a security issue or not, the problem must lie in the Geoserver code. I can find no places within Tomcat itself that return a 415 status, other than the Webdav servlet.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.






----------------------------------------------------------------
Este mensaje fue enviado a traves de www.coopenetlujan.com.ar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to