Re: tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)

2010-12-26 Thread Frank Even
On Thu, Dec 23, 2010 at 1:06 PM, Caldarale, Charles R wrote: >> From: list...@elitists.org [mailto:list...@elitists.org] On Behalf Of Frank >> Even >> Subject: tomcat errors starting after upgrade from cent5.3 to 5.5 >> (/rebuild-jar-repository: error: Could not find) > >> Now that we've run the

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin

RE: Change of email address

2010-12-26 Thread Martin Gainty
contact info is now updated Hope you had a good christmas! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir ho

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

2010-12-26 Thread David Wall
On 12/26/2010 2:04 AM, Mark Thomas wrote: Yes. You'll need to extend BaseDirContext in org.apache.naming.resources. For some examples, see FileDirContext and WarDirContext in the same package. Thanks for the pointers, Mark. From what you are saying, this would be a Tomcat-specific solut

processing of tlds failed -- application still works -- why?

2010-12-26 Thread Satish Kumar
Hi All, I am seeing the error below while deploying a web application on Tomcat 6.0.16. Note that the parser used for processing tlds is Crimson -- I expect Tomcat to use the default Xerces parser to process tlds, but it using Crimson parser that is in a jar in WEB-INF/lib. It seems this issue is

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-12-26 Thread Konstantin Preißer
> -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Sunday, December 12, 2010 10:23 PM > To: users@tomcat.apache.org > Subject: Re: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly > sending Content body with HTTP 304 Status > > 10054 is a winsock error c

[Commercial] Part time developer - Delhi / noida

2010-12-26 Thread abhishek jain
Hello , I am looking for a part time developer for java with struts and hibernate and a good knowledge of mysql preferably open to visit my office in Noida (India), once a week. However i will also consider distant people also. Please someone interested contact me offline with resume and rates.

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
2010/12/26 André Warnier > maven apache wrote: > >> 2010/12/25 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 instruction

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread André Warnier
maven apache wrote: 2010/12/25 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 pag

Re: The Web application created a ThreadLocal but failed to remove it

2010-12-26 Thread Pid
On 12/26/10 7:15 AM, Ahmed Ashour wrote: > 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 > clearR

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

2010-12-26 Thread Mark Thomas
On 26/12/2010 03:39, David Wall wrote: 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 c

Re: Rename localhost log

2010-12-26 Thread Mark Thomas
On 25/12/2010 20:10, Pid wrote: 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?" he he. I don't think the key parts have changed much dur

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
2010/12/26 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: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
2010/12/25 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 s

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
Thanks,I will have a try. 2010/12/25 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 > > valve< > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Va