RE: Urgent Help

2021-06-30 Thread Mohan T
Hi, Thanks as suggested by you the issue was there were duplicate class and after removal the issue is resolved. Thanks once again Mohan -Original Message- From: Christopher Schultz Sent: 24 June 2021 00:33 To: users@tomcat.apache.org Subject: Re: Urgent Help CAUTION: You received

Re: Urgent Help

2021-06-23 Thread Rob Sargent
I dropped a couple lines in the C/P, ammended below On 6/23/21 1:35 PM, Rob Sargent wrote: Please provide a list of all the JAR files under WEB-INF/lib in your WAR file. +1 and maybe also everything in $CATALINA_BASE/lib as well, just in case your Tomcat lib directory has had things added.

Re: Urgent Help

2021-06-23 Thread Christopher Schultz
Mohan, On 6/23/21 07:20, Mark Thomas wrote: On 23/06/2021 11:32, Mohan T wrote: Attaching the Catalina.out file also Nearly all attachments to this mailing list are blocked. MY manifest info is as under. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.9 Created-By: 1.7.0_80-b15 (Oracle C

Re: Urgent Help

2021-06-23 Thread Mark Thomas
On 23/06/2021 11:32, Mohan T wrote: Attaching the Catalina.out file also Nearly all attachments to this mailing list are blocked. MY manifest info is as under. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.9 Created-By: 1.7.0_80-b15 (Oracle Corporation) X-Compile-Source-JDK: 1.7 X-Compil

RE: Urgent Help

2021-06-23 Thread Mohan T
-Version: 3.1 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: javax.servlet Implementation-Version: 3.1.FR Implementation-Vendor: Apache Software Foundation -Original Message- From: Jean-Pierre Urkens Sent: 23 June 2021 15:55 To: Tomcat Users List Subject: RE: Urgent

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
o see a dump of the classpath) to see if there is another jar that might contain javax.servlet classes that get loaded even before servlet-api.jar. -Original Message- From: Mohan T Sent: woensdag 23 juni 2021 12:09 To: Tomcat Users List Subject: RE: Urgent Help Hi, Thanks for the imme

RE: Urgent Help

2021-06-23 Thread Mohan T
2021 15:17 To: Tomcat Users List Subject: RE: Urgent Help CAUTION: You received this email from external Domain. Check reliability of sender’s email ID. Do not click links, open attachments unless you recognize the sender and know the content is safe. – Ramco IMG From where is the

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
>From where is the ServletContext.class loaded? Is it from /lib/servlet-api.jar or from another jar-library on the classpath? My guess is that you have multiple jars containing the ServletContext.class and not all of these are related to the same servlet-api version and thus not supporting the get

Re: Urgent help tomcat 9 and https 8443

2020-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Siva, On 3/12/20 23:13, siva.saravanamu...@csl.com.au wrote: > Below is the catalina.log output > > 12-Mar-2020 19:57:18.885 INFO [main] > org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler > ["https-openssl-apr-8443"] 12-Mar-2020 19:5

RE: Re: Urgent help tomcat 9 and https 8443

2020-03-13 Thread Siva.Saravanamuthu
. Regards, Siva -Original Message- From: Mark Thomas Sent: Friday, 13 March 2020 6:30 PM To: users@tomcat.apache.org Subject: [EXT] Re: Urgent help tomcat 9 and https 8443 EXTERNAL: This email originated from outside of the organization. Do not click any links or open any attachments

Re: Urgent help tomcat 9 and https 8443

