Tomcat and JSP Issue

2007-02-02 Thread Jason Friedman
My tomcat works perfectly normal before today. I did nothing to it, but now even the simplest JSP code gives errors: whatswrong.jsp === %@ pagelanguage=java contentType=text/html import= java.util.*,java.io.*,java.sql.*% %

Re: Tomcat and JSP Issue

2007-02-02 Thread Jason Friedman
){ e.printStackTrace(); } % html body This is a html, my name is %=myname%/body /html -Original Message- From: Jason Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 2:47 PM To: users@tomcat.apache.org Subject: Tomcat and JSP Issue My tomcat works

How to get User Access logs in tomcat

2006-12-13 Thread Jason Friedman
I've tried to get user access logs like: --- 127.0.0.1 - - [19/Oct/2006:12:38:09 +0800] GET / HTTP/1.1 302 - 0.240 - 127.0.0.1 - - [19/Oct/2006:12:38:09 +0800] GET / HTTP/1.1 302 - 0.243 - 127.0.0.1 - - [19/Oct/2006:12:38:11 +0800] GET /secure/Setup!default.jspa HTTP/1.1 302 - 1.732

Re: How to get User Access logs in tomcat

2006-12-13 Thread Jason Friedman
On 12/13/06, Jason Friedman [EMAIL PROTECTED] wrote: Leon, I tried your conf. It generates two log files access_log.2006-12-13 and access_webapp.2006-12-13.log in the logs/ dir. However, both of them are empty. Jason. On 12/13/06, Leon Rosenberg [EMAIL PROTECTED] wrote: I think your