You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Howard <ch...@asgna.com> on 2000/05/02 13:43:24 UTC

Writing exception trace to a file

I'm trying to write the exception trace to a file.  I want the file to be
appended to the same debug file that is located in the same directory as the
jsp file is located.  Tomcat defaults the path for printwriter to the
tomcat/bin directory.  How can I write the file to the directory where the
jsp file is located?

Cheers,
Chris