Re: Please help me install Tomcat

2023-02-02 Thread TRS-80
Amn Ojee Uw writes: > I've tried to install Tomcat, different version, like so : > /# Download the latest release of tomcat 10.1.5// > //wget > https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// > // > //# Create tomcat directory// > //sudo mkdir /opt/tomcat//

Re: Please help me in enabling SSL certificate

2018-08-07 Thread Venkataraman Srinivasan
John, Thanks. Now it is working fine. I cleansed the file. Thanks Venkat >>> John Palmer 8/7/2018 9:10 AM >>> your server.xml shows TWO connectors for port 8443; that second one (with all the certificate entries) is then causing the errror: > Caused by: java.net.BindException: Address

Re: Please help me in enabling SSL certificate

2018-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 2:24 PM, Venkataraman Srinivasan wrote: > I am using tomcat version 8.5.32 Thanks. > I made the below entry in Server.xml > > > > > > > port="8443" protocol="HTTP/1.1" connectionTimeout="2" /> > > > > >

Re: Please help me in enabling SSL certificate

2018-08-07 Thread John Palmer
your server.xml shows TWO connectors for port 8443; that second one (with all the certificate entries) is then causing the errror: > Caused by: java.net.BindException: Address already in use As that one is probably the one you want to be using, delete or comment out the first connector for port

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Hi , I am using tomcat version 8.5.32 I made the below entry in Server.xml ' When I tried to login, https://webapxt03.rta:8443, the log file catalina.2018-08-02.log recorded as below CATALINA.OUT has got entries

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 8/2/18 12:17 PM, James H. H. Lampert wrote: > On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote: >> I used below command to create certificate locally. >> >> $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA >> -keystore

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:14 PM, Venkataraman Srinivasan wrote: > Chris, > > Thanks for your reply. I will implement your recommendations in my > next iterations. > > Currently I did as below. > > I copied the keystore file as

Re: Please help me in enabling SSL certificate

2018-08-02 Thread James H. H. Lampert
On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote: I used below command to create certificate locally. $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/apache-tomcat-8.5.32/keystore Ok. Probably the first thing you need to do is set up your connector to use

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Chris, Thanks for your reply. I will implement your recommendations in my next iterations. Currently I did as below. I copied the keystore file as /home/apexadmin/.keystore and made below entry in server.xml Opened the port 8443 and recycled

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:05 PM, Venkataraman Srinivasan wrote: > I used below command to create certificate locally. > > $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore > /opt/tomcat/apache-tomcat-8.5.32/keystore Okay, so you

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
I used below command to create certificate locally. $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/apache-tomcat-8.5.32/keystore Thanks Venkat >>> Christopher Schultz 8/2/2018 12:03 PM >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrea, On 8/2/18 12:03 PM, Andrea Freire wrote: > You hace to install the native conector Your statement is false: the native connector is NOT required to install a TLS certificate in Tomcat. - -chris > From:

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote: > Please help me in enabling SSL certificate in Tomcat Apache > servers. Do you already have a certificate signed by a CA? What have you already tried? - -chris -BEGIN PGP

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Andrea Freire
You hace to install the native conector Obtener Outlook para Android From: Venkataraman Srinivasan Sent: Thursday, August 2, 2018 11:00:11 AM To: users@tomcat.apache.org Subject: Please help me in enabling SSL certificate Hi, Please help

Re: Please help : EOL TOMCAT 7 and 8.5

2018-04-12 Thread Christopher Schultz
Dan, On 4/12/18 8:15 AM, BENGUIRA, Dan (Allianz en France) wrote: > I’m sorry to bother you for a question as trivial as that, and I really > checked carefully all the documentation available… > > Do you please have the date of the end of life of Tomcat 7, and of > TOMCAT 8.5 ? If you search

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
The data I posted was collected as Tomcat was restarted and for the next 19 hours. You see too much GC thrashing, are you saying the GC process finds too much G to clean up? Should I urge the developers to do some GC of their own? I give 2G to start with because it may not actually /need

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/16/16 11:18 AM, George I. Develekos wrote: > On another installation with higher load, the JVM has "selected" > to give YoungGen 250MB or so (as opposed to 150M here), and I > have confirmed that Full-GC is much less frequent so

