Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
loader from within the class itself. Is there any documentation that holds this info? Regards Simon - Original Message - From: micael [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 9:08 PM Subject: Re: File structure in webapps for tomcat. You

Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 12:55 PM Subject: RE: File structure in webapps for tomcat. use class URI in java.net.* package. no need to set in server.xml Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res

File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when the servlet runs it seems that the working directory during its lifecycle is c:\xxx\tomcat 4.1. Is there any way, in web.xml, to force the servlet to run in it's own app directory

RE: File structure in webapps for tomcat.

2002-12-09 Thread Laxmikanth M.S.
and what lies before us are tiny matters compared to what lies within us - Emerson -Original Message- From: Simon Kelly [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:23 PM To: Tomcat Users List Subject: File structure in webapps for tomcat. Hi, I am trying

Re: File structure in webapps for tomcat.

2002-12-09 Thread David Brown
Simon Kelly writes: Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when the servlet runs it seems that the working directory during its lifecycle is c:\xxx\tomcat 4.1. Is there any way, in web.xml, to force the servlet to run in it's

Re: File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
Brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 12:45 PM Subject: Re: File structure in webapps for tomcat. Simon Kelly writes: Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when

Re: File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
[EMAIL PROTECTED] Sent: Monday, December 09, 2002 12:55 PM Subject: RE: File structure in webapps for tomcat. use class URI in java.net.* package. no need to set in server.xml Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com

Re: File structure in webapps for tomcat.

2002-12-09 Thread Justin Ruthenbeck
PROTECTED] Sent: Monday, December 09, 2002 12:55 PM Subject: RE: File structure in webapps for tomcat. use class URI in java.net.* package. no need to set in server.xml Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com Coming together

RE: File structure in webapps for tomcat.

2002-12-09 Thread Turner, John
heart's content limited, of course, by the physical storage space available. ;) John -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:03 PM To: Tomcat Users List Subject: Re: File structure in webapps for tomcat. String

Re: File structure in webapps for tomcat.

2002-12-09 Thread micael
is Success What lies behind us and what lies before us are tiny matters compared to what lies within us - Emerson -Original Message- From: Simon Kelly [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:23 PM To: Tomcat Users List Subject: File structure in webapps for tomcat