Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Any idea what the logs should look like? Any sample? J. 2013/3/22 Pid > On 22/03/2013 15:02, Julien Martin wrote: > > Hi Pid, > > Is there any other config I need to add (for instance to > log4j.properties) > > in order for the logAbandoned logging to occur? > >

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Julien Martin
You're right. I should set the result in another method/thread i.e. a post method... Is this related to the memory leaks? J. 2013/3/22 Pid > On 22/03/2013 14:56, Julien Martin wrote: > > Hi, > > You mean if I set maxActive to 1? > > > > J. > > > >

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Hi Pid, Is there any other config I need to add (for instance to log4j.properties) in order for the logAbandoned logging to occur? I see nothing in stdout nor in the tomcat logs... Regards, J. 2013/3/22 Pid > On 22/03/2013 14:45, Julien Martin wrote: > > Hello, > > > &g

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Julien Martin
Hi, You mean if I set maxActive to 1? J. 2013/3/22 Pid > On 22/03/2013 14:42, Julien Martin wrote: > > @Chuck: thanks for the link. I have read it. Umm... the thing is I don't > > close my connection manually. I use Spring. Here is my configuration: > > > &

Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Hello, I have enabled the *logAbandoned* property as follows (in Spring): I know for certain it is taken into account by Tomcat but *I just can't figure out where the information is logged*. It seems to be a recurring question on the web but I was not able to find the answer to it. Can anyo

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Julien Martin
where. Julien. 2013/3/22 Caldarale, Charles R > > From: Julien Martin [mailto:bal...@gmail.com] > > Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat > 7.0.35 to crash silently > > > "http-bio-8080-exec-10" daemon prio=10 tid=0x

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Julien Martin
arallelGC)" prio=10 tid=0x7f6918017000 nid=0x4191 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0x7f6918019000 nid=0x4192 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0x7f691801a800 nid=0x4193 runnable "GC task thread#3 (ParallelGC)"

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Julien Martin
Chuck and Daniel, Thanks for replying. I'll try and provide the information requested. - The 9th method invocation causes Tomcat to hang. When you issue requests after that, they also "hang". - Here is the connector info: - Jvm version: java version "1.7.0_15" Java(TM) SE Run

