I have searched the archives as well as google with no lick. Is the
answer use apache?

We're running TC in a standalone configuration. Short of 
putting Apache in front of it, and running mod_jk is there a 
way in server.xml, web.xml or otherwise to do aliasing like 
the following httpd.conf entry?
 
Alias /images/ "/usr/local/product/images/"
 
<Directory "/usr/local/product/images">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
</Directory>
 
Regards, Eric


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

Reply via email to