RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
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

RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
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

Re: adding a virtual directory

2002-08-02 Thread Will Hartung
> 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

RE: adding a virtual directory

2002-08-02 Thread rsequeira
Aaron" <[EMAIL PROTECTED]> cc: 08/02/02 05:04 PM Subject: RE: adding a virtual directory

RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
. 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

Re: adding a virtual directory

2002-08-02 Thread rsequeira
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