RE: Path issues

2006-01-14 Thread Caldarale, Charles R
> From: Thom Hehl [mailto:[EMAIL PROTECTED] > Subject: Re: Path issues > > I think, though, that tomcat should be consistent in the way > it handles things. Tomcat on Unix should behave like tomcat > under windows. Inconsistency is a real problem here. No, dependency o

Re: Path issues

2006-01-14 Thread Thom Hehl
I think, though, that tomcat should be consistent in the way it handles things. Tomcat on Unix should behave like tomcat under windows. Inconsistency is a real problem here. Wendy Smoak wrote: On 1/14/06, Thom Hehl <[EMAIL PROTECTED]> wrote: Wanted to run this by the list before turning

Re: Path issues

2006-01-14 Thread Wendy Smoak
On 1/14/06, Thom Hehl <[EMAIL PROTECTED]> wrote: > Wanted to run this by the list before turning this in as a bug. > > I'm running the following servlet fragment... > public void doGet(HttpServletRequest request, > HttpServletResponse response) > throws IOException,

Path issues

2006-01-14 Thread Thom Hehl
Wanted to run this by the list before turning this in as a bug. I'm running the following servlet fragment... package rex; /* * Copyright 2006, Heavyweight Software. All rights reserved. */ import java.io.File; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.Servle