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: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-20 Thread logo
Amn, Am 2023-01-20 02:45, schrieb Niranjan Rao: Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-19 Thread Niranjan Rao
Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send us in right direction. Regards, Niranjan On

Please help me install Tomcat

2023-01-19 Thread Amn Ojee Uw
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// // //# Extract the binary file

RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-18 Thread Alfred Bakia
derwerp: RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help. Hi Chris, Thanks for your reply. Thanks also for your warning against interfering with the setting allowedRequestAttributesPattern ('Setting the value to ".*"

RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-17 Thread Alfred Bakia
orspronkelijk bericht- Van: Christopher Schultz Verzonden: 16 June 2020 19:55 Aan: Tomcat Users List Onderwerp: Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alfred, On 6/1

Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alfred, On 6/15/20 09:45, Alfred Bakia wrote: > Thanks, Chris. To respond to your remarks: > > 1) The warnings, "AJP13 protocol: Reuse is set to false", are > being logged by Tomcat (in the Tomcat AJP connector logs). Weird. I can't find that

RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-15 Thread Alfred Bakia
RequestAttributesPattern=".*" to the AJP connector in server.xml. Is this a viable solution? Alfred -Oorspronkelijk bericht- Van: Christopher Schultz Verzonden: 12 June 2020 19:49 Aan: Tomcat Users List Onderwerp: Re: Warning "AJP13 protocol: Reuse is set to false"

Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-12 Thread Konstantin Kolinko
чт, 11 июн. 2020 г. в 18:57, Alfred Bakia : > > Description of issue: > ColdFusion 2018 is an application server that uses Tomcat 9.0.21. Our > ColdFusion installation consists of instances. The instances are independent > application servers, each with its own Tomcat installation and Java

Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-12 Thread Christopher Schultz
13 protocol: Reuse is set to false" > written logs every second of every day. Please help. > > Perhaps also compare your logging sensitivity between the servers. > > > Dream * Excel * Explore * Inspire Jon McAlexander Asst Vice > President > > Middleware Product Engi

RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-12 Thread Alfred Bakia
REST - Tomcat - IIS can trigger the warning. Regards, Alfred -Oorspronkelijk bericht- Van: jonmcalexan...@wellsfargo.com.INVALID Verzonden: 11 June 2020 23:57 Aan: users@tomcat.apache.org Onderwerp: RE: Warning "AJP13 protocol: Reuse is set to false" written logs every se

RE: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-11 Thread jonmcalexander
@tomcat.apache.org Subject: Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alfred, On 6/11/20 11:57, Alfred Bakia wrote: > Hi Everyone, > > This is my very first mail to the users

Re: Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alfred, On 6/11/20 11:57, Alfred Bakia wrote: > Hi Everyone, > > This is my very first mail to the users list since joining > yesterday. Not an auspicious start. But I hope I will be able to > contribute in future. I seek your help for a persistent

Warning "AJP13 protocol: Reuse is set to false" written logs every second of every day. Please help.

2020-06-11 Thread Alfred Bakia
Hi Everyone, This is my very first mail to the users list since joining yesterday. Not an auspicious start. But I hope I will be able to contribute in future. I seek your help for a persistent issue in one of our ColdFusion instances. Description of issue: ColdFusion 2018 is an application

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
>> Christopher Schultz 8/2/2018 >>>> 12:03 PM >>> > Venkataraman, > > On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote: >> Please help me in enabling SSL certificate in Tomcat Apache >> servers. >

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
to you. You might also consider using an EC key+certificate, since the same "strength" key+cert can be processed with less CPU time than an equivalent RSA key.) - -chris >>>> Christopher Schultz 8/2/2018 >>>> 12:03 PM >>> > Venkataraman, > > O

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
enkataraman, 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 SIGNATURE- Comment: GPGTools - http://gpgt

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
_ 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 me in enabling SSL certificate in Tomcat Apache > servers. > > Thanks > > &

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 -BEG

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<https://aka.ms/ghei36> 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, Pleas

Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Hi, Please help me in enabling SSL certificate in Tomcat Apache servers. Thanks Venkataraman Srinivasan Database Administrator Greater Cleveland RTA Desk phone 1-216-356-3028 venkataraman.sriniva...@grcta.org

Re: Getting the Manager app running on localhost.. Please help

