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
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
-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
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
-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
>
>
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
-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
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
-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
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
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
-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
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
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
-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
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
-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
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
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
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
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/
> > 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
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
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
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
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
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
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
, 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
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
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
>>>>>
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
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
>
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
-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
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
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).
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
> -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
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
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
> 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?
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
-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
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
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
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
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
-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
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
-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
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
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
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
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
>
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:
>
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
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
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
-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
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
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
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
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
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
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
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
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
-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
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
: 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
[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
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
-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
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
-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
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 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'
>
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
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
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
-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
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
(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
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
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
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
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
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/
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
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
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
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
> -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,
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
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?
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
-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
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,
>
>
-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 - 100 of 749 matches
Mail list logo