RE: Moving a web application from tomcat6 to tomcat9

2017-12-18 Thread Onur Küçükturan
a web application from tomcat6 to tomcat9 2017-12-16 1:05 GMT+03:00 Onur Küçükturan : > > Hi Christopher, > > I shutdown the service and deleted all the logs files and after I > moved all the folders under WebApps ( dart, dart.war, docs, > manager,host-manager, examples) and log

Re: Moving a web application from tomcat6 to tomcat9

2017-12-18 Thread Konstantin Kolinko
2017-12-16 1:05 GMT+03:00 Onur Küçükturan : > > Hi Christopher, > > I shutdown the service and deleted all the logs files and after I moved all > the folders under WebApps ( dart, dart.war, docs, manager,host-manager, > examples) and logs are attached after the tomcat9 starts > (nothing_under_we

Re: Moving a web application from tomcat6 to tomcat9

2017-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Onur, On 12/15/17 12:13 PM, Onur Küçükturan wrote: > I didn't copy server.xml from old server it is a fresh start from > tomcat9. Good. > Here is the catalina.out details after the tomcat restart; > > 15-Dec-2017 20:07:13.891 SEVERE [main] > org

RE: Moving a web application from tomcat6 to tomcat9

2017-12-15 Thread Onur Küçükturan
sage- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, December 15, 2017 7:34 PM To: users@tomcat.apache.org Subject: Re: Moving a web application from tomcat6 to tomcat9 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Onur, On 12/15/17 8:31 AM, Onur Küçükturan wrot

Re: Moving a web application from tomcat6 to tomcat9

2017-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Onur, On 12/15/17 8:31 AM, Onur Küçükturan wrote: > I want to move a web site from a new server but getting some errors > and site is not working, here is the details; > > Old Server details: Debian,Tomcat6, Java 1.6 > >

Moving a web application from tomcat6 to tomcat9

2017-12-15 Thread Onur Küçükturan
Dear All, I want to move a web site from a new server but getting some errors and site is not working, here is the details; Old Server details: Debian,Tomcat6, Java 1.6 New Server details: Centos7, Tomcat9,Java 1.8.151 User and group is created in Centos and gave access to site directory and

Re: Tomcat6 enabling SSL for JDBC during startup

2016-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kumar, On 11/16/16 5:01 PM, Mohan Kumar wrote: > I'm using Tomcat 6.0.29 version with Java 1.6.0_45 on Windows > server 2008 and started noticing SSL related information in > Catalina logs recently. Upgrade upgrade upgrade! All 3 of those component

Re: Tomcat6 enabling SSL for JDBC during startup

2016-11-17 Thread Mohan Kumar
On Thu, Nov 17, 2016 at 7:13 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > king for help in correcting the problems that have caused the > messages in the first place? > Chris - Both. I would like to know why they started appearing in the catalina logs and how to correct the p

Re: Tomcat6 enabling SSL for JDBC during startup

2016-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mohan, On 11/16/16 5:01 PM, Mohan Kumar wrote: > I'm using Tomcat 6.0.29 version with Java 1.6.0_45 on Windows > server 2008 and started noticing SSL related information in > Catalina logs recently. >> From the logs it looks like SSL is getting enab

Tomcat6 enabling SSL for JDBC during startup

2016-11-16 Thread Mohan Kumar
I'm using Tomcat 6.0.29 version with Java 1.6.0_45 on Windows server 2008 and started noticing SSL related information in Catalina logs recently. >From the logs it looks like SSL is getting enabled for JDBC. Any help to understand why the below information shows up in catalina logs would be much ap

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread David kerber
On 3/23/2016 9:19 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/23/16 8:02 AM, David kerber wrote: On 3/23/2016 3:36 AM, Mahudeswaran A wrote: Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/23/16 8:02 AM, David kerber wrote: > On 3/23/2016 3:36 AM, Mahudeswaran A wrote: >> Hello All, Is there any recommended maximum setting for tomcat-6 >> 32bit version running on windows 64bit OS > > No, there is not. It all depends on you

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread David kerber
On 3/23/2016 3:36 AM, Mahudeswaran A wrote: Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS No, there is not. It all depends on your app's requirements. I have applications for which 64MB is plenty, and others which need 1024MB. I

tomcat6 -minheap,maxheap size

2016-03-23 Thread Mahudeswaran A
Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS We would like to change the default setting and looking for max size/count for 32bit tomcat-6 running on 64bit windows OS. Min heap size=? Max heap size=? Max Thread count=? Thanks and rega

Re: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josh, On 7/16/15 8:58 AM, Baird, Josh wrote: > Yes, I suspect this is due to RHEL's re-package. > > $CATALINA_HOME = /usr/share/tomcat6 $CATALINA_BASE = > /srv/tomcat/myapp > > $CATALINA_HOME/conf/catalina.properties does e

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Baird, Josh
Chris, Yes, I suspect this is due to RHEL's re-package. $CATALINA_HOME = /usr/share/tomcat6 $CATALINA_BASE = /srv/tomcat/myapp $CATALINA_HOME/conf/catalina.properties does exist and contains the proper common.loader line. However, unless I manually copy $CATALINA_HOME

Re: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josh, On 7/16/15 8:13 AM, Baird, Josh wrote: > Do you know if this is expected behavior for Tomcat6? No, it's not. But RHEL re-packages Tomcat and does weird things to it. > Should I have to specify 'common.loader' in a separ

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Baird, Josh
Konstantin, Do you know if this is expected behavior for Tomcat6? Should I have to specify 'common.loader' in a separate $CATALINA_BASE/conf/catalina.properties file? Thanks, Josh > -Original Message- > From: Baird, Josh [mailto:jba...@follett.com] > Sent: Wednesd

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
Hi, Thanks for the tip! It turns out that the 'stock' catalina.properties (in /etc/tomcat6/catalina.properties) was not getting invoked for the CATALINA_BASE instance. I copied /etc/tomcat6/catalina.properties to $CATALINA_BASE/conf/catalina.properties, and now common.loader is

Re: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Konstantin Kolinko
2015-07-15 20:44 GMT+03:00 Baird, Josh : > Hi, > > I am running RHEL6's distribution of Tomcat (tomcat6-6.0.24-80.el6.x86_64). > I'm trying to provision multiple Tomcat instances on the same server. The > 'RUNNING' [1] doc states that JAR libraries should be

CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
Hi, I am running RHEL6's distribution of Tomcat (tomcat6-6.0.24-80.el6.x86_64). I'm trying to provision multiple Tomcat instances on the same server. The 'RUNNING' [1] doc states that JAR libraries should be loaded from both $CATALINA_HOME/lib and $CATALINA_BASE/

Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-06 Thread Maxim Solodovnik
> > On 03/07/2015 12:43, Maxim Solodovnik wrote: > >> Hello, > >> > >> sorry for the newbie question but I was unable to find the answer > >> using search :( I'm trying to migrate custom embedded tomcat > >> loader from Tomcat6 (works as expected

Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-06 Thread Christopher Schultz
custom embedded tomcat >> loader from Tomcat6 (works as expected with Tomcat7 with lots of >> deprecations) to Tomcat8. >> >> Previously it was possible to add multiple Engines to Tomcat >> instance, how this can be achieved in Tomcat8? >> >> source file

Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-03 Thread Mark Thomas
On 03/07/2015 12:43, Maxim Solodovnik wrote: > Hello, > > sorry for the newbie question but I was unable to find the answer using > search :( > I'm trying to migrate custom embedded tomcat loader from Tomcat6 (works as > expected with Tomcat7 with lots of deprecations) to T

Migrating from embedded Tomcat6 to Tomcat8

2015-07-03 Thread Maxim Solodovnik
Hello, sorry for the newbie question but I was unable to find the answer using search :( I'm trying to migrate custom embedded tomcat loader from Tomcat6 (works as expected with Tomcat7 with lots of deprecations) to Tomcat8. Previously it was possible to add multiple Engines to Tomcat ins

Re: failing final step to update ssl certificate for tomcat6

2015-06-12 Thread Christopher Schultz
gt; > It passes all the tests except for the cert authorities final > test. > > I installed and verified the keystore I restarted tomcat6 I believe > the XML file says the keystore is > keystoreFile="/opt/atlassian/confluence/conf/.keystore"/> (see > below) Even

failing final step to update ssl certificate for tomcat6

2015-06-12 Thread Dan Hyatt
this is the only server.xml for the app The best answer from the cert authority is that there is another keystore but the xml file points to where my keystore is. It passes all the tests except for the cert authorities final test. I installed and verified the keystore I restarted tomcat6 I

Re: Problem specifying cipher suites in tomcat6

2015-06-01 Thread Konstantin Kolinko
ploy your own web application on it; just configure it >> for SSL and hit the default web application (the Tomcat >> documentation), or the examples, or whatever. >> > > Apparently, I need to correct myself a bit. Tomcat6 is installed via the > RHEL repositories, the lat

Re: Problem specifying cipher suites in tomcat6

2015-06-01 Thread Ramon Pfeiffer
, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some light on what I did wrong? Using a ve

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
more the better. George -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, May 29, 2015 3:32 PM To: Tomcat Users List Subject: Re: Problem specifying cipher suites in tomcat6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
R: >>>>> From: Ramon Pfeiffer >>>>> [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem >>>>> specifying cipher suites in tomcat6 >>>> >>>>> I'm currently trying to specify a list of cipher suites to >>>>>

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
On 29.05.2015 21:12, Christopher Schultz wrote: > Ramon, > > On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: >> Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: >>>> From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] >>>> Subject: Problem specifyin

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
gelog." Not intending to be antagonistic - just trying to give fair warning to OP. -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, May 29, 2015 12:12 PM > To: Tomcat Users List > Subject: Re: Problem specifying cipher suites in tomcat6 >

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
2:12 PM To: Tomcat Users List Subject: Re: Problem specifying cipher suites in tomcat6 Sean Dawson wrote: > I had significant problems trying to uncover a change in tomcat7 that > broke our app when upgrading from 42 to 57, for a couple weeks over > Christmas holidays. > > Turn

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: > Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: >>> From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] >>> Subject: Problem specifying cipher suites i

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread André Warnier
Sean Dawson wrote: I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - you mean, apart from top-posting here ? but it was defin

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - but it was definitely a change in tomcat (51 or so) that resulted in the issue(s).

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Sexton
On 5/29/2015 5:16 AM, David kerber wrote: On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Sadly, it's a system I inherited last year and now have the pleasure to work with. I can't update Tomcat for I don't know what will break. There's a fair chance that you can update to the latest version of

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Jeffrey Janner
> -Original Message- > From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] > Sent: Friday, May 29, 2015 2:33 AM > To: users@tomcat.apache.org > Subject: Re: Problem specifying cipher suites in tomcat6 > > Am 28.05.2015 um 18:56 schrieb Caldarale, Charle

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread David kerber
On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed

RE: Problem specifying cipher suites in tomcat6

2015-05-28 Thread Caldarale, Charles R
> From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] > Subject: Problem specifying cipher suites in tomcat6 > I'm currently trying to specify a list of cipher suites to be used by my > connector in Tomcat 6.0.24. > Anybody can shed some light on what I did wrong?

Problem specifying cipher suites in tomcat6

2015-05-28 Thread Ramon Pfeiffer
Hi all, I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. However, when testing the connector with ssllabs.com, a bunch of ciphers I didn't specify show up. Here is the connector config: Just for the sake of the argument, I specified only

Re: Issue in setting up SHA2 certificate with tomcat6

2015-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavan, (Note: only a single post is necessary) On 5/15/15 10:28 PM, Pavan Kasarla wrote: > I am trying to configure SHA2 algorithm certificates with tomcat6 > in centos 6. I have created a keystore of format "JKS" using > keyto

Issue in setting up SHA2 certificate with tomcat6

2015-05-15 Thread Pavan Kasarla
Hi, I am trying to configure SHA2 algorithm certificates with tomcat6 in centos 6. I have created a keystore of format "JKS" using keytool and imported the certificate and intermediates to the keystore. When i restart the tomcat, logs do not show any kind of errors it

Issue in setting up SHA2 certificate with tomcat6

2015-05-15 Thread Pavan Kasarla
Hi, I am trying to configure SHA2 algorithm certificates with tomcat6 in centos 6. I have created a keystore of format "JKS" using keytool and imported the certificate and intermediates to the keystore. When i restart the tomcat, logs do not show any kind of errors it starts u

Re: Issue while Configuring SSL in tomcat6

2015-05-05 Thread Daniel Mikusa
On Mon, May 4, 2015 at 8:35 PM, jairaj kamal wrote: First, please stop top posting. Reply inline or at the bottom. It's the convention followed on this list. Hello, when I checked with below command I find my keystore created type as > "JKS" and we are using tool "Keytool". Initially we receiv

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hello, when I checked with below command I find my keystore created type as "JKS" and we are using tool "Keytool". Initially we received 2 certificates "TestRoot.cer" & "Test.cer", when found things not working, we are now trying to import certs of PKCS#12 format (.pfk) via Keytool *#Testing Keys

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jairaj, On 5/4/15 5:35 PM, jairaj kamal wrote: > Attached find the error coming in browser,looks to be issue with > Root certificate. This list strips attachments. Please copy/paste any messages into the text of your post. > Also we tried PKCS#12

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hi, Attached find the error coming in browser,looks to be issue with Root certificate. Also we tried PKCS#12 format certs but getting below Error D:\Program Files (x86)\Java\jdk1.6.0_27\bin>keytool -import -alias nedr2wjob1_no n_prod_p7b -keystore C:\Users\svcr2wadmin\nedr2wqajob1\QA_Job1_report2

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jairaj, On 5/4/15 10:38 AM, jairaj kamal wrote: > Hi, Please find my response inline as below. Also *this is for > Tomcat version 6* > > 1.) Include the tag from `conf/server.xml` so we can > see how you've configured Tomcat - Below is what I adde

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hi, Please find my response inline as below. Also *this is for Tomcat version 6* 1.) Include the tag from `conf/server.xml` so we can see how you've configured Tomcat - Below is what I added 2.) Include the exact version of Tomcat you're using - Tomcat version 6 3.) Are you connecting dire

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Daniel Mikusa
On Sun, May 3, 2015 at 7:48 PM, jairaj kamal wrote: > Hello, > > I created a keystore via Keytool, CSR file and received below root and > intermediate certificates. > > I have got both TestRoot.cer & TestCA.cer certificates imported in keystore > via keytool but still in browser it shows in red a