2020-03-13 Thread Mark Thomas
> 12-Mar-2020 23:10:47.225 INFO [main] > org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler > ["https-jsse-nio-8443"] > 12-Mar-2020 23:10:49.473 INFO [main] org.apache.coyote.AbstractProtocol.init > Initializing ProtocolHandler ["https-jsse-nio-8443"] > 12-Mar-2020

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Siva.Saravanamuthu
49.494 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-8443]] From: Arvind Kumar (ZNetLive) Sent: Friday, 13 March 2020 12:24 PM To: Tomcat Users List Cc: Saravanamuthu, Sivakumar (Siva) AU/PKV Subject: [EXT] RE: Ur

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Siva.Saravanamuthu
Thanks for the reply. There is no firewall or selinux and it is not listening that is the problem. Not sure where it is failing ? From: Arvind Kumar (ZNetLive) Sent: Friday, 13 March 2020 12:24 PM To: Tomcat Users List Cc: Saravanamuthu, Sivakumar (Siva) AU/PKV Subject: [EXT] RE: Urgent

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
FYI From: Arvind Kumar (ZNetLive) Sent: 13 March 2020 06:53 To: Tomcat Users List Subject: RE: Urgent help tomcat 9 and https 8443 Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command to

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command to allow 8443 to open outside of your server. iptables -I INPUT -m tcp -p tcp -s 0.0.0.0/0 --dport 8080 -j ACCEPT How to check 8443 Is l

RE: urgent problems with tomcat release 8.5.4

2017-12-22 Thread CYAG (Johnny Chao Yang)
oblem:) Gratitude & have a nice weekend. :) Br/Johnny -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 2017年12月22日 17:43 To: Tomcat Users List Subject: Re: urgent problems with tomcat release 8.5.4 2017-12-22 5:28 GMT+03:00 CYAG (Johnny Chao Yang) : >

RE: urgent problems with tomcat release 8.5.4

2017-12-22 Thread CYAG (Johnny Chao Yang)
Hello Konstantin, This is my first time to ask questions on this site. Thank you so much for your kindly help, it definitely solved my problem:) Gratitude & have a nice weekend. :) -Original Message- > Hello team, > > > Due to the tomcat 8.0 will closed to its support deadline, so we a

RE: urgent problems with tomcat release 8.5.4

2017-12-22 Thread CYAG (Johnny Chao Yang)
Hello Konstantin, Thank you so much for your kindly help, it definitely solved my problem:) Gratitude & have a nice weekend. :) Br/Johnny -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 2017年12月22日 17:43 To: Tomcat Users List Subject: Re: ur

Re: urgent problems with tomcat release 8.5.4

2017-12-22 Thread Konstantin Kolinko
2017-12-22 5:28 GMT+03:00 CYAG (Johnny Chao Yang) : > Hello team, > > > Due to the tomcat 8.0 will closed to its support deadline, so we are going to > upgrade our tomcat version from 8.0 to 8.5.4, as Apache tomcat official > website announced 8.5.x will not stop support so far, but the support t

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/9/16 11:40 AM, Victor Rodriguez wrote: > Being able to have xyz as an alias for abc would be great, but > everything I've tried with aliases hasn't worked either. > > On Fri, Dec 9, 2016 at 8:28 AM, Victor Rodriguez > wrote: > >> Ch

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Mark Eggers
Victor, Please do not top post. Anyway (see at the bottom). On 12/9/2016 8:28 AM, Victor Rodriguez wrote: > Chris, I really don't want double deployment. I'm trying to have a single > abc.war and avoid having to install apache to redirect/rewrite > http://host:8082/xyz to http://host:8082/abc.

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Being able to have xyz as an alias for abc would be great, but everything I've tried with aliases hasn't worked either. On Fri, Dec 9, 2016 at 8:28 AM, Victor Rodriguez wrote: > Chris, I really don't want double deployment. I'm trying to have a single > abc.war and avoid having to install apach

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Chris, I really don't want double deployment. I'm trying to have a single abc.war and avoid having to install apache to redirect/rewrite http://host:8082/xyz to http://host:8082/abc. I was hoping there was a way to have tomcat send /xyz to abc.war. I suppose I could also just copy abc.war to xyz

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/9/16 11:17 AM, Victor Rodriguez wrote: > Chris, a little more progress this morning... > > This is what I currently have in my xyz.xml > > docBase="wfsservice.war"> > > And, this is what I get in my catalina.out... > > INFO: Deplo

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Chris, a little more progress this morning... This is what I currently have in my xyz.xml And, this is what I get in my catalina.out... INFO: Deploying configuration descriptor /dg/local/cots/tomcat/tomcat_8082/conf/Catalina/localhost/xyz.xml ...then... WARNING: A docBase /dg/local/cots/tomc

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/8/16 7:57 PM, Victor Rodriguez wrote: > On Thu, Dec 8, 2016 at 2:50 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Victor, >> >> On 12/8/16 4:59 PM, Victor Rodriguez wrote: > THANKS IN ADVANCE FOR YOUR HEL

Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Victor Rodriguez
Thanks Chris! I now get "Document base /dg/local/cots/tomcat/tomcat_8082/webapps/xyz does not exist or is not a readable directory" On Thu, Dec 8, 2016 at 2:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Victor, > > On 12

Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/8/16 4:59 PM, Victor Rodriguez wrote: > THANKS IN ADVANCE FOR YOUR HELP! (not yelling, just emphasizing!) > > I have abc.war and I want both /abc and /xyz to work for it. I've > tried adding aliases="/abc=abc.war,/xyz=abc.war" and >