2018-07-13 Thread Désilets , Alain
Thx everyone for the great replies. I decided to take Konstantin Kolinko's advice and start a new installation from scratch using tomcat-8.5.32. I have had some success, but still can't deploy WARS. Here is what I did: == Step 1: Installing Tomcat per se == I used the instructions on this

RE: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Caldarale, Charles R
> From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] > Subject: Re: Getting the Manager app running on localhost.. Please help > FYI, I'm on MacOS (Sierra 10.12.6). I just now > 1) installed apache-tomcat-8.5.32 > 2) added these two lines to tomcat-users.xml &g

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Hassan Schroeder
On Thu, Jul 12, 2018 at 7:58 AM, Désilets, Alain wrote: > I have been trying to get my local Tomcat installation to allow me to deploy > apps from the local machine and nothing I do seems to help. FYI, I'm on MacOS (Sierra 10.12.6). I just now 1) installed apache-tomcat-8.5.32 2) added these

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Chuan Ong
To use host-manager you need admin-gui as the role. > On Jul 12, 2018, at 11:08 AM, Désilets, Alain > wrote: > > Thx for the reply. > >> have you enabled all user roles with passwords? in >> CATALINA_HOME/conf/tomcat-users.xml file? >> Also, don't forget to change >> the passwords noted

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Konstantin Kolinko
2018-07-12 18:24 GMT+03:00 Désilets, Alain : >> Where 132.246.129.58 is my IP address. Note that I tried also with >> “132.0.0.0” and with “^.*$” to no avail. > > I should be more precise… > > When I try with “^.*$”, I get same behavior as when I didn’t have a > manager.xml file, ie: > > *

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Désilets , Alain
Thx for the reply. > have you enabled all user roles with passwords? in > CATALINA_HOME/conf/tomcat-users.xml file? > Also, don't forget to change > the passwords noted as "" with something "interesting". Yes. As I mentioned in the first email of this thread, I have a file

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread M. Manna
have you enabled all user roles with passwords? in CATALINA_HOME/conf/tomcat-users.xml file? Also, don't forget to change the passwords noted as "" with something "interesting". By default, it can only run on localhost, and it's configured to listen to 127.0.0.1 via the valve. If you uncomment

Re: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Désilets , Alain
> Where 132.246.129.58 is my IP address. Note that I tried also with > “132.0.0.0” and with “^.*$” to no avail. I should be more precise… When I try with “^.*$”, I get same behavior as when I didn’t have a manager.xml file, ie: * Server Status: works * Manager: opens page but

Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Désilets , Alain
I have been trying to get my local Tomcat installation to allow me to deploy apps from the local machine and nothing I do seems to help. At the moment, I have a file [CATALINA_HOME]/conf/tomcat-users.xml with the following content: When I go to http://localhost:8080/ and click

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

Please help : EOL TOMCAT 7 and 8.5

2018-04-12 Thread BENGUIRA, Dan (Allianz en France)
Hello, 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 ? I have access to the end of life of TOMCAT 6 via this link:

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" <gdevele...@omilia.com> To: <users@tomcat.apache.org> Subject: Please hel

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" <gdevele...@omilia.com> To: <users@tomcat.apache.org> Subject: Please help with Tomcat Garbage Collection Date: Tue, Nov 15, 2016 10:46 AM Hello guys, We are having problems

Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
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) and Tomcat 7.0.64. Xmx is 5G, Xms is 2G, and GC options are -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode

TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-17 Thread vicky
Hi All, can someone please help in understand  that how TCP connections are interlinked with the no. ofFile Descriptors & no of threads configured over a machine . Setup details :OD - Centos 6Tomcat7Java 7 Recently i have faced an problem in while my application was having +20k TCP connect

Re: TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-17 Thread Rainer Jung
Am 17.10.2015 um 08:27 schrieb vicky: Hi All, can someone please help in understand that how TCP connections are interlinked with the no. ofFile Descriptors & no of threads configured over a machine . Setup details :OD - Centos 6Tomcat7Java 7 Recently i have faced an problem in whil

Re: TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-17 Thread vicky
Thank you so much Rainer, for sparing time & answering my query. Vicky On Saturday, 17 October 2015 5:17 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: Am 17.10.2015 um 08:27 schrieb vicky: > Hi All, > can someone please help in understand  that how