Issue while Configuring SSL in tomcat6

2015-05-03 Thread jairaj kamal
Hello, I created a keystore via Keytool, CSR file and received below root and intermediate certificates. I have got both TestRoot.cer & TestCA.cer certificates imported in keystore via keytool but still in browser it shows in red and looks issue with certificate is not resolved yet. Do i need to

Re: GC Issue on Tomcat6

2015-04-17 Thread Ameer Mawia
On Fri, Apr 17, 2015 at 10:07 AM, Subhro Paul wrote: > From: Ameer Mawia > To: Tomcat Users List > Date: 04/17/2015 06:29 PM > Subject:Re: GC Issue on Tomcat6 > > > > http://ca.linkedin.com/in/ameermawia > Toronto, ON > Phone:647-262-4380 >

Re: GC Issue on Tomcat6

2015-04-17 Thread Subhro Paul
From: Ameer Mawia To: Tomcat Users List Date: 04/17/2015 06:29 PM Subject:Re: GC Issue on Tomcat6 http://ca.linkedin.com/in/ameermawia Toronto, ON Phone:647-262-4380 On Fri, Apr 17, 2015 at 8:47 AM, David kerber wrote: > On 4/17/2015 8:32 AM, Subhro Paul wrote: >

Re: GC Issue on Tomcat6

