> 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 on any behavior not defined in the spec is the problem.
Your code should be doing something like:
Thread.currentThread().getContextClassLoader().getResource()
to access information stored with your webapp. (Note that this is
read-only access - your app may not assume its location is writeable.)
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]