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
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
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
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
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
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
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
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
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
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
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
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...
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
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
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
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
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
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
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
in all web-fragments
- initialize SCI
Thanks
Stephane
ssage including information to
help fix the problem, and must fail to deploy.
TC doesn't do it.
Thanks
Stephane
Hi,
Id just configure a tomcats cluster with two nodes. The version of Tomcat
is 6.0.24 with JRE 6.0.15 on Ubuntu 9.10.
Clusters part of my Server.xml:
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.
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.
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
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
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
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:
>>
&
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
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
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
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
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,
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
34 matches
Mail list logo