Re: Tomcat 7, no_cypher_overlap error, no solutions working, please help.

2015-09-30 Thread Mark Thomas
On 30 September 2015 16:13:38 BST, Kernel freak wrote: >Hi guys, > >I am trying to setup https on tomcat, but not having much luck since 5 >hours. I am always getting no_cypher_overlap errror. >The certificate is not self-signed, but issued. The crt file I am >importing

Tomcat 7, no_cypher_overlap error, no solutions working, please help.

2015-09-30 Thread Kernel freak
Hi guys, I am trying to setup https on tomcat, but not having much luck since 5 hours. I am always getting no_cypher_overlap errror. The certificate is not self-signed, but issued. The crt file I am importing for both root and tomcat alias. These are the files I have domainname.ca-bundle, .crt,

Re: Tomcat 7, no_cypher_overlap error, no solutions working, please help.

2015-09-30 Thread David kerber
On 9/30/2015 11:13 AM, Kernel freak wrote: Hi guys, I am trying to setup https on tomcat, but not having much luck since 5 hours. I am always getting no_cypher_overlap errror. This error means that your server and the client browser don't have any cypers in common (there are none that they

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
) at java.lang.reflect.Method.invoke(Method.java:597) I missed that point of the error as well! Could you please give your input On Thu, Jul 16, 2015 at 8:25 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: uzair rashid [mailto:uzairrashi...@gmail.com] Subject: Please help Please

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

Please help

2015-07-16 Thread uzair rashid
Hello: I am using Apache Tomcat 7.0.57.. I have configured my server.xml as follows: ?xml version=1.0 encoding=UTF-8?!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional

Re: How to get rid of that Tomcat page? Please help!

2014-11-24 Thread Neven Cvetkovic
Richard, On Sun, Nov 23, 2014 at 8:22 PM, Richard Aubry aubry...@gmail.com wrote: Neven Thank you very much. Your help was invaluable. You are welcome :) I looked at /etc/hosts and found and entry for the site I was trying to reach. I removed that entry and all is fine now. How, when

Re: How to get rid of that Tomcat page? Please help!

2014-11-23 Thread Neven Cvetkovic
Richard, My apologies, I misread your email. You did try your website from different browsers and different computers, an it works ok. My initial response did not assume that. Firstly, Tomcat is a server product that hosts applications. The page you are seeing is the default Tomcat page. Here

Re: How to get rid of that Tomcat page? Please help!

2014-11-23 Thread Richard Aubry
Neven Thank you very much. Your help was invaluable. I looked at /etc/hosts and found and entry for the site I was trying to reach. I removed that entry and all is fine now. How, when and why that line was added to the hosts file is a mystery for me. Thank you again. Richard Aubry Le

How to get rid of that Tomcat page? Please help!

2014-11-22 Thread Richard Aubry
A few days ago, when I tried to access a web site that I frequently access, I obtained an Apache Tomcat page that said: If you're seeing this page via a web browser, it means you've set up Tomcat successfully. Congratulations! But I have never set up Tomcat, I don't know what is Tomcat and I

Re: How to get rid of that Tomcat page? Please help!

2014-11-22 Thread Neven Cvetkovic
Richard, On Nov 23, 2014 6:04 AM, Richard Aubry aubry...@gmail.com wrote: A few days ago, when I tried to access a web site that I frequently access, I obtained an Apache Tomcat page that said: If you're seeing this page via a web browser, it means you've set up Tomcat successfully.

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: Class loaders line confusion, please help

2013-01-20 Thread Caldarale, Charles R
From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject: Class loaders line confusion, please help What is the diff between common.loader or shared.loader What should be put on which line. What is the right approach ? Don't change either; the shared loader is a left-over from

Re: Class loaders line confusion, please help

2013-01-20 Thread Mark Eggers
On 1/20/2013 7:34 AM, Caldarale, Charles R wrote: From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject: Class loaders line confusion, please help What is the diff between common.loader or shared.loader What should be put on which line. What is the right approach ? Don't

Re: SSl Query-- please help

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote: Andre Christopher thanks a lot for your time help. One last query related to mod _jk mod_proxy_balancer modules:- among these two which one is preferred i mean which is more

Re: SSl Query-- please help