RE: Please help with Tomcat Garbage Collection

2016-11-16 Thread John.E.Gregg
> -Original Message- > From: George I. Develekos [mailto:gdevele...@omilia.com] > Sent: Wednesday, November 16, 2016 10:18 AM > To: users@tomcat.apache.org > Subject: Re: Please help with Tomcat Garbage Collection > > I appreciate the detailed response. > &

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
I. Develekos [mailto:gdevele...@omilia.com] *Sent:* Wednesday, November 16, 2016 5:21 AM *To:* users@tomcat.apache.org *Subject:* Re: Please help with Tomcat Garbage Collection I'm attaching three screenshots of the GCViewer app as it processed the complete *gc.log* file (about 19 hours). Please have a loo

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
m:*George I. Develekos [mailto:gdevele...@omilia.com] *Sent:* Wednesday, November 16, 2016 5:21 AM *To:* users@tomcat.apache.org *Subject:* Re: Please help with Tomcat Garbage Collection I'm attaching three screenshots of the GCViewer app as it processed the complete *gc.log* file (about 19 hours)

RE: Please help with Tomcat Garbage Collection

2016-11-16 Thread John.E.Gregg
/vmware/en/pdf/techpaper/enterprise-java-applications-on-vmware-best-practices-guide.pdf John From: George I. Develekos [mailto:gdevele...@omilia.com] Sent: Wednesday, November 16, 2016 5:21 AM To: users@tomcat.apache.org Subject: Re: Please help with Tomcat Garbage Collection I'm attaching three

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
On 15-Nov-16 11:45 PM, john.e.gr...@wellsfargo.com wrote: -Original Message- From: George I. Develekos [mailto:gdevele...@omilia.com] Sent: Tuesday, November 15, 2016 3:00 PM To: users@tomcat.apache.org Subject: Re: Please help with Tomcat Garbage Collection The system does very

RE: Please help with Tomcat Garbage Collection

