Steven Peterson wrote:
what the error was.  Is there any way to see the error output of a jsp
page without shutting down tomcat either by a) having the output sent to
the html stream; or b) having the log file accessible while tomcat is
running; or c) . . . ?

If you do your development on a Linux or Unix box, you can do b) with "tail -f <logfile>" while Tomcat's running and writing to the file.

As far as I know, there's no way around the questionable file locking semantics implemented in Windows....

-Paul




--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>



Reply via email to