You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob Hookom <ho...@uwec.edu> on 2002/09/16 22:45:40 UTC

Specifying Resource Path

How could I go about specifying a resource path within a web application
without access to the ServletConfig (I know how to load within the scope
of classes)?

File f = new File(System.getProperty("???"),"WEB-INF/config.xml");

$APP_ROOT/WEB-INF/config.xml

Regards,
Jacob



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>