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
, that it is in this early stage not nescessary to run tomcat as a service. Makes it far more complicated to get it running. Run as a dedicated tomcat user is recommended, so run it with sudo -u tomcat /opt/tomcat/bin/startup.sh Please consider separating CATALINA_HOME (installation) from C

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 1/1

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 wi

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

2020-06-18 Thread Alfred Bakia
omcat Users List Onderwerp: 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 th

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

2020-06-17 Thread Alfred Bakia
d -Oorspronkelijk 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 Alfre

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

2020-06-16 Thread Christopher Schultz
ot; REST API is requiring some information to be passed from the web server to Tomcat and you are seeing errors on the Tomcat side, then you may have to fiddle with the allowedRequestAttributesPattern. Setting the value to ".*" is a violation of sane security policy. But I see no e

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

2020-06-15 Thread Alfred Bakia
edRequestAttributesPattern=".*" 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 Virtua

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

2020-06-12 Thread Christopher Schultz
t;AJP13 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

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
or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -Original Message- From: Christopher Schultz Sent: Thursday, June 11, 2020 12:55 PM To: 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 serv

Re: Fwd: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-19 Thread Brian Burch
On 18/3/20 5:54 pm, Luis Rodríguez Fernández wrote: Grande Brian, congrats! Sorry, I've just read your message, a bit late to the party: time ago I had cooked a tomcat9 container + log4j2 with a sample spring-boot app deployed. You can have a look here [1] Thanks very much, Luis. Although just

Re: Fwd: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-18 Thread Luis Rodríguez Fernández
Grande Brian, congrats! Sorry, I've just read your message, a bit late to the party: time ago I had cooked a tomcat9 container + log4j2 with a sample spring-boot app deployed. You can have a look here [1] Cheers, Luis [1] https://db-blog.web.cern.ch/blog/luis-rodriguez-fernandez/2019-03-keeping

Re: Fwd: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-18 Thread Brian Burch
On 18/3/20 5:18 pm, Brian Burch wrote: Could resist tinkering a bit more, but I'll be in trouble because I'm late for dinner!! Success! I have just created the catalina.log file formatted according to my own log4j2.xml. Yes, it was my stupid mistake, but I'll write tomorrow about what it

Re: Fwd: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-18 Thread Brian Burch
On 18/3/20 2:57 pm, Brian Burch wrote: I have done quite a lot of experiments, but I will stick to the case which appears to have produced the most encouraging(!) results. I stumbled across https://logging.apache.org/log4j/2.x/log4j-appserver/index.html. This short page has significant o

Fwd: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-17 Thread Brian Burch
Thanks very much for your speedy and helpful reply, Mark. Stupidly, I had forgotten to re-subscribe to the mailing list, so I found your reply in the archive and cannot reply to it in-line! not really! I stumbled across https://logging.apache.org/log4j/2.x/log4j-appserver/index.html. This

