Re: virtual directory in Tomcat

2004-05-05 Thread Tim Funk
No. You'd need to set up a Context http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html -Tim Paul wrote: Is this a valid tag within server.xml for Tomcat 4x or Tomcat 5x? virtual-directory virtual-path=/BTSdata real-path=D:\BTSdata

virtual directory in Tomcat

2004-05-04 Thread Paul
Is this a valid tag within server.xml for Tomcat 4x or Tomcat 5x? virtual-directory virtual-path=/BTSdata real-path=D:\BTSdata /

RE: virtual directory in tomcat

2003-10-06 Thread Wade Chandler
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 2:27 AM To: [EMAIL PROTECTED] Subject: virtual directory in tomcat Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory

Re: virtual directory in tomcat

2003-10-06 Thread abhivarsha
: Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory on a different machine? ... something similar to what IIS does? I need to store lots of images for my website and am hence using a separate machine

virtual directory in tomcat

2003-10-05 Thread abhivarsha
Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory on a different machine? ... something similar to what IIS does? I need to store lots of images for my website and am hence using a separate machine with lot

Re: virtual directory in tomcat

2003-10-05 Thread Tim Funk
This would be a new context. I am unsure in a Context declaration you are allowed to enter a \\machine-name\dir. -Tim [EMAIL PROTECTED] wrote: Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory on a different

Re: virtual directory in tomcat

2003-10-05 Thread Dov Rosenberg
PROTECTED] [EMAIL PROTECTED] wrote: Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory on a different machine? ... something similar to what IIS does? I need to store lots of images for my website and am hence

virtual directory in tomcat

2003-10-03 Thread abhivarsha
Hello guys, Can anybody advise me on this...is it possible to create a virtual directory in Tomcat which points to a directory on a different machine? ... something similar to what IIS does? I need to store lots of images for my website and am hence using a separate machine with lot of space

How to create a virtual directory in TomCat?

2002-04-14 Thread Hayato Iriumi
Hi, I've been struggling with TomCat for a few days, there is one thing I just can't figure out just to get started with JSP programming. What I want to be able to do is... Alias /manual C:/Program Files/Apache Group/Apache2/manual in TomCat. I want to create a virtual directory that

Re: How to create a virtual directory in TomCat?

2002-04-14 Thread Hayato Iriumi
And I just figured it out after a few days struggling with this. Context path=/jsp docBase=D:\JSP override=true / Man, that was tough! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Kukkapalli PraveenKumar
Go to $TOMCATHOME/conf/server.conf and give like this. Context path=/examples docBase=webapps/examples crossContext=false debug=0 reloadable=true /Context On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote : Hi,

RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread seng-keen . lau
Users List Subject: Re: How to setup the Virtual Directory in Tomcat Go to $TOMCATHOME/conf/server.conf and give like this. Context path=/examples docBase=webapps/examples crossContext=false debug=0 reloadable=true

Re: RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Kukkapalli PraveenKumar
Sk LAU -Original Message- From: Kukkapalli PraveenKumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 6:42 PM To: Tomcat Users List Subject: Re: How to setup the Virtual Directory in Tomcat Go to $TOMCATHOME/conf/server.conf and give like

RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Larry Isaacs
Search for 8080 in server.xml and change it. Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 6:48 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How to setup the Virtual Directory in Tomcat Thanks for your

How to setup the Virtual Directory in Tomcat

2001-12-12 Thread seng-keen . lau
Hi, I'm new to the TOMCAT, can somebody tell me how/where to setup the virtual directory and the port conf in TOMCAT server ? thanks Regards SK LAU -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]