Multiple concurrent sessions

2023-05-25 Thread Stephane Passignat
than the one in the first window, no authentication, ... I can trick that using a private browse, but it's not convenient. Are there any way to have this multiple session per user ? I read a bit session-config and tracking mode. Is it the right direction ? thanks for your help stephane

Re: Tomcat freezes with axios

2022-07-07 Thread Stephane Passignat
some users forgot to commit (or rollback) their work, on several parallel connections... As I was doing the first runs of a new JS application at the same time, I though it was this new application. Stephane Le 2022-07-06 à 23:37, Christopher Schultz a écrit : Stephane, On 7/6/22 07:12, Step

Re: Tomcat freezes with axios

2022-07-06 Thread Stephane Passignat
Hi, Thanks for your help. I found that someone else was freezing the API server through the database (very long running uncommitted transactions). Anyway I also limited the number of parallel connections on javascript side (axios). regards, Stephane Le 2022-06-30 à 18:42, Christopher

Tomcat freezes with axios

2022-06-29 Thread Stephane Passignat
doesn't change anything. Restarting Tomcat resolve the situation. Tomcat shutdow is a bit longer. Request in chrome ends when tomcat stops. I'm not very inspired by this issue and actually trying to find inspiration in jmx and log files but nothing pops up. Does someone have an i

Re: CVE-2022-29885

2022-06-22 Thread Stephane Passignat
thank you Mark Le 2022-06-22 à 11:52, Mark Thomas a écrit : On 22/06/2022 10:18, Stephane Passignat wrote: Hello, I'm trying to understand this CVE and EncryptInterceptor. So far my understanding is EncryptInterceptor is used in clustered environment. Am I right ? Reading the conte

CVE-2022-29885

2022-06-22 Thread Stephane Passignat
y any DDOS weakness ? thanks, Stephane - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

JDBCRealm driver location 9.0.24

2021-08-01 Thread Stephane
base (even empty), the server doesn't start at all (java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina). Can someone help on this too ? thanks Stephane

Re: Add custom Authenticator in context.xml

2020-07-06 Thread Stephane Passignat
I guess it's for OAuth2. I'm using apache OAuth2 module and AJP in Tomcat. That's just great to externalize authentication out of the application, it works well, avoid bad design by nature ... but : - OAuth2 is mostly defined for an application authentication while in JEE the authentication mecani

Re: Alternatives for AJP

2020-04-12 Thread stephane passignat
Hi Which vulnerability are you mentioning ? Thanks ⁣Envoyé par BlueMail ​ Le 10 avr. 2020 à 17:45, à 17:45, David Cleary a écrit: >Some of our customers are currently using the AJP connector. Given the >vulnerability and breaking change to address it, now may be a good time >to prompt them look

Re: OpenId with apache and tomcat

2020-03-14 Thread Stephane Passignat
Ok thanks André and Luis for your helps and feedbacks. Message initial De: André Warnier (tomcat/perl) Répondre à: Tomcat Users List À: users@tomcat.apache.org Objet: Re: OpenId with apache and tomcat Date: Fri, 13 Mar 2020 23:47:08 +0100 On 13.03.2020 17:53, Stephane

OpenId with apache and tomcat

2020-03-13 Thread Stephane Passignat
o impact and network configuration to change, ... Does someone have experience in this architecture ? Do you have some recommendation for Apache Module or Tomcat Realm to use ? Thanks Stephane

Re: user self registration/account creation

2019-10-09 Thread Stephane Passignat
insert the user in your tomcat realm - your own tomcat realm (extends JDBC one) saying yes to every user when checking this "AUTO-REGISTER" role. (as your app can only be accessed by authenticated user that looks clean) - then you have other roles for other resources as usual...

Re: Add jar to catalina base / tomcat instance classpath (Tomcat 9)

2019-09-04 Thread Stephane Passignat
I may misread the catalina.sh (else instead of elif). I try to add a setenv.sh in the catalina_home. -Original Message- From: Stephane Passignat mailto:stephane%20passignat%20%3cpassig...@hotmail.com%3e>> Reply-To: Tomcat Users List mailto:tomcat%20users%20list%2

Add jar to catalina base / tomcat instance classpath (Tomcat 9)

2019-09-04 Thread Stephane Passignat
Hi, I would like to add a jar to tomcat system classloader (applicable to tomcat instance and its applications but not to all tomcat instances). I read the catalina.sh files but I can't find a solution. Are there any ? thanks stephane

Re: Tomcat configuration on proxy_ajp.conf

2019-02-12 Thread Stephane Passignat
ing system (works also on windows too). Regards Stephane Envoyé par BlueMail<http://www.bluemail.me/r?b=14395> Le 12 févr. 2019, à 22:28, "Propes, Barry L " mailto:barry.l.pro...@citi.com.invalid>> a écrit: Hi folks, First I apologize if this seems more like an Apach

Sci and web fragment initialization

2018-12-09 Thread Stephane Passignat
in all web-fragments - initialize SCI Thanks Stephane --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

Incomplete list of handle types

2018-12-09 Thread Stephane Passignat
ervlet 3.0 spec 8.2.4: ServletContainerInitializer’sonStartup method get's a Set of Classes that either extend / implement the classes that the initializer expressed interest in or if it is annotated with any of the classes specified via the @HandlesTypes annotation) Thanks Stephane --- L&#

