Re: session Manager "maxActiveSessions" alternative behavior : allow new session but expire old session

2025-01-09 Thread Pascal Rigaux
se, as you suggested, the application should not depend on such big sessions. That's the real solution to avoid any issues! cu Pascal Rigaux. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

session Manager "maxActiveSessions" alternative behavior : allow new session but expire old session

2025-01-08 Thread Pascal Rigaux
Hi, On some applications we have: - quite low number of users most of the time - high number of users twice a year These applications store quite a lot of information in session. To cope with the surge of users, we would need to: - either increase mx (Java max memory) - or use short session time

Re: ClassNotFoundException when deserializing custom object with FileStore for PersistentManagerBase.processExpires

2024-12-05 Thread Pascal Rigaux
On 04/12/2024 18:09, Mark Thomas wrote: The Manager/Store component can't easily determine if it is being configured from the global, host or context level context.xml file. The root cause here is configuration error - configuring multiple web applications to use the same file for session pers

Re: ClassNotFoundException when deserializing custom object with FileStore for PersistentManagerBase.processExpires

2024-12-03 Thread Pascal Rigaux
should be mentionned more clearly in the documentation? Maybe display a warning log for absolute pathname/directory in global context.xml? cu, Pascal R. On 03/12/2024 16:36, Pascal Rigaux wrote: Hi, I have bug https://bz.apache.org/bugzilla/show_bug.cgi?id=48007 on recent tomcats. To

ClassNotFoundException when deserializing custom object with FileStore for PersistentManagerBase.processExpires

2024-12-03 Thread Pascal Rigaux
ure globally PersistentManager. It would be enough for us to have an option to disable Storebase.processExpires(), but it may be somewhat ugly... cu Pascal Rigaux. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

Is it possible to disable JMX?

2019-08-26 Thread Pascal Schumacher
), but the "Catalina" folder is present in JMX and memory consumption remains the same. I guess I am misunderstanding something and there is not way to disable JMX when using org.apache.catalina.startup.Bootstrap? Thanks and kind regards, Pascal| --

RE: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Jean-Pascal Houde
thinks it shouldn't take > that long. > I've seen this happen when an application, or a 3rd-party library starts a non-daemon thread and it is not stopped prior to the shutdown attempt. I think that there is a 60 second timeout because I've also noticed about that

Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Jean-Pascal Houde
;t show anything suspicious. Anyone seeing the same issue with this version? Thanks, Jean-Pascal Houde - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Practical to write code in webapp that can return metadata from current access log?

2016-09-10 Thread Pascal Abaziou
. Kind regards, Pascal > Le 9 sept. 2016 à 21:40, KARR, DAVID a écrit : > > I'm considering writing a secondary diagnostics service for my CXF REST app > running in Tomcat (TomEE) that can return some information about the number > of calls to the main service in a particu

Re: Tomcat 6 : saerching for a bug fix between 6.0.24 and 6.0.44

2015-06-25 Thread Pascal Abaziou
> Le 25 juin 2015 à 16:16, Christopher Schultz a > écrit : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pascal, > > On 6/25/15 10:01 AM, Christopher Schultz wrote: >> Pascal, >> >> On 6/24/15 4:23 PM, Pascal Abaziou wrote: >>

Re: Tomcat 6 : saerching for a bug fix between 6.0.24 and 6.0.44

2015-06-25 Thread Pascal Abaziou
> Le 25 juin 2015 à 21:45, Pascal Abaziou a écrit : > > >> Le 25 juin 2015 à 10:40, André Warnier > <mailto:a...@ice-sa.com>> a écrit : >> >> Pascal Abaziou wrote: >> >>>> Le 25 juin 2015 à 00:23, Mark Eggers >>> <mailt

Re: Tomcat 6 : saerching for a bug fix between 6.0.24 and 6.0.44

2015-06-25 Thread Pascal Abaziou
> Le 25 juin 2015 à 10:40, André Warnier a écrit : > > Pascal Abaziou wrote: > >>> Le 25 juin 2015 à 00:23, Mark Eggers a >>> écrit : >>> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 6/2

Re: Tomcat 6 : saerching for a bug fix between 6.0.24 and 6.0.44

2015-06-24 Thread Pascal Abaziou
> Le 25 juin 2015 à 00:23, Mark Eggers a écrit : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/24/2015 2:40 PM, André Warnier wrote: >> Pascal Abaziou wrote: >>> Hello, >>> >>> I’m searching for the version that fixes a bug I’

Tomcat 6 : saerching for a bug fix between 6.0.24 and 6.0.44

2015-06-24 Thread Pascal Abaziou
elements to motivate an update. I’ve read the tomcat 6 changelog, but did not find when this was fixed. Regards, Pascal - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Question concerning mod_jk Security Fix CVE-2014-8111

