Re: Port still busy after removing connector in Embedded Tomcat 7.0.30

2013-05-14 Thread David Kerber
On 5/14/2013 5:27 AM, Mark Thomas wrote: On 14/05/2013 04:34, Chirag Dewan wrote: You need to destroy the connector to close the port. Mark, That seems to work. :) Now the port is free. But is it the right approach? You had a problem you couldn't solve. Someone with an @apache.org e-mai

Re: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Stefan Mayr
Am 14.05.2013 16:13, schrieb Jeffrey Janner: -Original Message- From: Mayr Stefan [mailto:ste...@mayr-stefan.de] Sent: Tuesday, May 14, 2013 5:17 AM To: Tomcat Users List Subject: RE: Delayed WAR expansion, timeout on context startup? Hi Chuck, Am Montag, den 13.05.2013, 15:44 +0200

hi

2013-05-14 Thread Asare Samuel
http://www.scriptureunion.org.pl/likeit.php?euxgfqzzwu792mg s_asare Asare Samuel A really grand passion is comparatively rare nowadays. It is th

RE: Internal Servlet Error

2013-05-14 Thread Propes, Barry L
Sorry, I must have missed that they had an updated JDk. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, May 14, 2013 11:33 AM To: Tomcat Users List Subject: Re: Internal Servlet Error -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ba

Re: catalina log date localized

2013-05-14 Thread Cristiano Nuzzo
Thanks, solved changing LANG to en Christopher Schultz ha scritto: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Cristian, > >On 5/14/13 8:30 AM, crist...@nuzzosono.com wrote: >> Hi everybody, I'm running Guacamole server in my small office, I >> added fail2ban in order to ban ip-host aft

Re: Internal Servlet Error

2013-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Barry, On 5/13/13 1:02 PM, Propes, Barry L wrote: > Yeah, it's clear from what's typed below his DB driver is way out > of whack with this ancient version of Tomcat. > > It probably got updated along the way by network sorts while the > Tomcat ver

RE: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Jeffrey Janner
> -Original Message- > From: Mayr Stefan [mailto:ste...@mayr-stefan.de] > Sent: Tuesday, May 14, 2013 5:17 AM > To: Tomcat Users List > Subject: RE: Delayed WAR expansion, timeout on context startup? > > Hi Chuck, > > Am Montag, den 13.05.2013, 15:44 +0200 schrieb "Caldarale, Charles R"

Re: catalina log date localized

2013-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cristian, On 5/14/13 8:30 AM, crist...@nuzzosono.com wrote: > Hi everybody, I'm running Guacamole server in my small office, I > added fail2ban in order to ban ip-host after 3 login failed. > Everything runs fine till now, May. Looking at Catalina.

RE: unsupported color?

2013-05-14 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Mark Thomas [mailto:ma...@apache.org] >Subject: Re: unsupported color? > >On 14/05/2013 15:49, Leo Donahue - RDSA IT wrote: >> Tomcat 7.0.37 >> >> Unsupported by ... ? > >Ask your application vendor. > >Mark > I would if I could... lol. It's all coming together

Re: unsupported color?

2013-05-14 Thread Mark Thomas
On 14/05/2013 15:49, Leo Donahue - RDSA IT wrote: > Tomcat 7.0.37 > > This line frequents my catalina logs: > > May 13, 2013 8:29:25 PM com.esri.rest.json.SymbolJson color > SEVERE: Unsupported Color: HsvColor > > How does this package cause Tomcat to throw a severe error? The application throw

unsupported color?

2013-05-14 Thread Leo Donahue - RDSA IT
Tomcat 7.0.37 This line frequents my catalina logs: May 13, 2013 8:29:25 PM com.esri.rest.json.SymbolJson color SEVERE: Unsupported Color: HsvColor How does this package cause Tomcat to throw a severe error? Why does Tomcat care whether the color is unsupported? Unsupported by ... ? Leo

RE: TomCat Request Processing

2013-05-14 Thread Caldarale, Charles R
> From: yogesh hingmire [mailto:yogesh.hingm...@gmail.com] > Subject: Re: TomCat Request Processing > Sure, i tried looking at the sequence diagram on the apache tomcat site, > was not able to understand from there. Basically what i want to understand > is, how does the connector handle multiple

Re: TomCat Request Processing

2013-05-14 Thread yogesh hingmire
Hi Mark, Sure, i tried looking at the sequence diagram on the apache tomcat site, was not able to understand from there. Basically what i want to understand is, how does the connector handle multiple requests, it spawns a separate thread to handle each of them. On that point i wanted to know how t

Re: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Mark H. Wood
On Tue, May 14, 2013 at 12:17:10PM +0200, Mayr Stefan wrote: > Oh, that's a wonderful mix of applications and versions. Most common > are > > OS: SLES10 SP4, SLES11 SP2, both using TrendMicro ServerProtect 3 > Java: Java 6 U20,U33,U37,U45; Java 7 U09, U21 > Tomcat 6.0.20, 6.0.35, 6.0.35; 7.0

catalina log date localized

2013-05-14 Thread crist...@nuzzosono.com
Hi everybody, I'm running Guacamole server in my small office, I added fail2ban in order to ban ip-host after 3 login failed. Everything runs fine till now, May. Looking at Catalina.out it seems that the date is in italian format and fail2ban doesn't recognize it. Never happened with the past

Re: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Mayr Stefan
Hi Mark, Am Dienstag, den 14.05.2013, 12:21 +0200 schrieb Mark Thomas : On 14/05/2013 11:17, Mayr Stefan wrote: I hoped for something generic like, e.g. set -Dorg.catalina.deploy.timeoutX=... There is no such configuration setting because there is no such feature. Tomcat will wait for as l

Re: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Mark Thomas
On 14/05/2013 11:17, Mayr Stefan wrote: > I hoped for something generic like, e.g. set > -Dorg.catalina.deploy.timeoutX=... There is no such configuration setting because there is no such feature. Tomcat will wait for as long as it takes for an application to start. There are no timeouts. Mark

RE: Delayed WAR expansion, timeout on context startup?

2013-05-14 Thread Mayr Stefan
Hi Chuck, Am Montag, den 13.05.2013, 15:44 +0200 schrieb "Caldarale, Charles R" : From: Stefan Mayr [mailto:ste...@mayr-stefan.de] Subject: Delayed WAR expansion, timeout on context startup? Are there any parameters to adjust deployment timeouts for these contexts with large WAR files? Wan

Re: TomCat Request Processing

2013-05-14 Thread Mark Thomas
On 14/05/2013 05:47, yogesh hingmire wrote: > I am curious to know how Tomcat's connectors handle the request processing > internally, especially between the Http11Protocol which i believe acts as a > connector and with every connector there may be a request processor which > is the Http11Processor

Re: Port still busy after removing connector in Embedded Tomcat 7.0.30

2013-05-14 Thread Mark Thomas
On 14/05/2013 04:34, Chirag Dewan wrote: > > >> You need to destroy the connector to close the port. > > Mark, > > That seems to work. :) > > Now the port is free. But is it the right approach? You had a problem you couldn't solve. Someone with an @apache.org e-mail address (i.e. an Apache co