Re: [URGENT] Content-Encoding: gzip not set

2015-03-11 Thread Victor Rodriguez
Unfortunately, we're not ready to upgrade to 8.0.x yet, but I can see if I can get our F5 load balancer to add the "Content-encoding: gzip" response header. Thanks guys!

Re: [URGENT] Content-Encoding: gzip not set

2015-03-11 Thread Mark Thomas
On 11/03/2015 14:44, Victor Rodriguez wrote: > Thanks Geoff! The thing is that I'd rather not have to add a servlet > filter. > > Chris, I'm on Tomcat 7.0.53. Finally. We have some version information. The bad news is that the Default servlet gzip feature being discussed is only available in 8.

Re: [URGENT] Content-Encoding: gzip not set

2015-03-11 Thread Victor Rodriguez
Thanks Geoff! The thing is that I'd rather not have to add a servlet filter. Chris, I'm on Tomcat 7.0.53. The files don't have .gz extensions; they end in .json and .terrain. If I have gzip="true" will tomcat add "Content-encoding: gzip" to all requests or only for files that end in .gz? Havin

Re: [URGENT] Content-Encoding: gzip not set

2015-03-11 Thread Geoff Meakin
Hi Victor, I'm not sure if this is any use to you, but this guy seemed to have the same issue as you: http://stackoverflow.com/questions/1061066/http-compression-how-to-send-precompressed-files-that-exist-in-a-ear-file Are you able to use the suggestion of an output filter to add the content-enco

Re: [URGENT] Content-Encoding: gzip not set

2015-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 3/10/15 6:33 PM, Victor Rodriguez wrote: > I'm sorry. Don't apologize, just listen and respond appropriately. > I should have prefaced my original question by stating that I'd > read the Tomcat documentation Great. So, what is it abou

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/10/2015 3:33 PM, Victor Rodriguez wrote: > I'm sorry. I should have prefaced my original question by stating > that I'd read the Tomcat documentation and did extensive googling > on the subject, but could not find the answer I was looking for. >

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Victor Rodriguez
I'm sorry. I should have prefaced my original question by stating that I'd read the Tomcat documentation and did extensive googling on the subject, but could not find the answer I was looking for. The only solution I found was having a servlet filter that adds the 'Content-encoding: gzip' respons

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread André Warnier
Victor Rodriguez wrote: I finally have it working in Apache using the following. If there's an easy way to accomplish this in Tomcat I'd pref that cuz I could just leverage our existing deployed tomcats. Thanks! AddType application/json .json AddType application/vnd.quantized-mesh .terrain Add

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Victor Rodriguez
I finally have it working in Apache using the following. If there's an easy way to accomplish this in Tomcat I'd pref that cuz I could just leverage our existing deployed tomcats. Thanks! AddType application/json .json AddType application/vnd.quantized-mesh .terrain AddEncoding x-gzip .gz .tgz .

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Victor Rodriguez
AddType application/json .json AddType application/vnd.quantized-mesh .terrain

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Rainer Jung
Hi Chris, Am 10.03.2015 um 15:09 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/9/15 7:01 PM, Rainer Jung wrote: Am 09.03.2015 um 23:11 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 3/9/15 6:01 PM, Igor Cici

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Victor Rodriguez
Interesting, we don't front with Apache, but we do have an F5 load balancer. Maybe it can add the "Content-encoding; gzip' response header. Thanks for the idea! In the meantime, I'll keep plugging away trying to get Tomcat to do it correctly. thanks again! On Mon, Mar 9, 2015 at 4:01 PM, Igor C