2012-10-24 Thread vicky007aggarwal
Thats really an extensive explanation Thanks for writing this christopher Thanks, Vicky On Oct 24, 2012, at 7:04 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote:

Re: SSl Query-- please help

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 10/24/12 11:37 AM, vicky007aggar...@yahoo.co.in wrote: Thats really an extensive explanation Thanks for writing this christopher I've updated the Wiki as well: http://wiki.apache.org/tomcat/FAQ/Connectors#Q2 - -chris -BEGIN PGP

Re: SSl Query-- please help

2012-10-23 Thread vicky007aggarwal
Andre Christopher thanks a lot for your time help. One last query related to mod _jk mod_proxy_balancer modules:- among these two which one is preferred i mean which is more stable has good performance.? Any idea It will be great if you can share document link which talks about there pros

Re: SSl Query-- please help

2012-10-22 Thread André Warnier
vicky007aggar...@yahoo.co.in wrote: All/Andre, You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in Tomcat). But you should then also accept the overhead. Queries : 1. Based on above comment does that mean i can use mod_proxy module in order to have

Re: SSl Query-- please help

2012-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/22/12 2:34 AM, André Warnier wrote: vicky007aggar...@yahoo.co.in wrote: All/Andre, You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in Tomcat). But you should then also accept the

Re: SSl Query-- please help

2012-10-21 Thread vicky007aggarwal
Thanks André for such a elaborate reply. Just want to check another thing, is it possible to setup SSL at tomcat level using mod_proxy module.. But i think it does not work in load balancing case. Does my understanding is correct?? Thanks for your support, Vicky On Oct 20, 2012, at 7:21 PM,

Re: SSl Query-- please help

2012-10-21 Thread Aladin Dajani
Hello, Terminating SSL at the Apache level assumes all tomcat servers behind Apache are on a secure, externally inaccessible, network. But In cloud-based, hosted systems, there is no guarantee someone isn't listening. Does this make a case for securing Apache-tomcat communication? On Oct 21,

Re: SSl Query-- please help

2012-10-21 Thread André Warnier
Aladin Dajani wrote: Hello, Terminating SSL at the Apache level assumes all tomcat servers behind Apache are on a secure, externally inaccessible, network. My response assumed that, and assumed that the OP wanted to continue using mod_jk for whatever reason. But In cloud-based, hosted

Re: SSl Query-- please help

2012-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vivek, On 10/20/12 2:22 AM, vivek aggarwal wrote: I need to setup the SSL over my tomcat ,which i am able to do it by generating Self signed certificate using Keytool Good. But when i am redirecting the request form apache using mod_jk module

Re: SSl Query-- please help

2012-10-21 Thread vicky007aggarwal
All/Andre, You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in Tomcat). But you should then also accept the overhead. Queries : 1. Based on above comment does that mean i can use mod_proxy module in order to have ssl communication between apache

SSl Query-- please help

2012-10-20 Thread vivek aggarwal
Hello All,   I need to setup the SSL over my tomcat ,which i am able to do it by generating Self signed certificate using Keytool   But when  i am redirecting the request form apache using mod_jk module its not working.   I am not sure how to make Apache Tomcat work in SSL when using Mod_jk

Re: SSl Query-- please help

2012-10-20 Thread André Warnier
vivek aggarwal wrote: Hello All, I need to setup the SSL over my tomcat ,which i am able to do it by generating Self signed certificate using Keytool But when i am redirecting the request form apache using mod_jk module its not working. I am not sure how to make Apache Tomcat work in SSL

Re: Non page pool issue will not go away, please help.

2012-04-10 Thread Doron Tsur
Switching to Blocking IO from Non Blocking IO seems to have solved the issue. I don't know why, does anybody have ideas? On Sat, Mar 10, 2012 at 2:57 AM, Doron Tsur qbal...@gmail.com wrote: This customer has two cluster nodes. This helps the server to be more available. They are identical in

Re: Non page pool issue will not go away, please help.

2012-04-10 Thread Pid
On 10/04/2012 13:11, Doron Tsur wrote: Switching to Blocking IO from Non Blocking IO seems to have solved the issue. I don't know why, does anybody have ideas? Try the latest version of Tomcat. There were patches to the Connector code in versions subsequent to 7.0.23. p -- [key:62590808]

  1   2   3   4   5   >