2015-06-08 Thread Pascal Wittmann
Hi Peter, I've asked the same question on 31.05 but got no reply so far. Thanks for the RedHat link. Regards, Pascal On 06/08/2015 01:43 PM, Kreuser, Peter wrote: > Hi, > > could you please tell us, when the fixed mod_jk-Version 1.2.41 will be > publicly available? > &g

Release of tomcat-connectors 1.2.41

2015-05-31 Thread Pascal Wittmann
Hi everyone, does anyone know when tomcat-connectors 1.2.41 will be released? It seems it fixes CVE-2014-8111. Regards, Pascal signature.asc Description: OpenPGP digital signature

Re: Does the securePort for Cluster/Channel/Receiver work yet?

2015-05-05 Thread pascal
Hi Chris 2015-05-04 22:13 GMT+02:00 Christopher Schultz : > Pascal, > > On 5/4/15 10:56 AM, pascal wrote: > > This was all done with tomcat-7.0.27 (sorry for being behind) > >> > > > > I just tried with 8.0.21 with the same result. I would even > > a

Re: Does the securePort for Cluster/Channel/Receiver work yet?

2015-05-04 Thread pascal
the only bug may be in the documentation :-) Cheers Pascal

Does the securePort for Cluster/Channel/Receiver work yet?

2015-04-30 Thread pascal
Hi List I'm trying to add encryption to session-replication and came along this posts from January 2015 http://marc.info/?l=tomcat-user&m=142063952322011&w=2 as a follow up to a message from 2009. So, I'm wondering as well if this feature is really implemented. I added securePort="4500" to

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
pool - irrespective of what you do with the connection. Am I wrong? Regards Le 5 janv. 2013 00:20, "Christopher Schultz" a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pascal, > > On 1/4/13 5:56 PM, Davoust, Pascal wrote: > > Indeed I was refe

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
) and therefore would be an even more detrimental hit on performance since would require a round-trip to the db server... In any case, let me know if you need me to provide more details or to file this problem into the bug tracking system! Regards Pascal 2013/1/4 Christopher Schultz > > I thin

[jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-03 Thread Davoust, Pascal
Hi all, I'm using the tomcat jdbc connection pool (7.0.34) to connect against a PostgreSQL database (version 8.4 - jdbc driver 9.0.801) and I'm having a potentially dodgy situation with the validation mechanism. The code I'm using does change the transaction isolation level of a connection that h

Re: Question about Tomcat 6.020 appBase Vs autoDeploy?

2009-12-21 Thread Pascal Vachon
host name for my three development environments... but use a different folder for each one of them in my URL. I just don't know how to make the autoDeploy works inside nested folders. Pascal From: Mark Thomas To: Tomcat Users List Date: 12/21/2009 01:57 PM Subject: Re: Question about To

Question about Tomcat 6.020 appBase Vs autoDeploy?

2009-12-21 Thread Pascal Vachon
Is there a way to keep my logic in place... and still satisfy the developers demand (be able to deploy applications themselves using a .WAR file)? Again, I'm new to Tomcat, so sorry if this looks like a weird question. Thanks! _ Pascal Vachon

byte trafic accounting

2007-10-16 Thread Pascal Lambert
bytesRead and bytesSent are always 0. What's wrong? How can I do it? We're are currently using Tomcat 5.5.25. Pascal - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-

Does the tomcat5.exe procrun file work with tomcat 5.0.x ? (no doc)

2007-05-11 Thread Pascal Fonte
Hi Does the tomcat5.exe procrun file work with tomcat 5.0.x ? Indeed, this file is shipped with tomcat 5.0.30, but there is no documentation in http://tomcat.apache.org/tomcat-5.0-doc/setup.html Thanks a lot Pascal _ Découvrez

Re: [install as win service] procrun windows executable ? is tomcat5.exe obsolet

2007-05-10 Thread Pascal Fonte
executable. Thank you again Pascal the procrun files for tomcat can be found in Tomcat SVN, http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ you can also try out an alternative wrapper, works in a similar fashion http://people.apache.org/~fhanik/wrapper.html Filip Pascal Fonte

[install as win service] procrun windows executable ? is tomcat5.exe obsolete?

2007-05-10 Thread Pascal Fonte
ows executable files http://jakarta.apache.org/commons/daemon/procrun.html Anybody knows where I could find more documentation about procrun and procrun windows executables files ? thank you in advance Pascal _ Gagnez des pc Windows

Tomcat 5.5.20 in Maven repository

2007-02-28 Thread Pascal Cohen
repository ? Thanks in advance for your help. Pascal - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Resource configuration problems on servlets (images, css, javascript)

2006-11-28 Thread Pascal Guy
ents" my lack of knowledge in servlets is probably misleading me here Pascal Kristian Rink wrote: Hi; Pascal Guy schrieb: The problem comes when we integrate to post the request to my controller The controller works fine but the resources are not working (css, images and javascript)

Resource configuration problems on servlets (images, css, javascript)

2006-11-28 Thread Pascal Guy
servlet (and not be treated as a request) I can't figure this out, though i've tried many setups. Thanks anybody. -- Pascal - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PR

Re: max_threads issue & blocked threads (*warning* long thread dump attached)

2006-10-17 Thread Pascal Alberty
problem persists. So do you think it's more likely a JVM bug/issue opposed to an application issue? Thanks, -Derek -- Pascal Alberty http://pascal.albertyorban.be - To start a new topic, e-mail: users@tomcat.apache.org T

Re: CPU level is not coming back to a normal level

2006-10-15 Thread Pascal Alberty
I found something about this thread. http://www.mail-archive.com/java2d-interest@capra.eng.sun.com/msg03812.html Do you thing it could be related ? I just make another charge test, threads growth to 200 without 2D disposer ... and CPU stays around 20% ... On 10/13/06, Pascal Alberty <[EM

Re: CPU level is not coming back to a normal level

2006-10-13 Thread Pascal Alberty
ad.java:595) Complete dump could be found here: http://pascal.albertyorban.be/wp-content/dump.txt (i don't know if attached files are allowed by this mailinglist). Thanks for your help On 10/13/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: On 10/13/06, Pascal Alberty <[EMAIL PRO