Re: [URGENT] Content-Encoding: gzip not set

2015-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/9/15 7:01 PM, Rainer Jung wrote: > Am 09.03.2015 um 23:11 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Igor, >> >> On 3/9/15 6:01 PM, Igor Cicimov wrote: >>> On 10/03/2015 6:14 AM, "Victor Rodr

RE: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: [URGENT] Content-Encoding: gzip not set > > > If there's something that drives me absolutely nuts it's people > > > that say "read the documentation" when you ask them for help. > It

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread André Warnier
Mark Thomas wrote: On 09/03/2015 21:53, Christopher Schultz wrote: Victor, On 3/9/15 5:44 PM, Victor Rodriguez wrote: Brilliant Chris! However, if it were that easy, I would have already found it and figured it out. That's why I'm asking the experts on this list for HELP! Not for someone to

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread André Warnier
Rainer Jung wrote: Am 09.03.2015 um 23:11 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 3/9/15 6:01 PM, Igor Cicimov wrote: On 10/03/2015 6:14 AM, "Victor Rodriguez" wrote: Greetings, I have some ALREADY gzipped files that I'm trying to serve up. I

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Mark Thomas
On 09/03/2015 21:53, Christopher Schultz wrote: > Victor, > > On 3/9/15 5:44 PM, Victor Rodriguez wrote: >> Brilliant Chris! However, if it were that easy, I would have >> already found it and figured it out. That's why I'm asking the >> experts on this list for HELP! Not for someone to tell me

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Rainer Jung
Am 09.03.2015 um 23:11 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 3/9/15 6:01 PM, Igor Cicimov wrote: On 10/03/2015 6:14 AM, "Victor Rodriguez" wrote: Greetings, I have some ALREADY gzipped files that I'm trying to serve up. I have the following

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Igor Cicimov
On 10/03/2015 9:13 AM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igor, > > On 3/9/15 6:01 PM, Igor Cicimov wrote: > > On 10/03/2015 6:14 AM, "Victor Rodriguez" > > wrote: > >> > >> Greetings, > >> > >> I have some ALREADY gzipped files that I'm trying

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 3/9/15 6:01 PM, Igor Cicimov wrote: > On 10/03/2015 6:14 AM, "Victor Rodriguez" > wrote: >> >> Greetings, >> >> I have some ALREADY gzipped files that I'm trying to serve up. >> >> I have the following in my web.xml. >> >> json >> ap

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Igor Cicimov
On 10/03/2015 6:14 AM, "Victor Rodriguez" wrote: > > Greetings, > > I have some ALREADY gzipped files that I'm trying to serve up. > > I have the following in my web.xml. > > > json > application/gzip > > > > And, I have the following in my server.xml: > > > > > From the command line, I

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 3/9/15 5:44 PM, Victor Rodriguez wrote: > Brilliant Chris! However, if it were that easy, I would have > already found it and figured it out. That's why I'm asking the > experts on this list for HELP! Not for someone to tell me that "I

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Victor Rodriguez
Brilliant Chris! However, if it were that easy, I would have already found it and figured it out. That's why I'm asking the experts on this list for HELP! Not for someone to tell me that "I ought to read the documentation for the feature I'm trying to use." If there's something that drives me a

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Mark Thomas
On 09/03/2015 21:25, Victor Rodriguez wrote: > Thanks Mark! Unfortunately, that is not an option. The client will be > requesting the files without the .gz extension. Who said anything about the client having to change the file name it was requesting? Did you even look at the documentation for

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 3/9/15 5:25 PM, Victor Rodriguez wrote: > Thanks Mark! Unfortunately, that is not an option. The client > will be requesting the files without the .gz extension. > > On Mon, Mar 9, 2015 at 2:01 PM, Mark Thomas > wrote: > >> On 09/03/

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 3/9/15 3:12 PM, Victor Rodriguez wrote: > I have some ALREADY gzipped files that I'm trying to serve up. See Mark's reply for how to do what you are trying to do. I'd like to comment, here, though. > I have the following in my web.xml.

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Victor Rodriguez
Thanks Mark! Unfortunately, that is not an option. The client will be requesting the files without the .gz extension. On Mon, Mar 9, 2015 at 2:01 PM, Mark Thomas wrote: > On 09/03/2015 19:12, Victor Rodriguez wrote: > > > How do I tell Tomcat to include the Content-Encoding: gzip response > >

