gt;Sent: Friday, September 10, 2004 11:36 AM
>To: Shapira, Yoav
>Cc: Tomcat Users List
>Subject: Re: Help - Newbie questions - where are the uploaded files
stored
>?
>
>On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:
>> Isn't that "crap"
Actually, the list and all its recipients are the actual "individual(s)"
(Lawyer lingo, yuck!!) the mail is intended to
Remember, most of us have a daily work and use tomcat as a tool on our
works...
[EMAIL PROTECTED] escribió:
On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:
On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:
> Isn't that "crap" self-evident? ;) Most companies attach such footers
> and related disclaimers or legal notices to all outgoing mail, and most
> users can't control it.
well then you shouldn't be using a work email address
Hi,
>> This message and any files transmitted with it are legally privileged
and
>intended for the sole use of the individual(s) or entity to whom they
are
>addressed. If you are not the intended recipient, please notify the
sender
>by reply and delete the message and any attachments from your sy
On Fri, Sep 10, 2004 at 12:00:45PM +0200, MATHOT Jacques wrote:
> I am implementing an upload function for my web applications using Tomcat 4.0.14
> server. I was expecting the files to be stored on the root directory of my
> application and not in one of the own Tomcat directories.
> How can I s
t;From: Arun Prasad R [mailto:[EMAIL PROTECTED]
>Sent: Friday, September 10, 2004 8:00 AM
>To: Tomcat Users List
>Subject: Re: Help - Newbie questions - where are the uploaded files
stored
>?
>
>hi
>
>you can set a session property like
>System.setProperty("user.dir&q
hi
you can set a session property like
System.setProperty("user.dir", "/your/application/home");
this will change the applications current working dir.
i have not checked the side effects. whether tomcat will be affected
by this action or not
arun
On Fri, 10 Sep 2004 12:00:45 +0200, MATHOT Jacq