Forum archive
Console Output of Tomcat appliance
The Tomcat appliance is great, but I have a show stopper deploying my application.
In particular, I'm having trouble debugging, because I can't find where the output of my webapp is going. As a test case, I tried writing to the standard output from a JSP, but it doesn't seem to get logged anywhere.
<html>
<body>
<%
System.out.println("JSP Running");
%>
Calculated value: <%= 10 + 20 %>
</body>
</html>
The JSP works just fine, but I can't find where the "JSP Running" message goes. It doesn't seem to go to any of the log files in /usr/share/tomcat5.5/logs. Can you help me find where the console output is going?
BTW. Thanks for your great efforts. This appliance is great!
Thanks for the feedback!