Re: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Mark Thomas
On 09/03/2015 19:12, Victor Rodriguez wrote: > How do I tell Tomcat to include the Content-Encoding: gzip response > header? Again, these area ALREADY zipped files. I'm not interested in > Tomcat doing the gziping on the fly. Add .gz to the end of the file name and set gzip="true" for the defau

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Thanks for the link. On Tue, Sep 13, 2011 at 2:46 PM, Pid wrote: > On 13/09/2011 19:20, Savitha Akella wrote: > > Hi, > > > Any help is appreciated. > > http://catb.org/~esr/faqs/smart-questions.html > > > p > >

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Hi Rudy, Sorry that I missed out the problem. I can connect to the server but the authentication of a member in the group AUTH is failing inspite of giving proper credentials. May be I have not configured properly. Regards, Savitha On Tue, Sep 13, 2011 at 3:02 PM, Rudy Gireyev wrote: > Savitha

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Rudy Gireyev
Savitha you forgot to mention what was the problem that you were having. Anyway, in your realm specification, for the connectionName you need to specify the actual name of the user (i.e. admin) that is able to log into the LDAP to do the lookup that you are interested in. connectionPassword is the

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Pid
On 13/09/2011 19:20, Savitha Akella wrote: > Hi, > Any help is appreciated. http://catb.org/~esr/faqs/smart-questions.html p signature.asc Description: OpenPGP digital signature

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Dante Bell
Hi Guys, I hate to pick your brains on this as the customer should know how to do this, but they tasked me to find out ;( Is there any API or other method they can code that will give them an indication of nearing this threshold? I know it's a crappy solution, but I thought I'd ask anyway :) AFAI

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 8/5/2011 12:00 PM, Mark Thomas wrote: > On 05/08/2011 16:56, Dante Bell wrote: >> Thanks! >> >> Like I said, I'm an OS/HW guy, never looked at java b4! >> >> They are saying that the load test has 20 'connections' so I'm >> guessing that's

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Mark Eggers
- Original Message - > From: "Caldarale, Charles R" > To: Tomcat Users List > Cc: > Sent: Friday, August 5, 2011 9:38 AM > Subject: RE: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is > non responsive > > From: Mark Thomas [mailt

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Mark Eggers
- Original Message - > From: Pid > To: Tomcat Users List > Cc: > Sent: Friday, August 5, 2011 8:35 AM > Subject: Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is > non responsive > > On 05/08/2011 16:12, Mark Thomas wrote: >> On 05/0

RE: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive > Now, is this a fixable thing within the Java stack? Or is it an > application limitation? The other option is re-write the STM Servlet(s) as non-STM.

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Mark Thomas
On 05/08/2011 17:10, Dante Bell wrote: > This is probably a really dumb question, but say they implement > load-balanced Tomcat on 2 nodes for example. Would that then allow for > greater than 20 STMs for the servlets? It will allow them up to 20 concurrent requests per STM Servlet per Tomcat inst

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Dante Bell
This is probably a really dumb question, but say they implement load-balanced Tomcat on 2 nodes for example. Would that then allow for greater than 20 STMs for the servlets? On 08/05/2011 12:00 PM, Mark Thomas wrote: > On 05/08/2011 16:56, Dante Bell wrote: >> Thanks! >> >> Like I said, I'm an OS/

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Mark Thomas
On 05/08/2011 16:56, Dante Bell wrote: > Thanks! > > Like I said, I'm an OS/HW guy, never looked at java b4! > > They are saying that the load test has 20 'connections' so I'm guessing > that's the 20 STMs. > > Now, is this a fixable thing within the Java stack? Or is it an > application limitat

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Dante Bell
Thanks! Like I said, I'm an OS/HW guy, never looked at java b4! They are saying that the load test has 20 'connections' so I'm guessing that's the 20 STMs. Now, is this a fixable thing within the Java stack? Or is it an application limitation? Danté On 08/05/2011 11:12 AM, Mark Thomas wrote: >

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread André Warnier
Pid wrote: On 05/08/2011 16:12, Mark Thomas wrote: On 05/08/2011 15:34, Dante Bell wrote: Hi, I'm running out of ideas on what to try for this customer. Their load tests show that Tomcat is getting to a point where it no longer services requests. Let me guess. It is fine for low loads but as

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Pid
On 05/08/2011 16:12, Mark Thomas wrote: > On 05/08/2011 15:34, Dante Bell wrote: >> Hi, >> >> I'm running out of ideas on what to try for this customer. Their load >> tests show that Tomcat is getting to a point where it no longer services >> requests. > > Let me guess. It is fine for low loads bu

Re: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Mark Thomas
On 05/08/2011 15:34, Dante Bell wrote: > Hi, > > I'm running out of ideas on what to try for this customer. Their load > tests show that Tomcat is getting to a point where it no longer services > requests. Let me guess. It is fine for low loads but as soon as the load goes above a certain number

RE: Urgent: Tomcat 6.0.20 on Solaris 10 Reaches max threads and is non responsive

2011-08-05 Thread Jeffrey Janner
Dante - Take a real close look at the application running in Tomcat. I've had similar issues where Tomcat was suddenly using all configured request threads, but they were all waiting on something else to happen. I found the problem to be a minor defect with the DB pooling code from the DB vendor

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
hi, Whenever i call the url which calls the code, i get this exception. is that what u meant to ask? Do u need code snippets. thanks abhishek On Tue, Mar 15, 2011 at 2:06 AM, Dave Newton wrote: > Under what circumstances? I don't see how we're supposed to be able to > help. > > Dave > > On Mon,

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Pid *
On 22 Oct 2010, at 10:36, abhishek jain wrote: > Hi friends, > I am in middle of urgent production issue. That's unfortunate. p > Can some one help me how to allow .htaccess on tomcat > i have a virtualhost on apache with tomcat installed. > > Apache 2.x > > tomcat 5.5.x > struts 1.2 > Pl. h

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread abhishek jain
On Fri, Oct 22, 2010 at 3:52 PM, André Warnier wrote: > abhishek jain wrote: > >> On Fri, Oct 22, 2010 at 3:31 PM, André Warnier wrote: >> >> abhishek jain wrote: >>> >>> On Fri, Oct 22, 2010 at 3:05 PM, abhishek jain wrote: Hi friends, > I am in middle of urgent produ

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread André Warnier
abhishek jain wrote: On Fri, Oct 22, 2010 at 3:31 PM, André Warnier wrote: abhishek jain wrote: On Fri, Oct 22, 2010 at 3:05 PM, abhishek jain wrote: Hi friends, I am in middle of urgent production issue. Can some one help me how to allow .htaccess on tomcat i have a virtualhost on apache

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread abhishek jain
On Fri, Oct 22, 2010 at 3:31 PM, André Warnier wrote: > abhishek jain wrote: > >> On Fri, Oct 22, 2010 at 3:05 PM, abhishek jain >> wrote: >> >> Hi friends, >>> I am in middle of urgent production issue. >>> Can some one help me how to allow .htaccess on tomcat >>> i have a virtualhost on apache

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread André Warnier
abhishek jain wrote: On Fri, Oct 22, 2010 at 3:05 PM, abhishek jain wrote: Hi friends, I am in middle of urgent production issue. Can some one help me how to allow .htaccess on tomcat i have a virtualhost on apache with tomcat installed. Apache 2.x tomcat 5.5.x struts 1.2 Pl. help asap. Than

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread abhishek jain
On Fri, Oct 22, 2010 at 3:05 PM, abhishek jain wrote: > Hi friends, > I am in middle of urgent production issue. > Can some one help me how to allow .htaccess on tomcat > i have a virtualhost on apache with tomcat installed. > > Apache 2.x > > tomcat 5.5.x > struts 1.2 > Pl. help asap. > > Thanks

Re: Urgent - Start tomcat at boot - debian lenny

2009-04-25 Thread André Warnier
Pablo Augusto wrote: Hello, im having some problems, i just try ALL but tomcat 5.5.25 do not starts o boot. Please need urgent help! Can anyone send me a startup script and directions how to startup tomcat at boot on debian??? 1) read : http://httpd.apache.org/userslist.html 2) read : http:/