Re: Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-17 Thread Mark Thomas
On 17/03/2020 06:05, Brian Burch wrote: > I have a very frozen and stable tomcat 7.0.68 system with a lot of apps. > It was build from source and uses the extras tomcat-juli.jar with > log4j-1.2.17.jar. > > Both tomcat and my webapps log successfully via log4j (except, of > course, the access log

Advice please for Tomcat 8.5.53-dev with log4j2

2020-03-16 Thread Brian Burch
I have a very frozen and stable tomcat 7.0.68 system with a lot of apps. It was build from source and uses the extras tomcat-juli.jar with log4j-1.2.17.jar. Both tomcat and my webapps log successfully via log4j (except, of course, the access log valve). The time has come to bring the whole s

please care and vote for Chinese people under cruel autocracy of CCP, great thanks!

2019-08-28 Thread ant_fighter
ganization. PLEASE SIGNUP and VOTE for us: https://petitions.whitehouse.gov/petition/call-official-recognition-chinese-communist-party-terrorist-organization Thanks again for all! nameless, an ant fighter 2019.8.29

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 al

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" /> > > > > > p

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 as

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 /opt/tomca

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 /home/apexadmin/.

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 that

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

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
riod is up 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, &g

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

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 page

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 tw

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 as

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: > > * Se

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 [CATALINA_HOME]/con

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 th

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 deploying

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: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue .Please mask if

2018-05-17 Thread Kiran Badi
> >From: Kiran Badi [mailto:ki...@poonam.org] > >Sent: Wednesday, May 16, 2018 7:13 PM > >To: Tomcat Users List > >Subject: Re: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory > issue .Please mask if > > > >Yes tomcat is not starting up. I am

RE: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue .Please mask if

2018-05-17 Thread Jäkel , Guido
ngs Guido >-Original Message- >From: Kiran Badi [mailto:ki...@poonam.org] >Sent: Wednesday, May 16, 2018 7:13 PM >To: Tomcat Users List >Subject: Re: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue >.Please mask if > >Yes tomcat is not starting up. I am als

Re: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue .Please mask if

2018-05-16 Thread Shawn Heisey
On 5/16/2018 11:13 AM, Kiran Badi wrote: > Yes tomcat is not starting up. I am also suspecting that EC2 instance was > > probably compromised. Not sure as how but I see some rogue programs were > running under tomcat user. I use putty with private keys to login and those > keys are not in public v

Re: Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue .Please mask if

2018-05-16 Thread Kiran Badi
look at all the files I have attached in the drive. Please let me know if more information is needed. On Wed, May 16, 2018 at 11:09 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > O

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 ?

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 /5g,

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 I'll

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
orge 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 hav

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
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 screenshots of the GCViewer app as it processed the complete *gc.log* file (abou

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

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 HW.

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 wrote: > > > > George, > >

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) an

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 ti

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 real time (!!!). > > We are

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 Date: Tue, Nov 15, 2016 10:46

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 very long "full GC" times, as

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

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 wrote: Am 17.10.2015 um 08:27 schrieb vicky: > Hi All, > can someone please help in understand  that how TCP connections are > interlinked with t

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

TCP connection vs Tomcat threads vs File Descriptors - please help

2015-10-16 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: 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 >for both root and tomcat a

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 ca

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: 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 differe

Re: Please help

2015-07-17 Thread uzair rashid
tingMethodAccessorImpl.java:25) 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:uz

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 configur

Please help

2015-07-16 Thread uzair rashid
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1109) Can you please guide me in the right direction Regards Uzair Rashid

Re: [OT] jar files - where - please explain

2015-06-04 Thread Mark Thomas
On 04/06/2015 17:31, Christopher Schultz wrote: >>> We probably have a lot of places where we "resolve" filenames but >>> I'm guessing we don't have a single utility method to do the >>> work; > >> Wrong :) > >>> probably just new File(new File(file).getCanonicalPath()) or >>> something like t

RE: [OT] jar files - where - please explain

2015-06-04 Thread Caldarale, Charles R
> From: Ray Holme [mailto:rayho...@yahoo.com.INVALID] > Subject: Re: [OT] jar files - where - please explain > I may be off base here, but IMHO Windoze does not support symbolic links Yes, you're off base. Windows symlinks have been available since Vista. GIYF. For

Re: [OT] jar files - where - please explain

2015-06-04 Thread Ray Holme
>> For instance, most UNIX filesystems have symlinks and >> case-sensitive filesystems, and these checks would not be >> necessary. Plus, users in those environments are quite used to >> using symlinks in place of real files. >> Using Unix and Linux for a LONG time, love symlinks as they work acr

Re: jar files - where - please explain

