EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 5:07 PM
To: Tomcat Users List
Subject: RE: adding a virtual directory
You could define a servlet that takes care of this for you. And add that
mapping to the $CATALINA_HOME/conf/web.xml file. The
org.apache.jasper.servlet.JspServlet does something like
Thanks! Very informative.
-Original Message-
From: Will Hartung [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 5:37 PM
To: Tomcat Users List
Subject: Re: adding a virtual directory
> From: "Rutledge, Aaron" <[EMAIL PROTECTED]>
> Sent: Friday, A
> From: "Rutledge, Aaron" <[EMAIL PROTECTED]>
> Sent: Friday, August 02, 2002 3:04 PM
> The goal is to get that mapped drive into the context of my web-app.
> Regardless of wether the folder is on or off the server--how do I map a
> virtual folder from web.xml. Is it possible? I want everythi
Aaron"
<[EMAIL PROTECTED]>
cc:
08/02/02 05:04 PM Subject: RE: adding a virtual
directory
. Thanks! Aaron
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 3:55 PM
To: Tomcat Users List
Subject: Re: adding a virtual directory
Assuming you are using Windows OS, you could map a drive on the source
machine pointing to the
Assuming you are using Windows OS, you could map a drive on the source
machine pointing to the shared destination directory. Ofcourse you could
run into a few problems if "my_ap" is the Context and "my_dir" isn't under
"my_ap".
RS