Re: URGENT: Tomcat 4 error

2009-01-05 Thread Filip Hanik - Dev Lists
what JDK are you using? there is a good chance that adding |-Djava.net.preferIPv4Stack=true to your command line for starting tomcat, will solve the issue Filip | rajesh202023 wrote: Hi, I am getting the following error message when tomcat 4 is being run on Solaris 9 machine. It exists all

Re: urgent help needed

2007-05-17 Thread bhavik shah
I remove the jar file and it worked fine Regards bhavik On 5/17/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: there is something wrong in this sucker /opt/docu/tst/tomcat4/webapps/ROOT/WEB-INF/lib/dmvirtuallink.jar are you using symlinks? if so, http://tomcat.apache.org/tomcat-4.1-d

Re: urgent help needed

2007-05-17 Thread Filip Hanik - Dev Lists
there is something wrong in this sucker /opt/docu/tst/tomcat4/webapps/ROOT/WEB-INF/lib/dmvirtuallink.jar are you using symlinks? if so, http://tomcat.apache.org/tomcat-4.1-doc/config/context.html#allowLinking you end up getting a FileNotFoundException, turning on debug logging, might yield mo

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tim Lucia
> -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 11:34 AM > To: Tomcat Users List > Subject: RE: Urgent: PermGen memory leak in a NetBeans developed tomcat > application > > > From: Paulo Alv

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Paulo Alvim <[EMAIL PROTECTED]>: Hi Tomi, We've this classic problem (using Tomcat 5.x) with PermGen but in our case the leak occurs after a hot redeploy of any application. After each restart (our typical WAR has 30MB and 150 JSPs), jConsole shows about 4MB of PermGen increased that

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Paulo Alvim [mailto:[EMAIL PROTECTED] > Subject: RES: Urgent: PermGen memory leak in a NetBeans > developed tomcat application > > We've this classic problem (using Tomcat 5.x) with PermGen > but in our case the leak occurs after a hot redeploy of any > application. There are a couple

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Tomi N/A [mailto:[EMAIL PROTECTED] > Subject: Re: Urgent: PermGen memory leak in a NetBeans > developed tomcat application > > How do allow class unloading? How do I inhibit it, for that matter? It's enabled by default (except for one of the esoteric garba

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Rainer Jung <[EMAIL PROTECTED]>: Tomi, Increasing Perm Gen size is normal, as long as it goes down again when it reaches the max and gets collected. The max depends on jvm version, possibly on server type and of course your startup options. 64MB default is not uncommon. I used JCons

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Caldarale, Charles R <[EMAIL PROTECTED]>: That's normal behavior when reflection is used. When the next full GC occurs, the accessor classes will be discarded, unless you have inhibited class unloading. How do allow class unloading? How do I inhibit it, for that matter? t.n.a. ---

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Tomi N/A [mailto:[EMAIL PROTECTED] > Subject: Urgent: PermGen memory leak in a NetBeans developed > tomcat application > > [Loaded sun.reflect.GeneratedMethodAccessor197 from > __JVM_DefineClass__] > > I have no idea what these accessors are or how to stop their constant > proliferatio

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Rainer Jung
Tomi, Increasing Perm Gen size is normal, as long as it goes down again when it reaches the max and gets collected. The max depends on jvm version, possibly on server type and of course your startup options. 64MB default is not uncommon. You can watch it with "-verbose:gc -XX:+printGCDetails

Re: Urgent: The Tomcat 5.5 Monitor could not work properly

2007-04-06 Thread Rashmi Rubdi
There are 2 ways to install Tomcat on Windows XP 1) Windows Service Installer 2) Unzip the install file to any directory for example C:\dev\tomcat\ I tried Windows Service Installer a while ago, but I think you can start it from Control Panel --> Administrative Services > Enable or Auto Sta

Re: Urgent: The Tomcat 5.5 Monitor could not work properly

2007-04-06 Thread Erica Zhang
I could not find the two files. Additionally, if I Delete the service, should I reinstall and configure the service? Thanks, Erica Rashmi Rubdi wrote: Starting with startup.bat and shutting down with shutdown.bat is normal :-) -Rashmi -