2016-11-15 Thread John.E.Gregg
> -Original Message- > From: George I. Develekos [mailto:gdevele...@omilia.com] > Sent: Tuesday, November 15, 2016 3:00 PM > To: users@tomcat.apache.org > Subject: Re: Please help with Tomcat Garbage Collection > > The system does very little swapping, both when

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
The system does very little swapping, both when it's GC'ing and when it's not. Less than 100MB worth of swap is taken. Giving Tomcat its own HW is not an option at this time, especially as there's no guarantee it'll solve the problem. Besides it would be a VM anyway, not physical dedicated

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Zdeněk Henek
I would start with moving this tomcat to its own hw. Did you check swap? This long pauses could be because part of your heap is swapped to hdd Regards, Zdenek Henek On Tue, Nov 15, 2016, 21:37 George I. Develekos wrote: > > On 15-Nov-16 10:22 PM, Christopher Schultz

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
On 15-Nov-16 10:22 PM, Christopher Schultz wrote: George, On 11/15/16 10:46 AM, George I. Develekos wrote: Hello guys, We are having problems on a production system with very long "full GC" times, as long as1200sec real time (!!!). We are using Java 6 (stuck with CentOS 5.8 at this time)

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/15/16 10:46 AM, George I. Develekos wrote: > Hello guys, > > We are having problems on a production system with very long "full > GC" times, as long as1200sec real time (!!!). > > We are using Java 6 (stuck with CentOS 5.8 at this

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Zdeněk Henek
Is there running something else in that server? Real time should be never bigger than user+sys Z On Tue, Nov 15, 2016, 16:46 George I. Develekos wrote: > Hello guys, > > We are having problems on a production system with very long "full GC" > times, as long as1200sec

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
Thanks, but, all I got was this "y"... On 15-Nov-16 9:48 PM, pina.freder...@gmail.com wrote: y Sent from my HTC on T- . 4G LTE - Reply message - From: "George I. Develekos" To: Subject: Please help with Tomcat Garbage Collection

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread pina.freder...@gmail.com
y Sent from my HTC on T- . 4G LTE - Reply message - From: "George I. Develekos" To: Subject: Please help with Tomcat Garbage Collection Date: Tue, Nov 15, 2016 10:46 AM Hello guys, We are having problems on a production system with

RE: Please help

2015-07-17 Thread Caldarale, Charles R
From: uzair rashid [mailto:uzairrashi...@gmail.com] Subject: Re: Please help Jul 16, 2015 5:09:52 PM org.apache.coyote.AbstractProtocol init SEVERE: Failed to initialize end point associated with ProtocolHandler [http-apr-8443] This is a completely different problem, so you should start

Re: Please help

2015-07-17 Thread uzair rashid
Hello Chuck: Thank you! INFO: Command line argument: -Xss1024k Jul 16, 2015 5:09:49 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1. Jul 16, 2015 5:09:49 PM

RE: Please help

2015-07-16 Thread Caldarale, Charles R
From: uzair rashid [mailto:uzairrashi...@gmail.com] Subject: Please help Please help as a subject line is not terribly useful, is it? I am using Apache Tomcat 7.0.57.. Good to know; many people forget to mention the version they're using. I have configured my server.xml as follows:

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 4/15/14, 2:52 PM, Ian Long wrote: I need some help from all the tomcat experts out there! I am using tomcat behind apache httpd using mod_jk (1.2.39). About 50-100 times per day (out of many requests), I’m getting an internal server

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
Thanks for the reply. It looks to me like tomcat just gave up partway through generating the request, I’m trying to figure out why.   There are no exceptions in either my application logs or the tomcat log itself, which is frustrating. Thanks, I’ll look into the executor. Apache matches what

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
Forgot to mention that it looks like tomcat returned around 50% of what the page should have been, before it hit the Internal Server Error. Cheers, Ian On April 15, 2014 at 3:13:08 PM, Christopher Schultz (ch...@christopherschultz.net) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Konstantin Kolinko
2014-04-15 22:52 GMT+04:00 Ian Long ian.l...@opterus.com: Hi All, I need some help from all the tomcat experts out there! I am using tomcat behind apache httpd using mod_jk (1.2.39). About 50-100 times per day (out of many requests), I’m getting an internal server error from Tomcat (error

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 4/15/14, 3:33 PM, Ian Long wrote: Thanks for the reply. It looks to me like tomcat just gave up partway through generating the request, I’m trying to figure out why. There are no exceptions in either my application logs or the

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 4/15/14, 3:33 PM, Ian Long wrote: Thanks for the reply. It looks to me like tomcat just gave up partway through generating the request, I’m trying to figure out why. There are no exceptions in either my

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
I don’t think it’s memory related - Tomcat is allocated an 8GB heap and according to New Relic it has never used more than 6.5G; there is also lots of PermGen space available. Cheers, Ian On April 15, 2014 at 4:18:11 PM, André Warnier (a...@ice-sa.com) wrote: Christopher Schultz wrote:

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
Yes, I checked both the tomcat log (I’ve configured tomcat to use log4j) as well as my application logs. Yes, 20 httpd prefork processes. I don’t think it’s memory related, I have an 8GB heap and tomcat averages 5GB usage and peeks around 6.5 before garbage collection kicks in. Cheers, Ian

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread André Warnier
Ian, On this list, it is kind of frowned-upon to top post. It is preferred when people answer a question, below the question. Keeps things more logical in the reading sequence, and avoids having to scroll down to guess what you are responding to. Ian Long wrote: Yes, I checked both the

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
On April 15, 2014 at 4:58:28 PM, André Warnier (a...@ice-sa.com(mailto:a...@ice-sa.com)) wrote: Ian, On this list, it is kind of frowned-upon to top post. It is preferred when people answer a question, below the question. Keeps things more logical in the reading sequence, and avoids

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread André Warnier
Ian Long wrote: On April 15, 2014 at 4:58:28 PM, André Warnier (a...@ice-sa.com(mailto:a...@ice-sa.com)) wrote: Ian, On this list, it is kind of frowned-upon to top post. It is preferred when people answer a question, below the question. Keeps things more logical in the reading sequence,

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Tim Watts
On Tue, 2014-04-15 at 17:12 -0400, Ian Long wrote: Ian Long wrote: I have tomcat configured to log via log4j, and then there is my application log, those are the only two logs, and neither contains anything. They're empty? Are you sure the logs are writable? How much free space is

Re: Please help diagnosing a random production Tomcat 7.0.53 Internal Server Error!

2014-04-15 Thread Ian Long
  On April 15, 2014 at 6:50:05 PM, Tim Watts (t...@cliftonfarm.org(mailto:t...@cliftonfarm.org)) wrote: On Tue, 2014-04-15 at 17:12 -0400, Ian Long wrote: Ian Long wrote: I have tomcat configured to log via log4j, and then there is my application log, those are the only two logs, and

RE: please help me how i can test that whether tomcat is up and running on

2011-10-03 Thread Jeffrey Janner
). There is no way he will ever be able to check status this way from a client (remote) system. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, September 22, 2011 3:21 PM To: Tomcat Users List Subject: Re: please help me how i can test that whether tomcat is up

Re: please help me how i can test that whether tomcat is up and running on

2011-10-03 Thread André Warnier
Coming late to the party, hm ? Jeffrey Janner wrote: And the key to the proper answer is this bit from the OP: please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. The proper answer is he can't, as the server is only listening to the

Re: please help me how i can test that whether tomcat is up and running on a remote machine from a client machine.

2011-09-22 Thread André Warnier
vishveswara chary varanasi wrote: Tomcat community has a wiki which providded the http://wiki.apache.org/tomcat/HowTo#How_do_I_check_whether_Tomcat_is_UP_or_DOWN.3F_There_is_no_status_command i have tried to connect to tomcat using sockect connection on the port where the tomcat running

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
Hi Vishveswara, If you look at the behavior of ServerSocket, or any BSD-like listening server socket in general, there is something called 'backlog'. http://download.oracle.com/javase/1.4.2/docs/api/java/net/ServerSocket.html In short, backlog is something like a queue, if all your worker thread

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread André Warnier
Hi. This is all very nicely explained, but maybe irrelevant. As far as I understand, the OP is trying to connect to the shutdown port mentioned in the Server tag, not to a Connector. On that shutdown port, there should not be so many connection requests that they outrun the ability of Tomcat

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
Oops. I missed that. You've pointed it straight! --- daniel baktiar On Fri, Sep 23, 2011 at 04:20, André Warnier a...@ice-sa.com wrote: Hi. This is all very nicely explained, but maybe irrelevant. As far as I understand, the OP is trying to connect to the shutdown port mentioned in the

RE: Please Help

2011-03-29 Thread Joseph Morgan
So. *what* is it not showing? Is it a JSP? If so, what is the time on your tomcat server compared to the time of the JSP. We have this sometimes when we deploy and find we have to update a JSP within a very short period of time, and our Tomcat server in our COLO is 2 time zones off. The

Re: Please Help

2011-03-29 Thread Jinal Dhruv
...@ignitesales.com To: Tomcat Users List users@tomcat.apache.org; Jinal Dhruv dhruv.ji...@yahoo.com Sent: Wednesday, 30 March 2011 12:08 AM Subject: Re: Please Help So. *what* is it not showing?  Is it a JSP?  If so, what is the time on your tomcat server compared to the time of the JSP.  We

RE: Please Help

2011-03-29 Thread Joseph Morgan
Subject: Re: Please Help I am having problem particularly with running Servlets programs.. Though I clear browser history, delete .class file and comile .java file again, it shows old results..So from where it come? Is Tomcat is storing it at somewhere? From

Re: Please Help

2011-03-29 Thread Jinal Dhruv
...@yahoo.com Sent: Wednesday, 30 March 2011 12:36 AM Subject: Re: Please Help You can 1) Restart Tomcat or your web app, or 2) read this: http://stackoverflow.com/questions/415520/how-do-i-make-tomcat-stop-caching-my-servlet-responses -Original Message- From: Jinal Dhruv [mailto:dhruv.ji

