We have defined some paths to static resources in the server.xml: <Context docBase="c:\pictureroot\applpictures" path="/shop/applpictures" reloadable="false"/> <Context docBase="c:\pictureroot\drawings" path="/shop/drawings" reloadable="false"/> ... <Context docBase="c:\pictureroot\prodpictures" path="/shop/prodpictures" reloadable="false"/>
Is there a way to get the absolute paths of these folders in a servlet? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org