Re: Urgent: The Tomcat 5.5 Monitor could not work properly

2007-04-06 Thread Rashmi Rubdi
Starting with startup.bat and shutting down with shutdown.bat is normal :-) -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Urgent: The Tomcat 5.5 Monitor could not work properly

2007-04-06 Thread Martin Gainty
Zhang- If your monitor a webapplication which you had built previously then use Manager (http://localhost:8080/manager/html) to re-deploy? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is add

Re: urgent : unsubscribe please

2007-01-10 Thread David Delbecq
> <[EMAIL PROTECTED]To: Tomcat Users List > > s.com> cc: [EMAIL PROTECTED] >

Re: urgent : unsubscribe please

2007-01-10 Thread Christopher . Lee
cc: [EMAIL PROTECTED] Subject: Re: urgent : unsubscribe please 01/09/2007

Re: urgent : unsubscribe please

2007-01-09 Thread Bob Hall
Christian, To unsubscribe, e-mail: [EMAIL PROTECTED] which is included (near the end) in every message from the list. -Bob - Original Message From: Christian Mennequin <[EMAIL PROTECTED]> To: Tomcat Users List ; [EMAIL PROTECTED] Cc: Tomcat Users List ; [EMAIL PROTECTED] Sent: Tuesday,

Re: urgent : unsubscribe please

2007-01-09 Thread Mladen Turk
Christian Mennequin wrote: Cordialement, Christian Mennequin Barclays IRCB / DI 183 avenue Daumesnil 75575 Paris Cedex 12 Phone : 0033 (0)1.55.78.43.05 Email : [EMAIL PROTECTED] Please don't behave like an idiot. Send an empty email to [EMAIL PROTECTED] -- Mladen. -

  1   2   >