Hi all,

I've got a problem (which is probably trivial). How, and where can I define pass rules 
for web-app running in Tomcat??

In the project Im working on I've got plenty of files that 
use such constructs

<LINK href="/project_name/theme/EBUS001U.css" rel="stylesheet" type="text/css">

or in a servlet 

table.put("EB_ERR_PICTURE", "/project_name/images/error.gif");

In the production environment the HTTP server defines a pass rule like follows

Pass            /project_name/*         /usr/developer/html/*

How can I acheive the same effect working with a tomcat standalone (no apache). Of 
course without any changes to the sources.

Regards
Chris







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to