2015-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 6/4/15 8:01 AM, Ray Holme wrote: >> Inside the WAR or having the WAR as a symlnk? > > OK, I did a test and YES inside a WAR file > ${CATALINA_HOME}/webapps/Application/WEB-INF/lib/*.jarfiles ARE > expanded if they are symbolic links to rea

Re: [OT] jar files - where - please explain

2015-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/4/15 3:15 AM, Mark Thomas wrote: > On 03/06/2015 21:57, Christopher Schultz wrote: >> Mark, >> >> On 6/3/15 3:53 PM, Mark Thomas wrote: >>> On 03/06/2015 20:48, Christopher Schultz wrote: >> >>> >> I don't understand the underlyi

Re: [OT] jar files - where - please explain

2015-06-04 Thread Ray Holme
>Inside the WAR or having the WAR as a symlnk? OK, I did a test and YES inside a WAR file  ${CATALINA_HOME}/webapps/Application/WEB-INF/lib/*.jarfiles ARE expanded if they are symbolic links to real files. (My bad for not testing before).Now I am really in trouble. I have an application which ha

Re: [OT] jar files - where - please explain

2015-06-04 Thread Mark Thomas
On 03/06/2015 21:57, Christopher Schultz wrote: > Mark, > > On 6/3/15 3:53 PM, Mark Thomas wrote: >> On 03/06/2015 20:48, Christopher Schultz wrote: > >> > >>> I don't understand the underlying reasons why Tomcat treats >>> symlinks specially... > >> > >> It is to do with case sensitivity on

Re: [OT] jar files - where - please explain

2015-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/3/15 3:53 PM, Mark Thomas wrote: > On 03/06/2015 20:48, Christopher Schultz wrote: > > > >> I don't understand the underlying reasons why Tomcat treats >> symlinks specially... > > > > It is to do with case sensitivity on non case s

Re: jar files - where - please explain

2015-06-03 Thread Mark Thomas
On 03/06/2015 20:48, Christopher Schultz wrote: > I don't > understand the underlying reasons why Tomcat treats symlinks > specially... It is to do with case sensitivity on non case sensitive file systems. The check we have to add on Windows to stop things like JSP source disclosure by reques

Re: jar files - where - please explain

2015-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 6/3/15 9:44 AM, Ray Holme wrote: >> I'm curious as to why you are using hard links instead of >> symlinks. If you copy a new file over a hard link, you un-couple >> it from the rest of the series of hard links. If you do the same >> with sym

Re: jar files - where - please explain

2015-06-03 Thread Ray Holme
>Really? Tomcat 6.0 replaced the server/lib/, shared/lib/, and common/lib/ directories in favor of a single, unified lib/ directory. That doesn't strike you as an important change? Again, you are right. Single is much better, but I still only needed one link for the SQL jar and moving that to lib

Re: jar files - where - please explain

2015-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 6/2/15 6:42 PM, Ray Holme wrote: > I have not seen changes to the lib structures for any of the tomcat > releases I have used and that spans back 5 years or more (well OK, > at one point symbolic links worked, now they don't unless I change

Re: jar files - where - please explain

2015-06-02 Thread Ray Holme
Humble apologies, I have not seen changes to the lib structures for any of the tomcat releases I have used and that spans back 5 years or more     (well OK, at one point symbolic links worked, now they don't unless I change the xml file). Thanks for the answer. I would have moved the jaybird thi

Re: jar files - where - please explain

2015-06-02 Thread Mark Thomas
On 02/06/2015 14:52, David kerber wrote: > On 6/2/2015 9:11 AM, Ray Holme wrote: >> Currently using apache-tomcat-7.0.35. Not sure that matters as no >> behavior has changed in prior releases. That kind of response when asked for further information - especially when the information is as basic as

Re: jar files - where - please explain

2015-06-02 Thread David kerber
On 6/2/2015 9:11 AM, Ray Holme wrote: Currently using apache-tomcat-7.0.35. Not sure that matters as no behavior has changed in prior releases. It does matter, because the directory layouts have changed in the various major versions. On Tuesday, June 2, 2015 8:56 AM, Mark Thomas

Re: jar files - where - please explain

2015-06-02 Thread Ray Holme
Currently using apache-tomcat-7.0.35. Not sure that matters as no behavior has changed in prior releases. On Tuesday, June 2, 2015 8:56 AM, Mark Thomas wrote: On 02/06/2015 12:42, Ray Holme wrote: > I have been using tomcat for a while and have several applications. Some jar > fil

Re: jar files - where - please explain

2015-06-02 Thread Mark Thomas
On 02/06/2015 12:42, Ray Holme wrote: > I have been using tomcat for a while and have several applications. Some jar > files are specific to an application and make sense to be in > .../webapps/APPLICATION/WEB-INF/lib and some are used in multiple > applications so they need to appear in each ap

jar files - where - please explain

2015-06-02 Thread Ray Holme
I have been using tomcat for a while and have several applications. Some jar files are specific to an application and make sense to be in .../webapps/APPLICATION/WEB-INF/lib and some are used in multiple applications so they need to appear in each applications lib. One shared jar file is my own

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 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 and why that >

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 2014-1

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 ar

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" 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. Congratulations!" > You

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 j

  1   2   3   4   5   6   7   8   >