RE: Please Help

2011-03-29 Thread Propes, Barry L
If you can get to your Manager app in Tomcat, you should be able to reload, or at least stop and start the webapp there. -Original Message- From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] Sent: Tuesday, March 29, 2011 2:12 PM To: Tomcat Users List Subject: Re: Please Help Actually, I

Re: Please Help

2011-03-29 Thread Jinal Dhruv
HOw to get to Manager app? don't get exactly.. From: Propes, Barry L barry.l.pro...@citi.com To: Tomcat Users List users@tomcat.apache.org; Jinal Dhruv dhruv.ji...@yahoo.com Sent: Wednesday, 30 March 2011 12:49 AM Subject: RE: Please Help If you can get

RE: Please Help

2011-03-29 Thread Joseph Morgan
[mailto:dhruv.ji...@yahoo.com] Sent: Tuesday, March 29, 2011 2:12 PM To: Tomcat Users List Subject: Re: Please Help Actually, I am using Tomcat from last 15 days only..One thing worked is if I restart PC, then it works fine..so it looks like restarting Tomcat works.. The problem on given link is excatly what

RE: Please help - Question on Tomcat Startup

2011-01-21 Thread Savoy, Melinda
Sorry for the email below. I got my problem fixed. For some reason, some files from my LIB directory were deleted. The only thing I had done in eclipse was to add a web service project and why my files in tomcat would be deleted in beyond me. If anyone has seen this before any

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 11/24/2010 9:47 AM, Pid wrote: SEVERE: A web application appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak.

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
...@christopherschultz.net] Sent: Saturday, November 27, 2010 8:56 AM To: Tomcat Users List Subject: Re: Please help ... [MultiThreadedHttpConnectionManager cleanup] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 11/24/2010 9:47 AM, Pid wrote: SEVERE: A web application appears to have

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Caldarale, Charles R
From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] If I have 100+ concurrent users, won't that effect the other users? Each webapp should have its own copy of the HTTP client, so no. Is it possible that I

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread André Warnier
Caldarale, Charles R wrote: From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] If I have 100+ concurrent users, won't that effect the other users? Each webapp should have its own copy of the HTTP client, so

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
/main.html/location /error-page /web-app -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Saturday, November 27, 2010 10:08 AM To: Tomcat Users List Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] From: Emerson

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Caldarale, Charles R
From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] Looking at the web.xml file used, could it have something to do with this listener as you said earlier? Can't say - Tomcat is just the container here

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Rob Gregory
Please let me know if anyone has seen this before. I bet whoever put that in as a feature is really glad for all the posts that followed. http://wiki.apache.org/tomcat/MemoryLeakProtection or a quick google will provide you with some explanation, but basically it's most likely your code ;o)

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Caldarale, Charles R
From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: Please help ... [MultiThreadedHttpConnectionManager cleanup] Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting the following error on shutdown ... You've actually had the error all along, but it's only

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Pid
On 24/11/2010 14:41, Rob Gregory wrote: Please let me know if anyone has seen this before. I bet whoever put that in as a feature is really glad for all the posts that followed. http://wiki.apache.org/tomcat/MemoryLeakProtection or a quick google will provide you with some explanation,

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Emerson, Christopher
: Please help ... [MultiThreadedHttpConnectionManager cleanup] From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: Please help ... [MultiThreadedHttpConnectionManager cleanup] Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting the following error on shutdown

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread André Warnier
Emerson, Christopher wrote: Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting the following error on shutdown ... Nov 23, 2010 4:42:18 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: A web application appears to have started a thread named

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Caldarale, Charles R
From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] So if this is being started from Axis2 1.5.1 client, there's a bug in the client code generation or the supporting Axis2 jars? Possibly, or possibly you

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Emerson, Christopher
Thank you! I just wanted to eliminate Tomcat 6 as a variable and that this wasn't a known issue. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, November 24, 2010 9:53 AM To: Tomcat Users List Subject: RE: Please help

