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, but in Tomcat3.x my own code worked well ....
> So, i dunno, what i've made wrong in Tomcat4 ... it's the same stuff
> as ever .... :(
>
Applications are only portable if you *only* depend on things that are
defined in the servlet and JSP specifications, and therefore guaranteed
to be implemented by all containers. The directory from which a
servlet container runs is *not* one of those things, so you shouldn't
really be surprised by this.
So how do you know what's defined to be portable? You should read the
Servlet and JSP Specifications, available at:
http://java.sun.com/products/servlet/download.html
http://java.sun.com/products/jsp/download.html
See my previous message for how to deal with your particular issue.
Craig
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>