Or you could let go of the idea of file paths and use a URL from the
ServletContext.getResource() or the corresponding InputStream from
ServletContext.getResourceAsStream(). This also allows you to package the .xsl
up in a .war file without breaking.
-Original Message-
From: Mark Pet
I'm not sure about Windows services specifically, but you can start the
JVM with a security manager generically by using the
"-Djava.security.manager" and "-Djava.security.policy=" java startup options. You can append these to $JAVA_OPTS on Unix
systems to get a security manager (it's effectively