The context elements are defined in /%CATALINA_HOME%/conf/server.xml: <Server ...> <Service ...> <Engine ...> <Host ...> <Context docBase= ...> <Context docBase= ...> ... </Host> </Engine> </Service> </Server>
There are two web applications that have access to these resources. The servlets main task is to calculate picture dimensions with java.awt.Toolkit. The request.getResource methods don't find these 'extern' paths. Holger --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org