Re: CPU level is not coming back to a normal level

2006-10-13 Thread Pascal Alberty
Any other idea ? Thanks On 10/13/06, Pascal Alberty <[EMAIL PROTECTED]> wrote: On 10/12/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Pascal Alberty > > Subject: CPU level is not

Re: Max Memory Reading

2006-10-13 Thread Pascal Alberty
on intended for a specific individual which is private and protected by law. If you are not the intended recipient, any disclosure, copying, distribution or other use of this information is strictly prohibited. You are also requested to advise us immediately if you receive information which

Re: CPU level is not coming back to a normal level

2006-10-12 Thread Pascal Alberty
On 10/12/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Pascal Alberty > Subject: CPU level is not coming back to a normal level > > When I'm testing the new servlet on my dev box, all is ok. W

CPU level is not coming back to a normal level

2006-10-12 Thread Pascal Alberty
a ? Thanks for your help. -- Pascal Alberty http://pascal.albertyorban.be - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JDBC Pool exhaustion

2006-10-12 Thread Pascal Alberty
On 10/12/06, DE VINZELLES, Guillaume (ext.) <[EMAIL PROTECTED]> wrote: Hello, One of our connections wasn't properly closed, as you said. You fixed the problem and now everything is running fine. Great ! "Un grand classi

Re: JDBC Pool exhaustion

2006-10-11 Thread Pascal Alberty
... -- Pascal Alberty http://pascal.albertyorban.be - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JDBC Pool exhaustion

2006-10-11 Thread Pascal Alberty
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Pascal Alberty Envoyé: mercredi 11 octobre 2006 16:10 À: Tomcat Users List Objet: Re: JDBC Pool exhaustion Check your code to unclosed connections (and statments) first ! On 10/11/06, DE VINZELLES, Guillaume (ext.) <[EMAIL PROTECTED]>

Re: JDBC Pool exhaustion

2006-10-11 Thread Pascal Alberty
ail: [EMAIL PROTECTED] -- Pascal Alberty http://pascal.albertyorban.be - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbacks status 2

2006-10-11 Thread Pascal Alberty
e me immediately. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal Alberty http://pascal.albertyorban.be - To start a new topi

Re: Waiting for monitor entry & waiting to lock with ehcache

2006-10-09 Thread Pascal Alberty
On 10/9/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: Hello Pascal, I think you should ask your question in the ehcache support list, since your stacktrace shows that the problem is in their code. regards Leon Already asked on ehcache sourceforge forum ... thanks :) -- Pascal Albert

Waiting for monitor entry & waiting to lock with ehcache

2006-10-09 Thread Pascal Alberty
.Cache.get(Cache.java:653) - waiting to lock <0x91607ce0> (a net.sf.ehcache.Cache) at net.sf.ehcache.Cache.get(Cache.java:631) ... This occurs (only) each time I use this cpu consuming feature. Any idea ? Thanks -- Pascal Alberty http://pascal

Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
Anil Ranka wrote: > Pascal, > Thanks for detail scenario. I am working on a product which should run on > any platform. I am looking for a very generic solution which can run on any > platform. > > Any pointers. Umm... stop dreaming ;) As soon as you enter HA clustering and f

Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
//siag.nu/pen/ [3] http://siag.nu/pen/vrrpd-linux.shtml [4] http://siag.nu/pen/vrrpd-linux2.shtml [5] http://www.linuxvirtualserver.org/ [6] http://haproxy.1wt.eu/ and http://haproxy.1wt.eu/download/1.2/doc/haproxy-en.txt hope this helps -- -o) Pascal Bleser ATOS Worldline/Aachen(DE)