Duplicate web fragment

2018-12-09 Thread Stephane Passignat
Hello, I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? Servlet 3.0 spec 8.2.2 2b: Duplicate name exception: if, when traversing the web-fragments, multiple members with the same element are encountered, the application must log an informative error message includ

Incomplete list of handle types

2018-12-08 Thread Stephane Passignat
ervlet 3.0 spec 8.2.4: ServletContainerInitializer’sonStartup method get's a Set of Classes that either extend / implement the classes that the initializer expressed interest in or if it is annotated with any of the classes specified via the @HandlesTypes annotation) Thanks Stephane

Sci and web fragment initialization

2018-12-08 Thread Stephane Passignat
in all web-fragments - initialize SCI Thanks Stephane

Duplicate web fragment

2018-12-08 Thread Stephane Passignat
ssage including information to help fix the problem, and must fail to deploy. TC doesn't do it. Thanks Stephane

ReplicationValve filter ...

2010-02-25 Thread Stephane Lorin
Hi, I’d just configure a tomcat’s cluster with two nodes. The version of Tomcat is 6.0.24 with JRE 6.0.15 on Ubuntu 9.10. Cluster’s part of my “Server.xml”:

test session's replication in tomcat cluster ?

2010-02-23 Thread Stephane Lorin
Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. Thank you.

RE: tomcat cluster does'nt work

2010-02-19 Thread Stephane Lorin
for advice -Message d'origine- De : André Warnier [mailto:a...@ice-sa.com] Envoyé : vendredi 19 février 2010 11:21 À : Tomcat Users List Objet : Re: tomcat cluster does'nt work Stephane Lorin wrote: > Hi, > > > > I'm configuring a tomcat cluster with 3 nodes.

tomcat cluster does'nt work

2010-02-19 Thread Stephane Lorin
Hi, I'm configuring a tomcat cluster with 3 nodes. I use Tomcat 5.0.19 with jdk 1.4_2.19 1st node : On a Windows XP @ IP : 192.168.1.91 Server.xml : 2nde node : On a Windows XP @ IP : 192.168.1.12

Cannot see cluster MBean

2009-08-31 Thread Landry Stephane Zeng Eyindanga
Hello, I have started tomcat with tcp cluster enabled, but I cannot see the cluster MBean. Has the Object Name changed ? I'm about to open a bug ? Any Idea ? Stephane Zeng. - To unsubscribe, e-mail: users-uns

Re: Clustering probleme

2009-02-20 Thread Stephane DUCAS
le so it should work? THX 2009/2/20 Stephane DUCAS > Hello Fillip > > No that's impossible because the same war file is deployed on the two > instances. > > 2009/2/20 Filip Hanik - Dev Lists > > It's a serialization error. One of the attributes in your se

Re: Clustering probleme

2009-02-20 Thread Stephane DUCAS
ou possible running different versions of the same class on the two > servers? > > Filip > > > Stephane DUCAS wrote: > >> Hello I've tryed vertical clustered tomcat installation (two instances) >> but >> I have an issue when configuraiong it with: >> &

Clustering probleme

2009-02-19 Thread Stephane DUCAS
Hello I've tryed vertical clustered tomcat installation (two instances) but I have an issue when configuraiong it with: When I comment out this line I have no problem but session is not recovered when one node crash When I put this line, loadbalancing don't work (only one node is really hitte

Tomcat and Radius server

2008-12-22 Thread Stephane Roy
use to do what JNDIRealm does to authenticate users through LDAP. I searched the web, without success. Thanks in advance. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona

Cannot see cluster MBean

2008-09-22 Thread Landry Stephane Zeng Eyindanga
Hi all, Here I come again. Can anyone help me please ? I am working on an application that uses tomcat clusters (tomcat 6). I follow all the steps on clustering guide (http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html). I see all the MBeans but not the cluster MBean. is it a bug ? Is t

Tomcat clustering: Don't see Cluster MBean

2008-09-19 Thread Landry Stephane Zeng Eyindanga
Hi all, I am trying to use a tomcat6 cluster. I've just set my configuration (with two tomcat nodes) just as indicated in the tomcat clustering guide (http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html). Unfortunately, I see all MBeans that I should see, but the Cluster MBean (|type=Clu

Re: Tomcat clustering: Don't see Cluster MBean

2008-09-19 Thread Landry Stephane Zeng Eyindanga
Mark Thomas a écrit : Landry Stephane Zeng Eyindanga wrote: Hi all, I am trying to use a tomcat6 cluster. I've just set my configuration (with two tomcat nodes) just as indicated in the tomcat clustering guide (http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html). Unfortunately,

Tomcat clustering: Don't see Cluster MBean

2008-09-19 Thread Landry Stephane Zeng Eyindanga
Mark Thomas a écrit : Brendan Martens wrote: Hmmm, here are my jk settings: JKWorkersFile/etc/libapache2-mod-jk/workers.properties JkLogFile/var/log/apache2/mod_jk.log JkLogLevelinfo JkShmFile/var/log/apache2/mod_jk.shm JkOptions+ForwardURICompatUnparsed That value