2015-04-17 Thread Ameer Mawia
http://ca.linkedin.com/in/ameermawia Toronto, ON Phone:647-262-4380 On Fri, Apr 17, 2015 at 8:47 AM, David kerber wrote: > On 4/17/2015 8:32 AM, Subhro Paul wrote: > >> Hi Team, >> >> For our client website we have two Tomcat servers. Both servers are having >> same configuration which is 16GB R

Re: GC Issue on Tomcat6

2015-04-17 Thread David kerber
On 4/17/2015 8:32 AM, Subhro Paul wrote: Hi Team, For our client website we have two Tomcat servers. Both servers are having same configuration which is 16GB RAM, 8CPUS and Linux 6.5 OS. Tomcat 6 and JAVA 6 are installed in both systems. Yesterday, using Jconsole we observed that frequency of G

GC Issue on Tomcat6

2015-04-17 Thread Subhro Paul
Hi Team, For our client website we have two Tomcat servers. Both servers are having same configuration which is 16GB RAM, 8CPUS and Linux 6.5 OS. Tomcat 6 and JAVA 6 are installed in both systems. Yesterday, using Jconsole we observed that frequency of GC on one server was very high which was

Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yogesh, On 4/7/15 8:12 AM, Bhagyashree Jog wrote: > Okay so I ran the java -version command on both machines: > > On machine 1 : Issue is reproducible (CentOS 6.2, tomcat 6.0.24) > java -version java version "1.7.0_17" Java(TM) SE Runtime > Enviro

Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Bhagyashree Jog
Okay so I ran the java -version command on both machines: On machine 1 : Issue is reproducible (CentOS 6.2, tomcat 6.0.24) java -version java version "1.7.0_17" Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) On machine 2 : Issue

Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Bhagyashree Jog
Hi, The problem is not reproducible after upgarding to CentOS 6.4 and above. I was earlier using CentOS 6.2. Cant understand why? Any explanations? On 2 April 2015 at 10:26, Yogesh Rao wrote: > Hello, > > Not sure if it would help but you could try installing crypto providers > into the JRE exte

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Yogesh Rao
Hello, Not sure if it would help but you could try installing crypto providers into the JRE extension directory (e.g. $JRE_HOME/lib/ext) which the tomcat is using and also an entry must be added to $JRE_HOME/lib/security/java.security. After this restart tomcat and check Regards, -Yogesh On Thu

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Hello, I added the jar to the "$CATALINA_BASE/lib" folder. Still getting the same problem. This is the entire exception trace. INFO: Illegal access: this web application instance has been stopped already. Could not load org.bouncycastle.crypto.modes.CBCBlockCipher. The eventual following stack

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Thanks for the input. Will look into it. On 01-Apr-2015 5:00 pm, "Daniel Mikusa" wrote: > On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog wrote: > > > I am getting the following error on deploying tomcat > > > > org.apache.tomcat.util.net.JIoEndpoint$Acceptor run > > SEVERE: Socket accept failed

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Daniel Mikusa
On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog wrote: > I am getting the following error on deploying tomcat > > org.apache.tomcat.util.net.JIoEndpoint$Acceptor run > SEVERE: Socket accept failed > java.lang.NoClassDefFoundError: > org/bouncycastle/crypto/modes/CBCBlockCipher > You're missing a

