Hello,

I am running Apache with Tomcat 3.1 under Linux. I just transferred a
web-app that was working under Windows NT / Weblogic to Linux and I am
having a problem with spaces in filenames. This is definitely happening
only under the web-app directory (served by Tomcat). Here is my
configuration in tomcat-apache.conf :

Alias /flash /usr/local/drip/jakarta-tomcat-3.1/webapps/flash
<Directory "/usr/local/drip/jakarta-tomcat-3.1/webapps/flash">
    Options Indexes FollowSymLinks
</Directory>
ApJServMount /flash/servlet /flash
<Location /flash/WEB-INF/ >
    AllowOverride None
    deny from all
</Location>

An example of a  URL not properly served would be
http://www.myserver.com/flash/music/Drip%20Joy/ ... Is there a
configuration I can set or is this possibly fixed in Tomcat 3.2 ?

Thanks,

Daniel Wabyick
Fluid, Inc.




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

Reply via email to