AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
I've thinked about /htdocs dir, too .. But: why does tomcat tries to access the file in ../webapps/mywebapp/data/attachements/ ?? In result, how should the /htdocs directory labeled? /usr/local/httpd/htdocs/webapps/mywebapp/data/attachements/ ?? Or anything else? regards, -martin

Re: AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread Lester June Cabrera
Our setup in our web hosting company is if we have a /webapps/data directory, we should also have a /htdocs/data directory. All JSP's and classes reside in the /webapps directory while the rest are in /htdocs directory. Lester At 09:57 AM 12/20/01 +0100, martin eberle wrote: I've thinked

AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
hmmm, thx for the hint, but i've checked out google by nearly the same keywords and websites in result ;) i'm in position to think, it's any logical error in my code, not caused by tomcat .. hmm .. anyway, thx for supporting me ... -martin -Ursprüngliche Nachricht- Von:

AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread martin eberle
) { exc.fillInStackTrace().printStackTrace(); } } } -Original Message- From: martin eberle [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 8:49 AM To: Tomcat Users List Subject: AW: File upload won't work with Tomcat4 ... hmmm, thx for the hint, but i've checked out google

Re: AW: File upload won't work with Tomcat4 ...

2001-12-20 Thread Craig R. McClanahan
On Thu, 20 Dec 2001, martin eberle wrote: Date: Thu, 20 Dec 2001 15:27:12 +0100 From: martin eberle [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: File upload won't work with Tomcat4 ... Thanks for the source