My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Julien Martin
Hello, I have the following Spring MVC 3.2 code (it uses the DeferredResult class ): @RequestMapping(value = "getMessages", method = RequestMethod.GET, produces

Odd behavior observed on Eclipse's tomcat: added webapp silently ignored...

2012-12-16 Thread Julien Martin
Hello, After adding a webapp (war) to my Eclipse's Tomcat (7.0.34), I unfortunately noticed that tomcat does add it to the server but doesn't attempt to deploy it!! The only suspicious log was the following one: *ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property

Re: Why are Tomcat's threads more costly than background threads?

2012-12-11 Thread Julien Martin
Thank you very much for this exhaustive reply Christopher. 2012/12/11 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Julien, > > Warning: this is long. Like, André-or-Mark-Eggers long. > > On 12/11/12 7:30 AM, Julien Martin wrote: >

Why are Tomcat's threads more costly than background threads?

2012-12-11 Thread Julien Martin
Hello, I am in reference to the following blog entry: Blog entry about Spring MVC 3.2 asynchronous support. I understand Tomcat uses a thread pool in order to serve http/web requests. Furthermore,

Re: Embedded tomcat won't resolve Spring application properties

2012-10-01 Thread Julien Martin
It is working. This is odd... I changed from * *to ** Notice I removed the leading slashes. It is now working with Tomcat Maven plugin. What caused the different behavior between standard Tomcat and maven plugin Tomcat, I can't explain... Regards, J. 2012/10/1 Julien Martin > I

Re: Embedded tomcat won't resolve Spring application properties

2012-10-01 Thread Julien Martin
Thanks in advance, J. 2012/10/1 Julien Martin > Thanks Daniel, > > I've just deployed my app onto a standard Tomcat: it works ok. > > My Spring config is as follows (the relevant parts a

Re: Embedded tomcat won't resolve Spring application properties

2012-10-01 Thread Julien Martin
Thanks Daniel, I've just deployed my app onto a standard Tomcat: it works ok. My Spring config is as follows (the relevant parts at least): Regards, J. 2012/10/1 Daniel Mikusa > On Oct 1, 2012, at 5:42 AM, Julien Martin wrote: > > > Hello, > > > > I am

Re: org.apache.catalina.startup.ContextConfig checkHandlesTypes...

2012-02-14 Thread Julien Martin
Le 14 février 2012 21:04, Konstantin Kolinko a écrit : > 2012/2/14 Julien Martin : > > Hello Chuck, > > > > Sorry... > > > > -Version: Tomcat 7.0.22 downloaded from apache website. > > -Jvm info: java version "1.6.0_20"; OpenJDK Runtime Enviro

Re: org.apache.catalina.startup.ContextConfig checkHandlesTypes...

2012-02-14 Thread Julien Martin
vrier 2012 20:26, Caldarale, Charles R a écrit : > > From: Julien Martin [mailto:bal...@gmail.com] > > Subject: org.apache.catalina.startup.ContextConfig checkHandlesTypes... > > > Can anyone please help? > > Probably not, since you didn't bother to tell us the versi

Re: Question about exploded war archive and running application

2011-04-17 Thread Julien Martin
Thanks André. I'll try and use the Tomcat manager instead of restarting Tomcat. J. 2011/4/17 André Warnier > Julien Martin wrote: > >> Hello, >> >> I have a running web application in production under Tomcat. I would like >> to >> alter one of the

Question about exploded war archive and running application

2011-04-17 Thread Julien Martin
Hello, I have a running web application in production under Tomcat. I would like to alter one of the configuration files (ehcache.xml) of the exploded war archive and restart tomcat without uploading a new war. My question is: if I restart Tomcat will it redeploy the original war - in which case

Re: Virtual host, alias and context parameters

2010-12-11 Thread Julien Martin
Thanks all for your replies and sorry for the upper case. I am already parsing the domain name in my app and I think I will stick to that. Regards, J. 2010/12/11 André Warnier > Let me add something to my previous answer, to kind of wrap up also what > the others responded. > > (a) With the Alia

Virtual host, alias and context parameters

2010-12-11 Thread Julien Martin
Hello, I need to achieve the following: -Having two domain names pointing to the same tomcat application and MOST IMPORTANTLY, having for each domain name a unique context parameter (therefore different for each domain name) that I will retrieve in my app to display different information to my user

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
THANKS A LOT ANDRÉ!! After reading your detailed reply, I followed your suggestion: ROOT.war and removed all unnecessary stuff from server.xml. It now works!! All the best, Julien. 2009/2/15 André Warnier > Julien Martin wrote: > >> >> I now get a 404 tomcat error. >>

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
I read the documentation and tried the following configuration: www.jeanbaptistemartin.com I now get a 404 tomcat error. Any one could please help? Thanks in adva

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
André Warnier > Julien Martin wrote: > > Hi. > It will probably be useful for anyone wanting to help you, to know which > version of Tomcat you are talking about. > Also on which platform, athough one can kind of guess that. > But it's time-consuming and error-pro

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Thanks a lot for your reply, Tomcat version: 6.0.18 Platform: linux centos I'll try the suggested solution and keep you posted... Julien. 2009/2/15 André Warnier > Julien Martin wrote: > > Hi. > It will probably be useful for anyone wanting to help you, to know which > versi

Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
ptistemartin directory I strongly suspect it is something to do with the above snippet from the "server.xml". Can you please help? Thanks in advance, Julien Martin. Here is the stack trace: INFO | jvm 1| 2009/

Showing on the console or in the logs all the content of the post http methods

2006-05-08 Thread Julien Martin
Hello, How can I configure log4J in order to show on the console or in the logs all the content of the post http methods? thanks in advance, Julien. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: In which directory and file is session data stored?

2006-01-23 Thread Julien Martin
Thanks Markus! 2006/1/23, Markus Schönhaber <[EMAIL PROTECTED]>: > > Julien Martin wrote: > > I wonder why my file only weighs 1ko (tldCache.ser). Is this file only > to > > do with Tag Lib Descriptors? > > I think so. > > > If I have a lot of sess

Re: In which directory and file is session data stored?

2006-01-23 Thread Julien Martin
Hello Markus, I wonder why my file only weighs 1ko (tldCache.ser). Is this file only to do with Tag Lib Descriptors? If I have a lot of session data where (in what file) is it stored? Julien. 2006/1/23, Markus Schönhaber <[EMAIL PROTECTED]>: > > Julien Martin wrote: > > Can an

In which directory and file is session data stored?

2006-01-23 Thread Julien Martin
Hello, Can anyone tell me where session data is stored in tomcat?? Thanks in advance, Julien Martin.

Tomcat 5.5 will not reload exploded applications when a class is recompiled

2006-01-17 Thread Julien Martin
Hello, I have the following problem: Tomcat 5.5 will not reload exploded applications when a class is recompiled. Is there any modification to be applied to Tomcat. Note that my autodeploy attribute is set to true(host) and that my reloadable attribute is also set to true(context). Any clue very we

Re: Tomcat 5.5 will not reload exploded applications when a class is recompiled

2006-01-13 Thread Julien Martin
Hello and thanks for the reply, The unpackwar is already set at true... Any other idea? Julien. 2006/1/13, Jarrar Hussain <[EMAIL PROTECTED]>: > > Hello Julien, > > What about the unpackWARs attribute (in server.xml)? I think its also > need to be true. > > Regards,

Tomcat 5.5 will not reload exploded applications when a class is recompiled

2006-01-13 Thread Julien Martin
Hello, I have the following problem: Tomcat 5.5 will not reload exploded applications when a class is recompiled. Is there any modification to be applied to Tomcat. Note that my autodeploy attribute is set to true(host) and that my reloadable attribute is also set to true(context). Any clue very we