HttpSessionListener with session replication (cluster)

2006-09-25 Thread Pascal Bleser
r. In a Servlet Container cluster, the ACLs would be computed and cached on each node on the fly, but also have to be flushed out of the cache on each node (hence, the question about HttpSessionEvents being fired on each cluster node or not). Thanks for any information or pointers :) cheer

Re: Why cannot I put JSVC into a shell script to run

2006-09-01 Thread Pascal Bleser
an interactive login (e.g. ~/.profile or ~/.bashrc) e.g. ---8<--- JAVA_HOME=/usr/java/jdk1.5.0 JRE_HOME=$JAVA_HOME JAVA_OPTS="-Xms128m -Xmx128m" PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME JRE_HOME ---8<--- cheers -- -o) Pascal Bleser

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
;ll try) and we'll see... One time again thank you for gived us some times Pascal - Original Message - From: "Fabio Gurgone" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 08, 2006 5:34 PM Subject: Re: Tomcat config with APACHE and mut

Re: Newbie: Deploying .war file, getting it working with MySQL

2006-05-08 Thread Pascal
very simple but sometimes Pascal - Original Message - From: "Hugh Morgan" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 08, 2006 5:16 PM Subject: Re: Newbie: Deploying .war file, getting it working with MySQL Franck Borel wrote: Try t

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
Oups Ok in fact I should create few connector (one per IP/port non SSL/SSL) and then only one worker.properties ? Is that correct ? Like an other thread show ... Pascal Thank you Fabio You don't have to create a connector per IP ? or vhost ? I only have to create a conn

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
.host In this case it means few instances of Tomcat. So in worker.properties how I delcare few vhosts/IP knowing there is few IPs A localhost worker definition is enough and allow to have only one isntance of Tomcat for every vhost on every IPs ? is that correct ? Thanks for your help Pas

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
? I think it is this last case no ? Also with this solution does the auto-deploy will work ? Thanks a ton Pascal Hi Pascal, hi All, I'm very interested on this topic too. I'm using Apache with vhosts + mod_jk + 1 tomcat with vhosts. You have to configure the same vhosts in ap

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-06 Thread Pascal
Hello Nobody could help me please or give a web pointer to help us to well configure Tomcat with Apache with a lot of vhosts Thanks by advance Pascal Yes Apache serves the Static pages and PHP We have 150 Vhost in fact. Some of our best client would like to use jsp/servlet in addition

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-05 Thread Pascal
Yes Apache serves the Static pages and PHP We have 150 Vhost in fact. Some of our best client would like to use jsp/servlet in addition to their existing php/htm file Pascal - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tom

Tomcat config with APACHE and mutliple VHOST

2006-05-05 Thread Pascal
files (like WEB-INF, etc...) ? Thanks a ton for your help, HowTo Pascal

Re: Tomcat+Eclipse, breakpoints not working

2006-03-29 Thread Pascal Alberty
ace breakpoints, use your web application. Eclipse will go in debug mode if breakpoints are meet. See http://tomcat.apache.org/faq/development.html for more explanations. Pascal On 3/29/06, Mark Slater <[EMAIL PROTECTED]> wrote: > I'm using Eclipse to try and debug a servlet in tomcat.

Re: Your opinion on some logs - Apache/mod_jk/Tomcat

2006-03-09 Thread Pascal Alberty
eate the log file. So, you can change this directory using the "JkShmFile" directive in your httpd.conf. For example: JkShmFile /var/log/apache2/jk-runtime-status -- Pascal Alberty - To unsubscribe, e-mail: [EMAIL PRO

Re: Your opinion on some logs - Apache/mod_jk/Tomcat

2006-03-08 Thread Pascal Alberty
Thanks for your quick answer. Note that this log appears even there is no management manipulation on Tomcat (reloading, deploying, ...). Thanks Pascal On 3/8/06, Tim Lucia <[EMAIL PROTECTED]> wrote: > The last one (4) results from not deregistering the object mentioned from > th

Your opinion on some logs - Apache/mod_jk/Tomcat

2006-03-08 Thread Pascal Alberty
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Mar 8, 2006 3:16:24 AM org.apache.jk.common.ChannelSocket registerRequest WARNING: Error registering request -- Pasc

Asynchronous messaging in tomcat

2006-01-27 Thread Gehl, Pascal
Hi, I know we are not supposed to do this but is there a big inconvenience to do asynchronous message consuming in tomcat 5+ (by spawning a daemon thread for my message listener ?) Is it true that if a I create a thread on my own I won't have access to the tomcat JNDI context ? I ask this becau