Re: Please help: Setting up an environment with Apache as webserver and JBoss as the application server

2009-12-14 Thread Pid
On 14/12/2009 18:25, Smithan John wrote: Hi All, To all the geeks out there :), I'm pretty new to server level configurations. I have a task in hand to migrate a set of applications from one server to another. The requirement is an AS-IS migration. The requirement is to migrate a setup which

Re: Please help: Setting up an environment with Apache as webserver and JBoss as the application server

2009-12-14 Thread André Warnier
Smithan John wrote: waiting for your priceless help. Thanks a ton :) Don't worry, it won't be priceless. For this kind of work, I am sure you can hire a couple of the gurus here, and they will name a price. - To

Re: PLEASE HELP ME!!!

2009-11-11 Thread Konstantin Kolinko
root cause java.lang.NumberFormatException: null                 java.lang.Integer.parseInt(Unknown Source)                 java.lang.Integer.parseInt(Unknown Source) org.apache.jsp.check_005fenter_jsp._jspService(check_005fenter_jsp.java:61)  

Re: PLEASE HELP ME!!!

2009-11-11 Thread André Warnier
achudesni...@btabank.ru wrote: After autorization on http server occure this problem. What's happened, who know? Please help me. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: PLEASE HELP ME!!!

2009-11-11 Thread Pid
On 11/11/2009 08:57, André Warnier wrote: achudesni...@btabank.ru wrote: After autorization on http server occure this problem. What's happened, who know? Please help me. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it

