The Web application created a ThreadLocal but failed to remove it

2010-12-25 Thread Ahmed Ashour
Dear all, I think similar case has been recently reported, but restarting an Axis2 with Tomcat give the below errors. Is this an issue in Tomcat or in Axis? Dec 26, 2010 9:52:01 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/axis2] appears

Can JSP code be served from a DB instead of files?

2010-12-25 Thread David Wall
Is there a way to have Jasper (or other...) retrieve the JSP source code it'll compile from a database instead of a regular file? It's fine that Jasper write the .java/.class files as normal, but the .jsp would come from my database instead. A servlet that could return the JSP source code so

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Pid
On 25/12/2010 04:37, maven apache wrote: > Hi: > I wonder how is the tomcat log generated,I mean the log like this; > > localhost_access_log.2010-12-20.txt > > I want to export the logs to db. Some one suggestion I directly add > one Appender

Re: Rename localhost log

2010-12-25 Thread Pid
On 24/12/2010 23:08, André Warnier wrote: > As Pid* would say : > > *Fail* > > Bzz. And there I was about to say: "Goodness, you're not using the highly secret and experimentally dangerous 6.7.3 are you?" p 0x62590808.asc Description: application/pgp-keys signature.asc Description: O

Re: Change of email address

2010-12-25 Thread Justin Randall
One would imagine you would simply subscribe your new address and (potentially) unsubscribe your old address. --Original Message-- From: Michael McQuade To: 'Tomcat Users List' ReplyTo: Tomcat Users List Subject: Change of email address Sent: Dec 25, 2010 09:57 How does one go about chan

Change of email address

2010-12-25 Thread Michael McQuade
How does one go about changing to a new email address? A new address of m.mcqu...@powergate.ca is in effect Thank-You and Merry christmas Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 André Warnier : > The AccessLogValve documentation page does not say either that it uses > log4j. AccessLogValve (and ExtendedAccessLogValve) manage the log file by themselves. They do not use logging framework in this sense. Best regards, Konstantin Kolinko --

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread André Warnier
The logging page which I pointed you to, does not say that Tomcat uses log4j. It says that you /can/ configure Tomcat to use log4j, instead of the default "juli" logging. It even provides instructions to do so. The AccessLogValve documentation page does not say either that it uses log4j. But w

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 maven apache : > Perhaps I’m not making myself clear,in fact I want to do some processing > work to the the logs created by the access log > valveto > database. You can use JDBCAccessLogValve http://tomcat.apac

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread maven apache
Perhaps I’m not making myself clear,in fact I want to do some processing work to the the logs created by the access log valveto database. For example:the log: 10.33.2.45 - - [08/Dec/2010:08:44:43 +0800] "GET /poi.txt HTTP

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread André Warnier
Hi. It is not very clear what you are asking, specially since you do not specify which version of Tomcat your are using, under which Java version and on which platform. Assuming you are using Tomcat 6.0.x, the on-line documentation for logging is here : http://tomcat.apache.org/tomcat-6.0-do