R: PKCS#8 encryption algorithm unrecognized

2024-04-05 Thread Roberto Benedetti
> 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

R: Tomcat Instance unable to connect to DB with TCPS

2024-02-09 Thread Roberto Benedetti
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

R: HSTS on 401 / error pages

2023-09-16 Thread Roberto Benedetti
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

R: Subclassing JNDIRealm to return a custom Principal

2021-06-22 Thread Roberto Benedetti
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

Re: R: R: Support with error in launcher.log

2020-03-31 Thread Christopher Schultz
. 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/

R: R: Support with error in launcher.log

2020-03-31 Thread Luigi Tagliafierro
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

Re: R: Support with error in launcher.log

2020-03-30 Thread Christopher Schultz
-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

R: Support with error in launcher.log

2020-03-30 Thread Luigi Tagliafierro
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

R: Tomcat and IDE

2019-01-02 Thread r.bottoni
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

R: debian 9 and tomcat 8 error at startup

2017-09-26 Thread r.bottoni
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

R: SSL digital cert for each context?

2016-11-02 Thread Andrea Galli
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

R: Host appBase vs. Context docBase

2016-10-21 Thread r.bottoni
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 &

Re: R: jdbc check available database

2016-08-09 Thread tomcat
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

R: jdbc check available database

2016-08-09 Thread Andrea Galli
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

R: Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
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

R: Tomcat hangs every day

2013-05-17 Thread Paolo Botta
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

Re: How to set environment variables for R to use in Tomcat on RedHat Linux (RHEL6)

2013-03-25 Thread Daniel Mikusa
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

How to set environment variables for R to use in Tomcat on RedHat Linux (RHEL6)

2013-03-24 Thread Patrick Hong
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

Re: R: how to read files in file system

2012-09-19 Thread Pid *
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

Re: R: how to read files in file system

2012-09-17 Thread mailingl...@j-b-s.de
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

R: how to read files in file system

2012-09-17 Thread Ge Gestione Elaboratori(IBM Business Partner)
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

R: multiple tomcat on same server ajp stops working

2012-06-27 Thread Pierluigi Santin Fintel
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.

Re: R: Problem "J2EE Web Profile support"

2012-05-03 Thread Pid
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

R: Problem "J2EE Web Profile support"

2012-05-02 Thread Vogliotti Massimo
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

Re: R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-07 Thread Pid *
;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" &

R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-06 Thread ago...@libero.it
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

Re: R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread André Warnier
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

R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
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

R: Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
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

RE: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Caldarale, Charles R
> 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

Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
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

Re: R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
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: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
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 >>

Re: R: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
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,

R: Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread ago...@libero.it
: ... >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

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid
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

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Rainer Jung
;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

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-05 Thread Pid *
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 > > > > >>

R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-06-04 Thread ago...@libero.it
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] >>

Re: R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-26 Thread Pid
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

R: RE: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-24 Thread ago...@libero.it
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

R: Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-23 Thread ago...@libero.it
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

R: clent authentication using a smard card

2009-10-20 Thread Marcello Marangio
> -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]

R: clent authentication using a smard card

2009-10-20 Thread Marcello Marangio
> > 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- > > &

R: clent authentication using a smard card

2009-10-20 Thread Marcello Marangio
> -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,

R: clent authentication using a smard card

2009-10-19 Thread Marcello Marangio
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

Re: R: tomcat service public key

2009-08-21 Thread Christopher Schultz
-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

Re: R: tomcat service public key

2009-08-18 Thread Gagan Malik
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

R: tomcat service public key

2009-08-17 Thread Leandro Dardini
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

R: How to limit requests per second

2009-07-17 Thread Leandro Dardini
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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> 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

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
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

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread André Warnier
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

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> 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

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread André Warnier
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

Re: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Mark Thomas
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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Caldarale, Charles R
> 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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Karthik Nanjangude
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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Martin Gainty
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

RE: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Karthik Nanjangude
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:

Re: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Rainer Jung
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

R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Leandro Dardini
> -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

R

2009-03-18 Thread meamit221
-- 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

R: Designing tomcat failover

2008-11-06 Thread Leandro Dardini
> -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

R: R: R: R: Problems with tomcat in debian

2008-09-04 Thread Leandro Dardini
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

Re: R: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
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

RE: R: R: R: Problems with tomcat in debian

2008-09-04 Thread Caldarale, Charles R
> 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

RE: R: R: R: Problems with tomcat in debian

2008-09-04 Thread Caldarale, Charles R
> 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

R: R: R: R: Problems with tomcat in debian

2008-09-04 Thread Leandro Dardini
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

Re: R: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
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

R: R: R: Problems with tomcat in debian

2008-09-04 Thread Leandro Dardini
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

Re: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
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 > > > >

R: R: Problems with tomcat in debian

2008-09-04 Thread Leandro Dardini
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

Re: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
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

R: R: Monitor and report number of concurrent user

2008-09-04 Thread Leandro Dardini
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

R: Problems with tomcat in debian

2008-09-04 Thread Leandro Dardini
> -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

Re: R: Monitor and report number of concurrent user

2008-09-04 Thread Nix Hanwei
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

R: Monitor and report number of concurrent user

2008-09-04 Thread Leandro Dardini
> -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

答复: Failed to override global naming r esources in specific app!

2008-08-27 Thread William
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

R: R: R: Newer version of mod_jk much slower than 1.2.13

2008-08-25 Thread Leandro Dardini
> -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

Re: R: R: Newer version of mod_jk much slower than 1.2.13

2008-08-22 Thread Rainer Jung
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

R: R: Newer version of mod_jk much slower than 1.2.13

2008-08-22 Thread Leandro Dardini
-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

Re: R: Newer version of mod_jk much slower than 1.2.13

2008-08-22 Thread Rainer Jung
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

R: Newer version of mod_jk much slower than 1.2.13

2008-08-22 Thread Leandro Dardini
> -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

Re: R: Tomcat CPU 100%

2008-05-07 Thread Juha Laiho
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

Re: R: Tomcat CPU 100%

2008-05-07 Thread Christopher Schultz
-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

R: Tomcat CPU 100%

2008-05-07 Thread Andrea Di Muro
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

Re: R: How to close idle connections

2008-04-28 Thread Alan Chaney
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

Re: R: How to close idle connections

2008-04-28 Thread Christopher Schultz
-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

Re: R: How to close idle connections

2008-04-28 Thread David Fisher
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

R: R: How to close idle connections

2008-04-28 Thread Enrico Sasdelli
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

Re: R: How to close idle connections

2008-04-28 Thread Andrew Miehs
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

Re: R: How to close idle connections

2008-04-28 Thread Alan Chaney
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

Re: R: How to close idle connections

2008-04-28 Thread David Smith
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 :)

R: R: How to close idle connections

2008-04-28 Thread Enrico Sasdelli
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.

Re: R: How to close idle connections

2008-04-28 Thread Christopher Schultz
-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

R: How to close idle connections

2008-04-28 Thread Enrico Sasdelli
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

R: [Tomcat 6] jsp on the fly

2007-11-30 Thread Manca Davide
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

R: Tomcat lost requests/logs

2007-09-12 Thread Ing. Diego Trombetta
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   2   >