Problem with Tomcat6 catalina.out

2015-03-31 Thread Bhagyashree Jog
I am getting the following error on deploying tomcat org.apache.tomcat.util.net.JIoEndpoint$Acceptor run SEVERE: Socket accept failed java.lang.NoClassDefFoundError: org/bouncycastle/crypto/modes/CBCBlockCipher at org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher.engineSetMod

AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Sascha Skorupa
DigestAuthenticator class in tomcat6 to split digest authentication header like it is done in tomcat7, because this is the real cause of the problem - the regular expression submitted to the split method cannot properly handle unquoted parameters at the end of the auth header line. Thank you for your

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/17/15 11:12 AM, Rainer Jung wrote: > Am 17.03.2015 um 15:40 schrieb Sascha Skorupa: >> Hi Rainer, >> >> currently not (Apache 2.2) but it might be an option to upgrade >> the OS and the Apache if it leads to a solution. > > OK. But th

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Rainer Jung
Am 17.03.2015 um 15:40 schrieb Sascha Skorupa: Hi Rainer, currently not (Apache 2.2) but it might be an option to upgrade the OS and the Apache if it leads to a solution. OK. But think twice, whether it is better to just compile mod_jk from sources or do the big update. Updating to 2.4 will

AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Sascha Skorupa
: Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem Hi Sascha, Am 17.03.2015 um 13:02 schrieb Sascha Skorupa: > Rainer, thank you for this hint, but unfortunately, this feature is too new > to be included in any current mod_jk linux package and building i

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Rainer Jung
[mailto:ch...@christopherschultz.net] Gesendet: Freitag, 13. März 2015 19:24 An: Tomcat Users List Betreff: Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/13/15 12:15 PM, Rainer Jung wrote: Am

AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Sascha Skorupa
interesting. Would it be an option for future releases of tomcat? Sascha -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Freitag, 13. März 2015 19:24 An: Tomcat Users List Betreff: Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/13/15 12:15 PM, Rainer Jung wrote: > Am 13.03.2015 um 16:28 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 3/12/15 1:13 PM, Mark Thomas wrote: >>> On 12/03/2015 15:20, Sascha Skoru

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-13 Thread Rainer Jung
Am 13.03.2015 um 16:28 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/12/15 1:13 PM, Mark Thomas wrote: On 12/03/2015 15:20, Sascha Skorupa wrote: Hi, here: http://grokbase.com/t/tomcat/users/13bvsbwb8s/multiple-servers-and-digest-authentication

Re: AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/12/15 1:13 PM, Mark Thomas wrote: > On 12/03/2015 15:20, Sascha Skorupa wrote: >> Hi, >> >> here: >> >> http://grokbase.com/t/tomcat/users/13bvsbwb8s/multiple-servers-and-digest-authentication >> >> >> the same problem is described and

Re: AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-12 Thread Aurélien Terrestris
s have various options for doing this that don't > depend on the back-end server at all. > > Mark > > >> >> Regards >> >> Olschi >> >> >> Von: Sascha Skorupa >> Gesendet: Mittwoch, 4. März 2015 16:21 >> An: 'users@tomcat.apach