Re: please help......

2009-05-26 Thread David Smith
vijay sankar wrote: I have recently downloaded the 6.0.18 binary distribution and I am running it in vista. I have started the server by running bootstrap.jar and it is working fine. I tried to stop the server by running the shutdown.bat, but it is not stopping. Can any one help me

Re: please help......

2009-05-26 Thread David Smith
vijay sankar wrote: It's not starting when I have executed the startup.bat. So I have executed the jar file... On Tue, May 26, 2009 at 10:18 AM, David Smith d...@cornell.edu wrote: vijay sankar wrote: I have recently downloaded the 6.0.18 binary distribution and I am

Re: please help......

2009-05-26 Thread Mark Thomas
vijay sankar wrote: I have recently downloaded the 6.0.18 binary distribution and I am running it in vista. I have started the server by running bootstrap.jar and it is working fine. Why not use the scripts... I tried to stop the server by running the shutdown.bat, but it is not stopping.

Re: please help......

2009-05-26 Thread vijay sankar
It's not starting when I have executed the startup.bat. So I have executed the jar file... On Tue, May 26, 2009 at 10:18 AM, David Smith d...@cornell.edu wrote: vijay sankar wrote: I have recently downloaded the 6.0.18 binary distribution and I am running it in vista. I have started

Re: Please help

2009-05-26 Thread Juha Laiho
Sibusiso khoza wrote: Mark Your efforts to assist are greatly appreciated. Please don't take my next question as a sign of laziness or stupidity. I'm a biginner when it comes to programming and have been struggling with this one issue for ages. I did everything in your suggested

Re: Please help

2009-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/25/2009 6:30 PM, Mark Thomas wrote: OK. You need to remove the invoker section and do something like this: servlet servlet-nameWebStocks/servlet-name servlet-classfull.package.name.WebStocks/servlet-class

Re: Please help

2009-05-25 Thread Mark Thomas
Sibusiso khoza wrote: HI, I'm quite new at using tomcat. I've installed tomcat 4.1. If you are new to Tomcat then start with the latest version (6.0.18). The 4.1.x branch is about 1-2 months away from being de-supported. I've followed my book (Java Programming (Shelly Cashman Series)) and

Re: Please help

2009-05-25 Thread Sibusiso khoza
Sent: Monday, May 25, 2009 11:23 PM Subject: Re: Please help Could you kindly send us an extract of your web.xml file, where the Servlet and the serlvet mapping are defined? Regards, Patrick Sibusiso khoza wrote: HI, I'm quite new at using tomcat. I've installed tomcat 4.1. I've followed

Re: Please help

