Hi Ed,
I do mine via apache httpd.conf

Alias /catgraphics/ "C:/Apps/Apache/catgraphics/"

    <Directory "C:/Apps/Apache/catgraphics">
    Options FollowSymLinks
    AllowOverride None
    </Directory>

here is an alias...
now my web-app gets it like:
<a href="/catgraphics/image.jpg">here</a>



-----Original Message-----
From: Ed Turner [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 19, 2001 8:09 AM
To: [EMAIL PROTECTED]
Subject: Can anyone give me an answer?


I am running a web application under Tomcat 3.2.3 and would like to
access existing jpeg files from the server's local disk.   Is there a
way to get to these files from my JSP without putting them under the web
app directory??   Any hints?


Ed


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to