Re: AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-12 Thread Mark Thomas
re authentication? Most load-balancers have various options for doing this that don't depend on the back-end server at all. Mark > > Regards > > Olschi > > > Von: Sascha Skorupa > Gesendet: Mittwoch, 4. März 2015 16:21 > An: 'users@tomcat.apache.org' >

AW: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-12 Thread Sascha Skorupa
users@tomcat.apache.org' Cc: Sebastian Olscher Betreff: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem Hi, because of changes in the HTTP digest implementation within the JDK 8 (https://bugs.openjdk.java.net/browse/JDK-8010505), we are forced to migrate from t

Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-04 Thread Sascha Skorupa
Hi, because of changes in the HTTP digest implementation within the JDK 8 (https://bugs.openjdk.java.net/browse/JDK-8010505), we are forced to migrate from tomcat 6 to 7. The problem is that we have a tomcat cluster (several tomcats behind an apache/modjk server) and we cannot guarantee that b

Re: TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Konstantin Kolinko
2015-02-06 20:05 GMT+03:00 Mahato, Jitendra N. : > Hi All, > > I am facing issue while migrating my application from Tomcat 6 to Tomcat 7. > Current Version:- Tomcat 6.0.18, Java 1.6.0.30 > Upgrade Version:- Tomcat 7.0.50, Java 1.7.0.51 > > Please help me to resolve the below issue. > > Issue after

Re: TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/6/2015 9:05 AM, Mahato, Jitendra N. wrote: > Hi All, > > I am facing issue while migrating my application from Tomcat 6 to > Tomcat 7. Current Version:- Tomcat 6.0.18, Java 1.6.0.30 Upgrade > Version:- Tomcat 7.0.50, Java 1.7.0.51 > > Please hel

TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Mahato, Jitendra N.
Hi All, I am facing issue while migrating my application from Tomcat 6 to Tomcat 7. Current Version:- Tomcat 6.0.18, Java 1.6.0.30 Upgrade Version:- Tomcat 7.0.50, Java 1.7.0.51 Please help me to resolve the below issue. Issue after migration:- Not able to login into the application. Stage log

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
(or more). Use the same value for both. - click OK - then restart the Tomcat Service Cheers, Alapan -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 07 August 2014 13:47 To: Tomcat Users List Subject: Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in wi

RE: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread Alapan Sur
Users List Subject: Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012 Alapan Sur wrote: > Hi Team, > > > > We have .Net application consuming tomcat solr3.5 services and > deployed on Windows Server 2012. Its is 64 bit machine with 32 GB R

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
Luciano, 1) try to not top-post on this list. See https://tomcat.apache.org/lists.html#tomcat-users, item # 6 2) Luciano Fioriti wrote: Hi, try to increase Maximum number of threads in server.xml bie Not so fast... Tomcat is indeed running out of threads, as the last INFO message indicat

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread Luciano Fioriti
Hi, try to increase Maximum number of threads in server.xml bie 2014-08-07 6:57 GMT+02:00 Alapan Sur : > Hi Team, > > > > We have .Net application consuming tomcat solr3.5 services and deployed on > Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat > veriosn > is 6 and is in

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
Alapan Sur wrote: Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat veriosn is 6 and is installed at :"C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0". During the peak load, t

Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-06 Thread Alapan Sur
Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat veriosn is 6 and is installed at :"C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0". During the peak load, the solr sevice stops/

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christopher Schultz
sure whether catalina.bat is invoked at all when tomcat6 is > run as a service under Windows. Nope. > How can I pass this JVM parameter to the tomcat service? Looks like you found your answer already, but I thought it was worth pointing out the above. - -chris -BEGIN PGP SIGNATUR

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
Am 05.08.2014 11:12, schrieb Christoph P.U. Kukulies: I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is

passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is run as a service under Windows. How can I pass this JVM

Re: tomcat6 thread locked

2014-05-21 Thread Terence M. Bandoian
On 5/20/2014 8:28 PM, devoss ind wrote: Hi Christopher, Can you suggest stable tomcat and jvm versions. Regards, Devoss. On 20 May 2014 21:32, "Christopher Schultz" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Devoss, On 5/19/14, 2:43 AM, devoss ind wrote: Exact Tomcat version i

RE: tomcat6 thread locked

2014-05-21 Thread Jeffrey Janner
> -Original Message- > From: devoss ind [mailto:devoss@gmail.com] > Sent: Tuesday, May 20, 2014 8:29 PM > To: Tomcat Users List > Subject: Re: tomcat6 thread locked > > Hi Christopher, > > Can you suggest stable tomcat and jvm versions. > > Regards,

Re: tomcat6 context path attribute

2014-05-21 Thread Konstantin Kolinko
2014-05-21 15:05 GMT+04:00 philippe rouxel : > Hello, > > I have a war app-0.0.1 with a context.xml in META-INF : > > > > > > > When I deploy it, in CATALINA_BASE\conf\Catalina\localhost a file > app-0.0.1.xml is created. > > When I call > localhost:8080/app I got 404 > localhost:8080/app-0.0

tomcat6 context path attribute

2014-05-21 Thread philippe rouxel
Hello, I have a war app-0.0.1 with a context.xml in META-INF : When I deploy it, in CATALINA_BASE\conf\Catalina\localhost a file app-0.0.1.xml is created. When I call localhost:8080/app I got 404 localhost:8080/app-0.0.1 I got 200 I have try with the same result Did i miss nothing?

Re: tomcat6 thread locked

2014-05-20 Thread devoss ind
Hi Christopher, Can you suggest stable tomcat and jvm versions. Regards, Devoss. On 20 May 2014 21:32, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Devoss, > > On 5/19/14, 2:43 AM, devoss ind wrote: > > Exact Tomcat version is 6.0.16 > > This version of T

Re: tomcat6 thread locked

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Devoss, On 5/19/14, 2:43 AM, devoss ind wrote: > Exact Tomcat version is 6.0.16 This version of Tomcat is profoundly old: more than 6 years. There are documented and well-understood vulnerabilities in that (and later) versions of Tomcat 6.0.x that

Re: tomcat6 thread locked

2014-05-18 Thread devoss ind
Hi Christopher, Exact Tomcat version is 6.0.16 OS Version is RHEL Server release 5.3(Tikanga) Java version is 1.6.0_10 Regards, Devoss On Fri, May 16, 2014 at 9:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > devoss, > >

Re: tomcat6 thread locked

2014-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 devoss, Exact Tomcat version? OS and version? Java version? On 5/15/14, 12:00 PM, devoss ind wrote: > On 7 May 2014 17:37, "devoss ind" wrote: >> >> Hi, >> >> Am using tomcat 6, java6 in production environment to run our >> web > application. We

  1   2   3   4   5   6   7   8   >