2009-05-25 Thread Sibusiso khoza
: Monday, May 25, 2009 11:31 PM Subject: Re: Please help Sibusiso khoza wrote: HI, I'm quite new at using tomcat. I've installed tomcat 4.1. If you are new to Tomcat then start with the latest version (6.0.18). The 4.1.x branch is about 1-2 months away from being de-supported. I've followed my

Re: Please help

2009-05-25 Thread Mark Thomas
@tomcat.apache.org Sent: Monday, May 25, 2009 11:23 PM Subject: Re: Please help Could you kindly send us an extract of your web.xml file, where the Servlet and the serlvet mapping are defined? Regards, Patrick Sibusiso khoza wrote: HI, I'm quite new at using tomcat. I've installed

Re: Please help

2009-05-25 Thread Sibusiso khoza
. - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, May 26, 2009 12:30 AM Subject: Re: Please help Sibusiso khoza wrote: Sure. This is how my web.xml file looks: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: Hi. It will probably be useful for anyone wanting to help you, to know which version of Tomcat you are talking about. Also on which platform, athough one can kind of guess that. But it's time-consuming and error-prone to have to make guesses. With my limited knowledge and

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Thanks a lot for your reply, Tomcat version: 6.0.18 Platform: linux centos I'll try the suggested solution and keep you posted... Julien. 2009/2/15 André Warnier a...@ice-sa.com Julien Martin wrote: Hi. It will probably be useful for anyone wanting to help you, to know which version of

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
On Sun, Feb 15, 2009 at 8:33 AM, Julien Martin bal...@gmail.com wrote: I'll try the suggested solution and keep you posted... You might also find the virtual hosting how-to in the docs useful. FWIW, -- Hassan Schroeder hassan.schroe...@gmail.com

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
Thanks but the suggested solution does not work. Now when I point my browser to http://www.jeanbaptistemartin.com I land on the tomcat manager app... Any one has any other idea? In the meantime I am going to have a look at the virtual hosts documentation as suggested by Hassan. Julien. 2009/2/15

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
I read the documentation and tried the following configuration: Engine name=Catalina defaultHost=jeanbaptistemartin.com !--For clustering, please take a look at documentation at: /docs/cluster-howto.html (simple how to) /docs/config/cluster.html (reference

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Hassan Schroeder
On Sun, Feb 15, 2009 at 9:09 AM, Julien Martin bal...@gmail.com wrote: I now get a 404 tomcat error. 1) don't post config files full of commented-out example stuff. We've all seen it, it isn't relevant, and it makes it hard to read the parts that /are/ relevant. 2) are you sure your

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: I now get a 404 tomcat error. Any one could please help? We're trying. But you are not making it easy, by making several changes at once and then not telling us about it until it is too late. First, you have already modified the standard Tomcat configuration, by

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread Julien Martin
THANKS A LOT ANDRÉ!! After reading your detailed reply, I followed your suggestion: ROOT.war and removed all unnecessary stuff from server.xml. It now works!! All the best, Julien. 2009/2/15 André Warnier a...@ice-sa.com Julien Martin wrote: I now get a 404 tomcat error. Any one could

Re: Please help with setting up a tomcat configuration in production...

2009-02-15 Thread André Warnier
Julien Martin wrote: THANKS A LOT ANDRÉ!! After reading your detailed reply, I followed your suggestion: ROOT.war and removed all unnecessary stuff from server.xml. It now works!! All the best, Julien. We live to serve. À votre service ! (J'en suis tout content moi-même. Cela prouve qu'on

Re: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-21 Thread Bill Barker
Christopher Schultz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chandra, Chandra Madhumanchi (cmadhuma) wrote: Do we have any solution ssl 2 way configuration on tamcat webserver through .Net Client If you're just trying to

RE: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-20 Thread Chandra Madhumanchi (cmadhuma)
Do we have any solution ssl 2 way configuration on tamcat webserver through .Net Client -Original Message- From: Chandra Madhumanchi (cmadhuma) Sent: Wednesday, November 19, 2008 11:16 AM To: users@tomcat.apache.org Subject: please help me how to configure SSL 2 way on tamcat webser by

  1   2   >