You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@us.ibm.com on 2000/03/23 04:17:33 UTC

Re: [PATCH] JspReader: using getResourceAsStream() instead of getRealPath()


>until we hear from Sam why it was changed back to getR.P().

The problem was originally reported by Ramesh.  If this change gets backed
out the change, try double clicking on startup.bat in Windows and then try
any JSP.  You will find that build\tomcat\bin\webapps\examples\jsp (note
the "bin") in the entry.

If somebody can figure out a patch to getResourceAsStream which will
respect the value of TOMCAT_HOME, then I have no problem with changing it
back.  Fixing getRealPath was easy...it clearly was dealing with a file.

- Sam Ruby