> I got the Object ID and version straight out of the Certificate using
> Keystore Explorer. I'm not sure why there is a difference.
Keystore Explorer uses Bouncy Castle (https://www.bouncycastle.org/) as
provider for JCE.
If your JRE/JDK does not provide some algorithm you could use Bouncy Cas
Hello,
it seems you have changed the default Java trust store, so you also need to
provide its password.
You should provide more info about your requirements:
- server authentication only or client authentication too (mTLS in Oracle
documentation)?
- which version of ucp/ojdbc are you using (Ora
If you have a fronting reverse proxy/load balancer (HAProxy, NGINX, Apache) you
can use them to set HSTS and let Tomcat set the other security headers.
If your application is running in a container (Kubernetes, Openshift, OKD),
they all have the option to add HSTS in Ingress/Route. Again, the oth
I was aware of your PR and it's good news.
Our Principal implementation differs from the PR:
- attribute values are strings and some specific conversion are performed
(e.g. converting objectGUID to canonical UUID)
- has other fields/methods we use for OAuth (JASPIC) authentication
I think that
. Try using "grep" on
your Java source tree, looking for "new Cookie".
- -chris
> Da: Christopher Schultz Inviato:
> lunedì 30 marzo 2020 17:55 A: users@tomcat.apache.org
> Oggetto: Re: R: Support with error in
> launcher.log
>
> Luigi,
>
> On 3/
y.
Also, how can we try to simply remove this cookie?
thanks,
Luigi
Da: Christopher Schultz
Inviato: lunedì 30 marzo 2020 17:55
A: users@tomcat.apache.org
Oggetto: Re: R: Support with error in launcher.log
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Luig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Luigi,
On 3/30/20 08:38, Luigi Tagliafierro wrote:
> we have already tried to implement the legacy cookie processor but
> with no result.
What did you actually do? What was the actual result?
I suspect that because:
1. The cookie domain is invali
Hi,
we have already tried to implement the legacy cookie processor but with no
result.
in the meantime we are considering some of the suggestions that have come so
far,
Keep help us!
thanks,
Luigi
Da: calder
Inviato: lunedì 30 marzo 2020 13:14
A: Tomcat Use
Hi,
actually during development, I use the server in localhost .. but if I do
not reboot, I do not see the new code changes...
-Messaggio originale-
Da: André Warnier (tomcat)
Inviato: mercoledì 2 gennaio 2019 10:37
A: users@tomcat.apache.org
Oggetto: Re: Tomcat and IDE
On 02.01.2019 10
Hi Emmanuel,
Thank you!
It works!
Roberto
-Messaggio originale-
Da: Emmanuel Bourg [mailto:ebo...@apache.org]
Inviato: martedì 26 settembre 2017 08:19
A: Tomcat Users List ; r.bott...@afterbit.com
Oggetto: Re: debian 9 and tomcat 8 error at startup
Hi Roberto,
You have to install the l
Thank you so much!
Andrew
-Messaggio originale-
Da: Mark Thomas [mailto:ma...@apache.org]
Inviato: mercoledì 2 novembre 2016 16:59
A: Tomcat Users List
Oggetto: Re: SSL digital cert for each context?
On 02/11/2016 15:56, Andrea Galli wrote:
> Hello guys,
>
> I have configured SSL on To
some real life examples of complete
configurations.
Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>
On 10/7/2016 12:39 PM, Caldarale, Charles R wrote:
>> From: Igal @ Lucee.org [mailto:i...@lucee.org]
>> Subject: Host appBase vs. Context docBase Suppose that I have an
&
On 09.08.2016 10:52, Andrea Galli wrote:
Thank you Christoph , but in this how-to there isn't any example for SQL
Server.
Well, no. But did you expect someone else to do all the work for you ?
These are your options :
1) considering that SQL Server is a proprietary product of Microsoft, contac
Thank you Christoph , but in this how-to there isn't any example for SQL
Server.
-Messaggio originale-
Da: Christoph Nenning [mailto:christoph.nenn...@lex-com.net]
Inviato: martedì 2 agosto 2016 09:44
A: Tomcat Users List
Oggetto: Re: jdbc check available database
> Hello guys,
>
> I’ve
Thanks Daniel,
best regards
Diego
> -Messaggio originale-
> Da: Daniel Mikusa [mailto:dmik...@pivotal.io]
> Inviato: martedì 30 settembre 2014 15:33
> A: Tomcat Users List
> Oggetto: Re: Session lost in Tomcat 5.5.36
>
> On Tue, Sep 30, 2014 at 6:56 AM, Diego Ruotolo
> wrote:
>
> > Hi e
Sorry for the question, but if I set the timeout on the HttpClient I force
the client to close the connection after the timeout, but have I informed
the server that there is a timeout, so the server close the connection after
the timeout? I mean HttpClient tells to the server about the timeout?
Th
On Mar 24, 2013, at 3:56 AM, Patrick Hong wrote:
> I'm trying to set up R and Tomcat on RHEL6 (6.4)
>
> I have installed R and can run it. I have installed Tomcat 7 and can host
> files file. I have packaged an application as a WAR file and deployed it
> using tomcat. The a
I'm trying to set up R and Tomcat on RHEL6 (6.4)
I have installed R and can run it. I have installed Tomcat 7 and can host
files file. I have packaged an application as a WAR file and deployed it
using tomcat. The application runs fine in all aspects until it uses any R
component.
This is
On 18 Sep 2012, at 07:22, "Ge Gestione Elaboratori(IBM Business
Partner)" wrote:
> Excuse me Dan:
> attached the screenshot.
Zeesh.
Stop attaching it, paste some info inline in the message and stop being lazy.
p
> paolo
>
> -Messaggio originale-
> Da: Daniel Mikusa [mailto:dmik...@vmw
Try:
URI uri = new URI("file//c:/.."); // win
Or
"file:///yourdir/.." on unix (note 3 "/").
From uri you can get the url and from here you can open an inputstream or you
can use "new File(url.toFile())"
To access a resource from your classpath the following will do:
URL url =
Thread.curren
Excuse me Dan:
attached the screenshot.
paolo
-Messaggio originale-
Da: Daniel Mikusa [mailto:dmik...@vmware.com]
Inviato: martedì 11 settembre 2012 13.51
A: Tomcat Users List
Oggetto: Re: how to read files in file system
On Sep 11, 2012, at 3:11 AM, IBM partner Gestione Elaboratori wrot
THAT'S THE ANSWER!the shutdown port of the 4th tomcat was colliding with
the ajp port of the 1st tomcat and so on.
Changed the ajp port to avoid this solved the problem.
There was nothing in the logs .
Thanks again Kostantin
-Messaggio originale-
Da: Konstantin Kolinko [mailto:knst.
On 03/05/2012 07:40, Vogliotti Massimo wrote:
> I downloaded and installed TomEE on my computer and connected it to NetBeans
> as you suggested, but the error is the same.
> Max
Please don't top-post.
Either this is a NetBeans or a TomEE problem, or both.
Tomcat doesn't support Web Profile, so
I downloaded and installed TomEE on my computer and connected it to NetBeans as
you suggested, but the error is the same.
Max
-Messaggio originale-
Da: Christopher Schultz [mailto:ch...@christopherschultz.net]
Inviato: giovedì 26 aprile 2012 15.58
A: Tomcat Users List
Oggetto: Re: Probl
;t have proxy configuration?
> I already use Remote Address Filter on server.xml but this isn't
> useful.
> Best regards
> Agostino
>
>> Messaggio originale
>> Da: p...@pidster.com
>> Data: 05/06/2010 22.06
>> A: "Tomcat Users List"
&
on't have a error on socket if i have or
don't have proxy configuration?
I already use Remote Address Filter on server.xml but this isn't useful.
Best regards
Agostino
>Messaggio originale
>Da: p...@pidster.com
>Data: 05/06/2010 22.06
>A: "Tomcat Users Lis
ago...@libero.it wrote:
Sorry
i have never used a Valve Component
i will use this component in production enviroment. so i don't want have a
trouble.
Can you give me a little example of configuration of Valve Component fom my
(unique) application SIT under C:\tomcat5\webapps\SIT
Then read
stino
>>Messaggio originale
>Da: p...@pidster.com
>Data: 05/06/2010 22.06
>A: "Tomcat Users List"
>Ogg: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and
under JBOSS 4.2.3GA
>
>On 05/06/2010 20:56, ago...@libero.it wrote:
>> Than
other relevant information ?
bye.
Agostino
>Messaggio originale
>Da: p...@pidster.com
>Data: 05/06/2010 22.00
>A: "Tomcat Users List"
>Ogg: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and
under JBOSS 4.2.3GA
>
>On 05/06/2010 20:56, ag
> From: ago...@libero.it [mailto:ago...@libero.it]
> Subject: R: Re: R: RE: Re: intermittent SocketException on startup
> tomcat 5.5.28 and under JBOSS 4.2.3GA
>
> So the error referred, sometime occours. In particular i have
> noted that this error rise when a lot user
ve essentially only catalina_log (with error) and standard_out_log (in
> which i have application "SIT" stdout message).
> Best regards
> Agostino
>
>> Messaggio originale
>> Da: p...@pidster.com
>> Data: 05/06/2010 21.26
>> A: "Tomcat User
ow can do it?
> I have essentially only catalina_log (with error) and standard_out_log (in
> which i have application "SIT" stdout message).
> Best regards
> Agostino
>
>> Messaggio originale
>> Da: p...@pidster.com
>> Data: 05/06/2010 21.26
&
r.com
>Data: 05/06/2010 21.26
>A: "Tomcat Users List"
>Ogg: Re: R: Re: R: RE: Re: intermittent SocketException on startup tomcat
5.5.28 and under JBOSS 4.2.3GA
>
>On 05/06/2010 14:41, ago...@libero.it wrote:
>> Thanks
>>
>> The question started in
>>
gt;
>
> unpackWARs="true" autoDeploy="true"
>xmlValidation="false" xmlNamespaceAware="false">
>
>
>
Is the above accurate, or is the extra slash after SIT an error?
If it is accurate,
:
...
>Messaggio originale
>Da: rainer.j...@kippdata.de
>Data: 05/06/2010 11.09
>A: "Tomcat Users List"
>Ogg: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and
under JBOSS 4.2.3GA
>
>On 05.06
t.SocketException: socket closed
>>> at java.net.PlainSocketImpl.socketAccept(Native Method) .
>>>
>>> This error slow down the application.
>>>
>>> we don't have firewall, pool of tcp connection seem correct, the
>>> proc
;Tomcat Users List", "ago...@libero.it"
Ogg: RE: Re: intermittent SocketException on startup tomcat 5.5.28
and under
JBOSS 4.2.3GA
From: ago...@libero.it [mailto:ago...@libero.it]
Subject: R: Re: intermittent SocketException on startup tomcat
5.5.28
and under JBOSS 4.2.3GA
ERROR
ut seem
> not tcp connection.
>How can i understand why i have close socket?
>whath are flakey router error?
>How can i understand if i have saturate the connection on SO?
>
>Thank for all suggest
>Best regards
>Agostino
>
>
>
>
>>
n startup tomcat 5.5.28 and under
JBOSS 4.2.3GA
>
>> From: ago...@libero.it [mailto:ago...@libero.it]
>> Subject: R: Re: intermittent SocketException on startup tomcat 5.5.28
>> and under JBOSS 4.2.3GA
>>
>> ERROR [org.apache.tomcat.util.net.JIoEndpoint]
>>
ttent SocketException on startup tomcat 5.5.28 and under
> JBOSS 4.2.3GA
>>
>>> From: ago...@libero.it [mailto:ago...@libero.it]
>>> Subject: R: Re: intermittent SocketException on startup tomcat 5.5.28
>>> and under JBOSS 4.2.3GA
>>>
>>> ERROR [org
rmittent SocketException on startup tomcat 5.5.28 and under
JBOSS 4.2.3GA
>
>> From: ago...@libero.it [mailto:ago...@libero.it]
>> Subject: R: Re: intermittent SocketException on startup tomcat 5.5.28
>> and under JBOSS 4.2.3GA
>>
>> ERROR [org.apache.tomcat.util.ne
Thanks for response.
I alredy use netstat and not appear nothing of strange.I have connection on
IPV4/IPV6
it look as:
Proto Indirizzo locale Indirizzo esterno Stato
TCP0.0.0.0:80 0.0.0.0:0 LISTENING
TCP0.0.0.0:1350.0.0.0:0
> -Messaggio originale-
> Da: Jason Pyeron [mailto:jpye...@pdinc.us]
> Inviato: martedì 20 ottobre 2009 13.03
> A: 'Tomcat Users List'
> Oggetto: RE: clent authentication using a smard card
>
> > -Original Message-
> > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it]
> > From: Marcello Marangio [mailto:m.maran...@innova.puglia.it]
> > Sent: Tuesday, October 20, 2009 5:10
> > To: 'Tomcat Users List'
> > Subject: R: clent authentication using a smard card
> >
> >
> >
> > > -Messaggio originale-
> > &
> -Messaggio originale-
> Da: Jason Pyeron [mailto:jpye...@pdinc.us]
> Inviato: lunedì 19 ottobre 2009 20.21
> A: 'Tomcat Users List'
> Oggetto: RE: clent authentication using a smard card
>
> >
> >
>
> Do you have access to IE on windows for this? If you do, it will be much
> quicker,
Hi Jason, tank for your answer.
> >
> > Hi all
> >
> > This is my very first message in the list.
> >
> > I am trying to use the ssl and client authentication feature
> > in tomcat 6, using a pkcs11 compliant smart card reader and a
> > real authentication smart card (Italian CNS).
> >
> > In the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gagan,
On 8/18/2009 3:29 PM, Gagan Malik wrote:
> Thanks.. although just creation of the .ssh directory didn't help much, I
> copied the contents of the .shh of the current user to
> /usr/share/tomcat5/.ssh and it worked.
>
> Although its not the ide
Thanks.. although just creation of the .ssh directory didn't help much, I
copied the contents of the .shh of the current user to
/usr/share/tomcat5/.ssh and it worked.
Although its not the ideal solution, but works well..
Leandro Dardini-3 wrote:
>
> You can easily solve this problem with the
You can easily solve this problem with the following steps:
#Create the .ssh key directory
mkdir /usr/share/tomcat5/.ssh
#Assign ownership to tomcat
chown tomcat /usr/share/tomcat5/.ssh
I don't think further steps are necessary...
Leandro
> -Messaggio originale-
> Da: Gagan Malik [m
We had a similar problem with a software not made by us. We solved it placing
apache in front of tomcat and using the mod_cband extension of apache. Feel
free to query me directly if you need more info.
Leandro
--
Dott. Leandro Dardini
Sistema Informativo
Comune di Prato
Via
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: R: Apache / Tomcat Load Balanced mode
>
> Do you mean that the can be inserted at the context.xml level,
> rather than inside the ?
Yes. I had made the opposite assumption to Mark T, in that I thought admin was
p
André Warnier wrote:
> Mark Thomas wrote:
>> André Warnier wrote:
>>> Mark Thomas wrote:
>> I'd assumed that admin was a separate context and therefore could have a
>> valve applied. If not, just do it in httpd.
>>
> Do you mean that the can be inserted at the context.xml level,
> rather than insi
Mark Thomas wrote:
André Warnier wrote:
Mark Thomas wrote:
Caldarale, Charles R wrote:
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
Subject: RE: R: Apache / Tomcat Load Balanced mode
But the intension for doing the same is NOT to expose the "/admin/*"
to IN
André Warnier wrote:
> Mark Thomas wrote:
>> Caldarale, Charles R wrote:
>>>> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
>>>> Subject: RE: R: Apache / Tomcat Load Balanced mode
>>>>
>>>> But the intension for doing
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: R: Apache / Tomcat Load Balanced mode
>
> > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
> > Remote Address Filter or Remote Host Filter
> >
> Wait, does that not block *all* accesses to th
Mark Thomas wrote:
Caldarale, Charles R wrote:
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
Subject: RE: R: Apache / Tomcat Load Balanced mode
But the intension for doing the same is NOT to expose the "/admin/*"
to INTERNET and reply with ERROR 404 for the sam
Caldarale, Charles R wrote:
>> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
>> Subject: RE: R: Apache / Tomcat Load Balanced mode
>>
>> But the intension for doing the same is NOT to expose the "/admin/*"
>> to INTERNET and reply wi
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
> Subject: RE: R: Apache / Tomcat Load Balanced mode
>
> But the intension for doing the same is NOT to expose the "/admin/*"
> to INTERNET and reply with ERROR 404 for the same,
>
> But in ca
gards
Karthik
-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Tuesday, April 21, 2009 8:10 PM
To: Tomcat Users List
Subject: RE: R: Apache / Tomcat Load Balanced mode
you can restrict based on roles so in /conf/tomcat-users.xml you can define
username fubar
to
pter aucune responsabilité
pour le contenu fourni.
> From: karthik.nanjang...@xius-bcgi.com
> To: users@tomcat.apache.org
> Date: Tue, 21 Apr 2009 18:19:42 +0530
> Subject: RE: R: Apache / Tomcat Load Balanced mode
>
> Hi
>
> Thx for the same
>
> Web applicat
regards
karthik
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, April 21, 2009 12:51 PM
To: Tomcat Users List
Subject: Re: R: Apache / Tomcat Load Balanced mode
On 21.04.2009 09:06, Leandro Dardini wrote:
>
>
>> -Messaggio originale- Da:
On 21.04.2009 09:06, Leandro Dardini wrote:
>
>
>> -Messaggio originale- Da: Karthik Nanjangude
>> [mailto:karthik.nanjang...@xius-bcgi.com] Inviato: martedì 21
>> aprile 2009 7.34 A: Tomcat Users List Oggetto: Apache / Tomcat Load
>> Balanced mode
>>
>> Hi
>>
>> Would the same work wit
> -Messaggio originale-
> Da: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
> Inviato: martedì 21 aprile 2009 7.34
> A: Tomcat Users List
> Oggetto: Apache / Tomcat Load Balanced mode
>
> Hi
>
> Would the same work with Apache / Tomcat Load Balanced mode
>
> Configur
--
View this message in context: http://www.nabble.com/R-tp22579395p22579395.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional
> -Messaggio originale-
> Da: Sivapatham, Hari [mailto:[EMAIL PROTECTED]
> Inviato: mercoledì 5 novembre 2008 18.10
> A: users@tomcat.apache.org
> Oggetto: Designing tomcat failover
>
> Hello,
> I have to design a failover setup and I am looking for rough
> ideas/pointers. Here is our
essaggio originale-
> Da: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 15.17
> A: Tomcat Users List
> Oggetto: RE: R: R: R: Problems with tomcat in debian
>
> > From: Leandro Dardini [mailto:[EMAIL PROTECTED]
> > Subject: R: R: R
Hi to all,
Finally i uninstalled the tomcat package from Etch repository and installed
again using tomcat oficial tar.gz package. And,surprise, all works right :-)
Thanks for all the mails helping me.
Best Regards
2008/9/4 Caldarale, Charles R <[EMAIL PROTECTED]>
> > From: Lea
> From: Leandro Dardini [mailto:[EMAIL PROTECTED]
> Subject: R: R: R: R: Problems with tomcat in debian
>
> I don't know if a file is needed, but I usually create it and
> all runs well.
Please stop giving bad information. The conf/Catalina/[host]/[appName].xml
file is only
> From: marcos gonzalez [mailto:[EMAIL PROTECTED]
> Subject: Re: R: R: R: Problems with tomcat in debian
>
> Well, this file not exists, each application needs and xml file there?
No, each application does not. When a element is needed at all, it
normally goes into the META-INF
Tomcat Users List
> Oggetto: Re: R: R: R: Problems with tomcat in debian
>
> Well, this file not exists, each application needs and xml file there?
>
> There isn't a default configuration to load all the new applications?
>
> Thanks
>
> Best Regards
>
> 2008/9/4 Le
eld,
> docBase="..." you can specify where you application lies. The path="/..."
> is
> related on how you call it.
>
> Leandro
>
> > -Messaggio originale-
> > Da: marcos gonzalez [mailto:[EMAIL PROTECTED]
> > Inviato: giovedì 4 settembre 20
Inviato: giovedì 4 settembre 2008 11.21
> A: Tomcat Users List
> Oggetto: Re: R: R: Problems with tomcat in debian
>
> Thanks but nots the solution. really I don't know where I can
> configure the default path for the applications
>
> Best Regards
>
> 2008
ample/index.jsp
>
> Leandro
>
> > -Messaggio originale-
> > Da: marcos gonzalez [mailto:[EMAIL PROTECTED]
> > Inviato: giovedì 4 settembre 2008 10.57
> > A: Tomcat Users List
> > Oggetto: Re: R: Problems with tomcat in debian
> >
> > Hi
> >
> >
Try putting a "index.jsp" in your context and access
http://localhost:8180/sample/index.jsp
Leandro
> -Messaggio originale-
> Da: marcos gonzalez [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 10.57
> A: Tomcat Users List
> Oggetto: Re: R: Probl
Hi
Im using only Tomcat, not apache. I can access to manager, how I can test
the sampel application using this interface?
Best Regards
2008/9/4 Leandro Dardini <[EMAIL PROTECTED]>
>
>
> > -Messaggio originale-
> > Da: marcos gonzalez [mailto:[EMAIL PROTECTED]
> > Inviato: giovedì 4 sett
Messaggio originale-
> Da: Nix Hanwei [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 10.28
> A: Tomcat Users List
> Oggetto: Re: R: Monitor and report number of concurrent user
>
> Hi Leandro,
>
> That's really cool idea you had used. Do you m
> -Messaggio originale-
> Da: marcos gonzalez [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 10.41
> A: Tomcat Users List
> Oggetto: Problems with tomcat in debian
>
> Hi
>
> Im installing Tomcat5.5 and works correctly, but when I put
> the sample application in the we
rdini <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Thursday, 4 September 2008 15:31:43
Subject: R: Monitor and report number of concurrent user
> -Messaggio originale-
> Da: Nix Hanwei [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 5.19
> A: Tomc
> -Messaggio originale-
> Da: Nix Hanwei [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 4 settembre 2008 5.19
> A: Tomcat Users List
> Oggetto: Monitor and report number of concurrent user
>
> Hi Gurus,
>
> May I know if there's scripts or suggestions for reporting
> concurrent user in
Bcz if no resourcelink into my webapp, the global resource will not be
visible.
And I tried to remove it, my jsp only got env-entry value from web.xml.
In online help: The GlobalNamingResources Component
It said like this:
**
The GlobalNamingResources element defines
> -Messaggio originale-
> Da: Rainer Jung [mailto:[EMAIL PROTECTED]
> Inviato: venerdì 22 agosto 2008 21.09
> A: Tomcat Users List
> Oggetto: Re: R: R: Newer version of mod_jk much slower than 1.2.13
>
> Hi Leandro,
>
> Leandro Dardini schrieb:
> > LoadM
Hi Leandro,
Leandro Dardini schrieb:
LoadModule jk_module modules/mod_jk.so
JkWorkersFile /etc/httpd/conf/workers.properties
> JkLogFile /etc/httpd/logs/mod_jk.log
> JkLogLevel info
OK
About the trace level, full it is over 700Kbyte (gzipped), I send it
directly to you. Thank you very much
-Messaggio originale-
Da: Rainer Jung [mailto:[EMAIL PROTECTED]
Inviato: ven 22/08/2008 14.21
A: Tomcat Users List
Oggetto: Re: R: Newer version of mod_jk much slower than 1.2.13
> I get rid of the balancer and set in apache configuration file:
>
> JkMount
I get rid of the balancer and set in apache configuration file:
JkMount /eltbinj/* ajp13w_01_01
With the 1.2.13 the result is obviously the same high speed (I unset the lang
for not italian (lucky) people):
...
13:13:00 (630.19 KB/s) - `/dev/null' saved [53048]
With the 1.2.26 the re
> -Messaggio originale-
> Da: Rainer Jung [mailto:[EMAIL PROTECTED]
> Inviato: venerdì 22 agosto 2008 12.15
> A: Tomcat Users List
> Oggetto: Re: Newer version of mod_jk much slower than 1.2.13
>
> Can you throw our the load balancer and retry with only one
> direct worker? That would be
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea,
Andrea Di Muro wrote:
| Tomcat is running on a Linux Server, what is the exact command to
take the
| thread dump?
| kill -s QUIT tomcat_pid is right?
Yes. The thread dump will be printed on stdout, and probably
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea,
Andrea Di Muro wrote:
| Tomcat is running on a Linux Server, what is the exact command to take the
| thread dump?
| kill -s QUIT tomcat_pid is right?
Yes. The thread dump will be printed on stdout, and probably go into
catalina.out.
| By us
Andrea Di Muro wrote:
| Hello everyone, I have a Tomcat server with several domains configured
| and sometimes I can see that the tomcat process uses 100-190% (dual
| processor) and hangs up.
| I think that one of my customer has uploaded a jsp page that makes an
| infinite loop.
| How can I chec
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David Smith wrote:
| I'll bet money the added, idle postgres connections are just sleeping
| while they wait for work. Given idle connections contribute virtually
| no additional load, don't see his argument that
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David Smith wrote:
| I'll bet money the added, idle postgres connections are just sleeping
| while they wait for work. Given idle connections contribute virtually
| no additional load, don't see his argument that idle connections
| contribute
On Apr 28, 2008, at 9:59 AM, Alan Chaney wrote:
David Smith wrote:
No, I have at most 20 idle connections, that's goes right, but my
boss want
less idle connections to avoid to overload the database server. So
there
isn't way to close an idle connection to remove the relative
process
David Smith wrote:
>I'll bet money the added, idle postgres connections are just sleeping
>while they wait for work. Given idle connections contribute virtually
>no additional load, don't see his argument that idle connections
>contribute to a database overload. If the minor increase in overhe
On 28/04/2008, at 4:59 PM, Alan Chaney wrote:
David Smith wrote:
No, I have at most 20 idle connections, that's goes right, but my
boss want
less idle connections to avoid to overload the database server. So
there
isn't way to close an idle connection to remove the relative
process?
If
David Smith wrote:
No, I have at most 20 idle connections, that's goes right, but my boss
want
less idle connections to avoid to overload the database server. So there
isn't way to close an idle connection to remove the relative process?
If so, I will set maxIdle="2" and everyone will be ha
No, I have at most 20 idle connections, that's goes right, but my boss want
less idle connections to avoid to overload the database server. So there
isn't way to close an idle connection to remove the relative process?
If so, I will set maxIdle="2" and everyone will be happy (expecially me :)
Christopher Schultz wrote:
>| Enrico Sadelli wrote:
>| If so, I will set maxIdle="2" and everyone will be happy (especially me :)
>
>That's it! But I suspect that this setting will reduce your performance,
>especially if you have an application with lots of db access and
>sporadic traffic patterns.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Enrico,
Enrico Sasdelli wrote:
| No, I have at most 20 idle connections, that's goes right, but my boss
want
| [fewer] idle connections to avoid to overload the database server. So
there
| isn't way to close an idle connection to remove the relative
Thanks for reply,
>I see you have maxIdle="20". Do you have more that 20 connections
>sitting idle? Is this really that much of a concern? As long as the
>connections are released (closed) and returned to the pool, I don't see
>the problem.
No, I have at most 20 idle connections, that's go
but it doesn't...
how can I make it works?
-Messaggio originale-
Da: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Inviato: ven 30/11/2007 20.40
A: Tomcat Users List
Oggetto: Re: [Tomcat 6] jsp on the fly
yes, this works out of the box, without any changes to any config files
Filip
There is only one application server running.
The logs described are just an example: my logs are more datailed.
I print out also informations about the method, the parameters of the request
and so on,
therefore I can discriminate which request has updated the DB. And I can be
sure that
the serv
1 - 100 of 155 matches
Mail list logo