The Apache Tomcat team announces that support for Apache Tomcat 6.0.x
will end on 31 December 2016.
This means that after 31 December 2016:
- releases from the 6.0.x branch are highly unlikely
- bugs affecting only the 6.0.x branch will not be addressed
- security vulnerability reports will not
On 31/10/2014 03:50, Hareshbhai Desai,Vinaykumar (Vinaykumar) wrote:
> Hi All,
>
> As per my understanding tomcat 6.0 is EOL but it's not yet announced.
Nope.
http://wiki.apache.org/tomcat/TomcatVersions
> Generally EOL announcement to EOL timeframe would be 1 year.
Generally
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vinay,
On 10/30/14 11:50 PM, Hareshbhai Desai,Vinaykumar (Vinaykumar) wrote:
> As per my understanding tomcat 6.0 is EOL but it's not yet
> announced.
This is not yet true. There is likely to be a release of Tomcat 6.0
somewhat soo
Hi All,
As per my understanding tomcat 6.0 is EOL but it's not yet announced. Generally
EOL announcement to EOL timeframe would be 1 year. That mean tomcat 6.0 support
time frame would be minimum 1 yr from now. Just wanted to confirm that any
security vulnerability found in this period
On 14/10/2014 05:52, Rajeev Singh wrote:
> Hi,
> Environment: Redhat Linux
> Tomcat: Version 6.0
>
> I'm getting exception like
> javax.naming.NamingException: Resource
> /WEB-INF/classes/META-INF/services/com.sun.org.apache.xml.internal.dtm.DTMManager
> not found
>
> javax.naming.NamingExcepti
Hi,
Environment: Redhat Linux
Tomcat: Version 6.0
I'm getting exception like
javax.naming.NamingException: Resource
/WEB-INF/classes/META-INF/services/com.sun.org.apache.xml.internal.dtm.DTMManager
not found
javax.naming.NamingException: Resource
/WEB-INF/classes/net/sourceforge/jtds/jdbc/Driv
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Kristof,
On 8/20/14, 7:51 AM, Kristof Can Bilen wrote:
> Hello all,
>
> I’m running a Tomcat service on Windows and I’m having some minor
> issues with the logging mechanism. I've been researching for weeks
> now, read every FAQ, user forum and art
Hi Kristof,
tell your developer to use a logging framework instead of System.out
You can't get rid of stoud and stderr log files, but they should be empty -
most of the time.
cheers,
Björn
On 20 Aug 2014, at 13:51 , Kristof Can Bilen
wrote:
> Hello all,
>
> I’m running a Tomcat service on
Hello all,
I’m running a Tomcat service on Windows and I’m having some minor issues with
the logging mechanism. I've been researching for weeks now, read every FAQ,
user forum and article but no one seems to have any clue on this.
I use 64-bit Tomcat 6.0.39 as a Windows service on Windows 2008
(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
ndows 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/unresponsive and it is happening very frequently. We didnt fount any
erro logs i
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/unresponsive and it is happening very frequently. We didnt fount any
> erro logs in windows event viewer but in tomcat logs we got t
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
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 se
On Jun 26, 2013, at 4:48 AM, "Maradani, Someswara Rao"
wrote:
> Hi,
>
> Are there any technical risks with Tomcat 6.0
Which version? There are quite a few versions under the Tomcat 6.0.x branch.
> going to continue the same till Nov 2014?
See here for t
Hi,
Are there any technical risks with Tomcat 6.0 going to continue the same till
Nov 2014?
We have installed this version on Red Hat Enterprise Linux ES 5.4 (64bit)
platform.
Thanks & Regards,
Someswara Rao
Chris,
On 6.3.2013 7:02, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
It seems that Tomcat 6.0.32 (and probably other 6.0.xx versions)
use undocumented attribute for HTTPS connector "protocols". So in
Tomcat 7 you might use:
sslProtocol="TLSv1.1" sslEnabledProtocols="TLSv1.1"
Chris,
On 8.3.2013 1:25, Christopher Schultz wrote:
For Tomcat 6.0.36 it reports:
Protocols TLS 1.2 Yes TLS 1.1 Yes TLS 1.0 Yes SSL 3.0
Yes SSL 2.0 No
Tomcat 7.0.37:
Protocols TLS 1.2 No TLS 1.1 No TLS 1.0 Yes SSL 3.0
Yes SSL 2.0 No
I agree, it is strange.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ognjen,
On 3/7/13 3:05 AM, Ognjen Blagojevic wrote:
> I am testing both Tomcat 6.0.36 and 7.0.37 with the same, Oracle,
> JDK 1.7.0_09, on Windows XP SP3.
>
> I just unpack zip ditribution, uncomment default HTTPS connector
> (with sslProtocol="TLS
Chris,
On 7.3.2013 5:58, Christopher Schultz wrote:
Which behavior is right? I prefer how Tomcat 6 is interepreting
that attribute -- trying to enable best possible TLS protocol
versions available.
OTOH, from Tomcat 7 documents it seems that the value of attribute
setProtocol is just passed to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ognjen,
On 3/6/13 2:51 AM, Ognjen Blagojevic wrote:
> Chris,
>
> On 6.3.2013 7:02, Christopher Schultz wrote:
>>> So in Tomcat 7 you might use:
>>>
>>> sslProtocol="TLSv1.1" sslEnabledProtocols="TLSv1.1"
>>>
>>> and in Tomcat 6.0.32:
>>>
>>> ssl
Chris,
On 6.3.2013 7:02, Christopher Schultz wrote:
So in
Tomcat 7 you might use:
sslProtocol="TLSv1.1" sslEnabledProtocols="TLSv1.1"
and in Tomcat 6.0.32:
sslProtocol="TLSv1.1" protocols="TLSv1.1"
It works for me.
Can you file a bug for this? That should be a) documented and b)
accept ei
e
Original message
From: Ognjen Blagojevic
Date: 05/03/2013 20:00 (GMT+05:30)
To: Tomcat Users List
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
Brijesh,
On 5.3.2013 11:47, Brijesh Deo wrote:
> Thanks Ognjen. I tried with -Dht
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ognjen,
On 3/5/13 8:29 AM, Ognjen Blagojevic wrote:
> Brijesh,
>
> On 5.3.2013 11:47, Brijesh Deo wrote:
>> Thanks Ognjen. I tried with -Dhttps.protocols="TLSv1.1" in
>> Tomcat startup but even this doesn’t work
-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: 06 March 2013 03:58
To: Tomcat Users List
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
2013/3/5 Brijesh Deo :
> Hi,
> Is there a way to make TLS 1.1 requir
2013/3/5 Brijesh Deo :
> Hi,
> Is there a way to make TLS 1.1 required for https connection with Tomcat
> server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried
> setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml but
> that did not stop TLS 1.0 connect
e
Original message
From: Ognjen Blagojevic
Date: 05/03/2013 20:00 (GMT+05:30)
To: Tomcat Users List
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
Brijesh,
On 5.3.2013 11:47, Brijesh Deo wrote:
> Thanks Ognjen. I tried with -Dht
Brijesh,
On 5.3.2013 11:47, Brijesh Deo wrote:
Thanks Ognjen. I tried with -Dhttps.protocols="TLSv1.1" in Tomcat startup but
even this doesn’t work with Tomcat 6.0. Looks like upgrading to Tomcat 7.0 seems to be
the only way to achieve this easily through configuration in server.x
-Original Message-
From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com]
Sent: 05 March 2013 16:01
To: users@tomcat.apache.org
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
Brijesh,
On 5.3.2013 10:11, Brijesh Deo wrote:
> Thanks
Brijesh,
On 5.3.2013 10:11, Brijesh Deo wrote:
Thanks for your detailed reply and the explanation. I gave it a quick try but it doesn’t
quite work with Tomcat 6.0.32, the version that I am currently using. I checked the Http
Connector documentation for Tomcat 6.0 and Tomcat 7.0 and the
-Original Message-
From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com]
Sent: 05 March 2013 13:59
To: users@tomcat.apache.org
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
Brijesh,
On 5.3.2013 7:09, Brijesh Deo wrote:
> Is there a
Igor,
On 5.3.2013 8:51, Igor Cicimov wrote:
You need java7 for tls1.1 and 1.2 as far as i know.
Java 6 supports up to TLSv1.1, and Java 7 up to TLSv1.2.
-Ognjen
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
Brijesh,
On 5.3.2013 7:09, Brijesh Deo wrote:
Is there a way to make TLS 1.1 required for https connection with Tomcat server. I am
currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried setting
[sslProtocol="TLSv1.1"] in the Connector definition in server.xml but that did
not stop TLS
-Original Message-
From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: 05 March 2013 13:22
To: Tomcat Users List
Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with
https ?
On 05/03/2013 5:10 PM, "Brijesh Deo" wrote:
>
> Hi,
> Is there a
On 05/03/2013 5:10 PM, "Brijesh Deo" wrote:
>
> Hi,
> Is there a way to make TLS 1.1 required for https connection with Tomcat
server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried
setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml
but that did not stop
Hi,
Is there a way to make TLS 1.1 required for https connection with Tomcat
server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried
setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml but
that did not stop TLS 1.0 connections from being accepted. I am no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vicky,
On 12/14/12 2:12 PM, vicky wrote:
> Thanks guys for responding, from network side there are no issues
> infact as confirmed by our Network team
Of /course/ the network team says that the network is fine ;)
> I am accessing my application o
cember 2012 11:12 PM
Subject: Re: Tomcat 6.0 - http client
On Fri, Dec 14, 2012 at 9:23 AM, Christopher Schultz
wrote:
>>> I am facing response latency issue when i am invoking the web
>>> service call ( deployed on tomcat 6.x) from an http client.
>> Maybe your webservice
On Fri, Dec 14, 2012 at 9:23 AM, Christopher Schultz
wrote:
>>> I am facing response latency issue when i am invoking the web
>>> service call ( deployed on tomcat 6.x) from an http client.
>> Maybe your webservice is just really slow?
> Usually, network latency can be separated from all other
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Pid,
On 12/14/12 11:10 AM, Pid wrote:
> On 14/12/2012 11:03, vicky007aggar...@yahoo.co.in wrote:
>> Hello Guys,
>>
>> I am facing response latency issue when i am invoking the web
>> service call ( deployed on tomcat 6.x) from an http client.
>>
On 14/12/2012 11:03, vicky007aggar...@yahoo.co.in wrote:
> Hello Guys,
>
> I am facing response latency issue when i am invoking the web service call (
> deployed on tomcat 6.x) from an http client.
>
> Can some body please share /let me know what are recommended configuration
> settings which
Hello Guys,
I am facing response latency issue when i am invoking the web service call (
deployed on tomcat 6.x) from an http client.
Can some body please share /let me know what are recommended configuration
settings which i need to take care of at the http client & at the tomcat level.
I gue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vicky,
On 12/9/12 2:06 PM, vicky wrote:
> Thanks MARK/CHRIS for all earnest replies, i really owe you guys
> for your replies.
>
> Exporting CLASSPATH wont work ad i believe that Tomcat "catalina.sh
> " will ignore it.
>
> Anyway i am able to fet
On 9 Dec 2012, at 16:58, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Pid,
>
> On 12/9/12 4:31 AM, Pid * wrote:
>> On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in"
>> wrote:
>>
>>> Thanks Mark
>>>
>>> Sorry for the confusion i created related to my re
On 12/9/2012 12:26 PM, Caldarale, Charles R wrote:
From: Mark Eggers [mailto:its_toas...@yahoo.com]
Subject: Re: Tomcat 6.0 CLASSPATH query
Another option is to use a VirtualClassLoader and add some random path
(/etc/myawesomewebapps/) to it in all webapps.
That's only available in T
> From: Mark Eggers [mailto:its_toas...@yahoo.com]
> Subject: Re: Tomcat 6.0 CLASSPATH query
> > Another option is to use a VirtualClassLoader and add some random path
> > (/etc/myawesomewebapps/) to it in all webapps.
> That's only available in Tomcat 7, yes?
Presu
share """" else we can close this email thread""""
Thanks,
VIcky
From: Mark Eggers
To: Tomcat Users List
Sent: Sunday, 9 December 2012 10:43 PM
Subject: Re: Tomcat 6.0 CLASSPATH query
Reply is inline. Please do not top p
On 12/9/2012 8:55 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Pid,
On 12/9/12 4:31 AM, Pid * wrote:
On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in"
wrote:
Thanks Mark
Sorry for the confusion i created related to my requirements. 5
Out of 6 requir
s
To: Tomcat Users List
Sent: Sunday, 9 December 2012 12:23 AM
Subject: Re: Tomcat 6.0 CLASSPATH query
Comments inline below (a bit fuzzy from the move yet).
On 12/8/2012 9:58 AM, vicky wrote:
I have read the Tomcat 6.0 classloader documentation(below
link), from this what i understood is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Pid,
On 12/9/12 4:31 AM, Pid * wrote:
> On 8 Dec 2012, at 20:57, "vicky007aggar...@yahoo.co.in"
> wrote:
>
>> Thanks Mark
>>
>> Sorry for the confusion i created related to my requirements. 5
>> Out of 6 requirements you stated below are correc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Pid,
On 12/8/12 12:04 PM, Pid * wrote:
> On 8 Dec 2012, at 03:29, "vicky007aggar...@yahoo.co.in"
> wrote:
>
>> Application is deployed under tomcat webapps directory . It tries
>> to refer to application specific properties file from tomcat
>> cl
st.
>>>
>>> Appreciated all of your help
>>>
>>> Thanks for ur time Vicky
>>>
>>>
>>> ________ From: Mark Eggers
>>> To: Tomcat Users List
>>> Sent: Sunday, 9 December 2012 12:23 AM
>&g
ve any better way out ..please
>> suggest.
>>
>> Appreciated all of your help
>>
>> Thanks for ur time Vicky
>>
>>
>> From: Mark Eggers
>> To: Tomcat Users List
>> Sent: Sunday, 9 December 2012 12:23 AM
>> Subject: Re: Tomcat 6.0 CLASS
Based on afore said concerns, do you have any better way out ..please
suggest.
Appreciated all of your help
Thanks for ur time Vicky
From: Mark Eggers
To: Tomcat Users List
Sent: Sunday, 9 December 2012 12:23 AM
Subject: Re: Tomcat 6.0 CLASSPATH query
Comments
__
From: Mark Eggers
To: Tomcat Users List
Sent: Sunday, 9 December 2012 12:23 AM
Subject: Re: Tomcat 6.0 CLASSPATH query
Comments inline below (a bit fuzzy from the move yet).
On 12/8/2012 9:58 AM, vicky wrote:
>
> I have read the Tomcat 6.0 classloader documentation(below
Comments inline below (a bit fuzzy from the move yet).
On 12/8/2012 9:58 AM, vicky wrote:
I have read the Tomcat 6.0 classloader documentation(below link),
from this what i understood is that the
"classes/jar/resource/properties file" get loaded from the following
locations
1
I have read the Tomcat 6.0 classloader documentation(below link), from this
what i understood is that the "classes/jar/resource/properties file"
get loaded from the following locations
1.Bootstrap classes of your JVM ($JAVA_HOME/jre/lib/ext).
2.System class loader clas
E-
>> Hash: SHA256
>>
>> Vicky,
>>
>> On 12/7/12 11:48 AM, vicky wrote:
>>> I have a requirement in which i need to add couple of properties
>>> files to tomcat CLASSPATH as these are needed for my application
>>> deployed in Tomcat 6.0.
&g
ATH as these are needed for my application
>> deployed in Tomcat 6.0.
>>
>> One strange thing is that, i need to add the all my properties
>> files to "/bin" directory else these all wont get
>> added to Tomcat classpath.
>
> Where does the code live
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vicky,
On 12/7/12 11:48 AM, vicky wrote:
> I have a requirement in which i need to add couple of properties
> files to tomcat CLASSPATH as these are needed for my application
> deployed in Tomcat 6.0.
>
> One strange thing is that
2012/12/7 vicky :
> Hi Guys,
>
> I have a requirement in which i need to add couple of properties files to
> tomcat CLASSPATH as these are needed for my application deployed in Tomcat
> 6.0.
>
> One strange thing is that, i need to add the all my properties files to
&g
oad and sampled the live threads, etc.).
>
>> To cater to this situation i would like to know the option by which
>> i can close my unused threads as maxSparethreads doesnt exist
>> anymore in tomcat 6.0
>
> maxIdleTime
>
> But honestly, I don't think you&
mestamps at which you applied the user
load and sampled the live threads, etc.).
> To cater to this situation i would like to know the option by which
> i can close my unused threads as maxSparethreads doesnt exist
> anymore in tomcat 6.0
maxIdleTime
But honestly, I don't think
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 11/5/12 1:54 AM, vicky007aggar...@yahoo.co.in wrote:
> Can somebody please help me out in stopping the surplus threads
> which get created in tomcat 6.0 as we dont have "maxSpareThreads"
> attribute anymore in it .. How
still remains
400 which eventually eat up my system resources. To cater to this situation i
would like to know the option by which i can close my unused threads as
maxSparethreads doesnt exist anymore in tomcat 6.0
Pls advise
Thanks,
Vicky
On Nov 5, 2012, at 1:46 PM, Mark Eggers wrote
On 11/4/2012 10:54 PM, vicky007aggar...@yahoo.co.in wrote:
Hi All,
Can somebody please help me out in stopping the surplus threads which
get created in tomcat 6.0 as we dont have "maxSpareThreads" attribute
anymore in it .. How can we close these threads
Thanks for ur help, Vicky
Hi All,
Can somebody please help me out in stopping the surplus threads which get
created in tomcat 6.0 as we dont have "maxSpareThreads" attribute anymore in it
..
How can we close these threads
Thanks for ur h
On 23/10/2012 21:54, Christopher Schultz wrote:
> Pid,
>
> On 10/23/12 3:00 PM, Pid wrote:
>> On 23/10/2012 16:55, Jan Kostelansky wrote:
>>> I am using Tomcat 6.0.18 deployed as web service on Windows XP
>>> SP3.
>>>
>>>
>>>
>>> I created additional Host element in conf/server.xml, so I have
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pid,
On 10/23/12 3:00 PM, Pid wrote:
> On 23/10/2012 16:55, Jan Kostelansky wrote:
>> I am using Tomcat 6.0.18 deployed as web service on Windows XP
>> SP3.
>>
>>
>>
>> I created additional Host element in conf/server.xml, so I have
>> two virtual
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jan,
On 10/23/12 11:55 AM, Jan Kostelansky wrote:
> I am using Tomcat 6.0.18 deployed as web service on Windows XP
> SP3.
Upgrade: that version of Tomcat is 4 years old and has known security
vulnerabilities (http://tomcat.apache.org/security-6.html)
On 23/10/2012 16:55, Jan Kostelansky wrote:
> I am using Tomcat 6.0.18 deployed as web service on Windows XP SP3.
>
>
>
> I created additional Host element in conf/server.xml, so I have two
> virtual hosts: localhost (default) and janko
>
>
>
>
>
> director
I am using Tomcat 6.0.18 deployed as web service on Windows XP SP3.
I created additional Host element in conf/server.xml, so I have two
virtual hosts: localhost (default) and janko
I deployed the same web applications in both hosts. Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 10/13/12 3:17 PM, Mark Eggers wrote:
> JMX is probably your best bet here. This has been discussed
> several times on the mailing list. You also might find the
> following useful:
>
> https://code.google.com/p/psi-probe/
Also http://wiki.ap
Thanks Mark for responding.. great piece of info.. Thanks again
vicky
From: Mark Eggers
To: users@tomcat.apache.org
Sent: Sunday, 14 October 2012 12:47 AM
Subject: Re: Tomcat 6.0 queries
On 10/13/2012 3:42 AM, vivek aggarwal wrote:
> Hello All,
>
o
connection_pool_timeout.
Note that the connection_pool_timeout value is in seconds, while the
keepAliveTimeout is in milliseconds.
Recent source versions of mod_jk have a very good example in the conf
subdirectory of the distribution.
For more information, I suggest that you read:
htt
value
> we have at the tomcat side which we can configure ?
Well, maybe I'm wrong but I think there isn't HTTP connection
requests, but TCP connection requests.
You can have a look at
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html (Standard
Implementation)
Look at '
On 11 Oct 2012, at 08:34, "vicky007aggar...@yahoo.co.in"
wrote:
> All,
Please don't hijack other people's threads.
p
>
> How to debug tomcat 6.0 , actually i am a Having issue with tomcat static
> membership cluster . But i am not seeing any relevant inf
Thanks Mark for such a easy explanatory answer. Appreciated ;)
Thanks,
Vicky
On Oct 11, 2012, at 1:21 PM, Mark Eggers wrote:
> On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote:
>> All,
>>
>> How to debug tomcat 6.0 , actually i am a Having issue with tomcat
On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote:
All,
How to debug tomcat 6.0 , actually i am a Having issue with tomcat static
membership cluster . But i am not seeing any relevant information in
catalina.out file.
Kindly suggest
Thanks
Vicky
Edit $CATALINA_BASE/conf
All,
How to debug tomcat 6.0 , actually i am a Having issue with tomcat static
membership cluster . But i am not seeing any relevant information in
catalina.out file.
Kindly suggest
Thanks
Vicky
-
To unsubscribe, e-mail
Thanks Schultz for explaining. I got the clarity now . Thankz a ton
Thanks,
Vicky
On Oct 10, 2012, at 11:05 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Vicky,
>
> On 10/10/12 1:09 PM, vivek aggarwal wrote:
>> I didnt understand the difference betwee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 10/10/12 1:09 PM, vivek aggarwal wrote:
> I didnt understand the difference between port & autoBind.
>
> Secondly if above Receiver port is for listenning cluster messages
> what does the Intercetor port will do... as mentioned below
You
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 10/10/12 12:36 PM, vivek aggarwal wrote:
> nk02.mls,
>
> Can you help me in understand that the significance of port
> attribute in "Receiver " & "Member" Tag. These need to be same ???
> Does this need to be 4000 ??
You need to read the
From: nk02.mls
To: vivek aggarwal
Cc: Tomcat Users List
Sent: Wednesday, 10 October 2012 10:29 PM
Subject: Re: Tomcat 6.0 cluster query
Vicky,
The port of Receiver seems to be bound automatically.
http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-receiver.html
" The listen port fo
Vicky,
The port of Receiver seems to be bound automatically.
http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-receiver.html
" The listen port for incoming data. The default value is 4000. To avoid
port conflicts the receiver will automatically bind to a free port
within the ran
.co.in
Cc: Tomcat Users List
Sent: Wednesday, 10 October 2012 9:58 PM
Subject: Re: Tomcat 6.0 cluster query
Vicky,
From my memo inn 2010, I seemed to test that function by using following
server.xml
But I've forgotten the meanings of each parameter...
Please check documents.
And I d
Vicky,
From my memo inn 2010, I seemed to test that function by using
following server.xml
But I've forgotten the meanings of each parameter...
Please check documents.
And I don't know whether this config works fine on current To
;>> Can somebody please help me out in setting up unicast
>>>> clustering on tomcat 6.0. Series.
>>>
>>>> I looked around on apache-tomcat website but didnt find
>>>> anything in particular which actually helps in understanding &
>>>> impl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pid,
On 10/10/12 10:09 AM, Pid wrote:
> On 10/10/2012 14:37, Christopher Schultz wrote:
>> Vicky,
>>
>> On 10/10/12 9:27 AM, vicky007aggar...@yahoo.co.in wrote:
>>> Can somebody please help me out in setting up unicas
On 10/10/2012 14:37, Christopher Schultz wrote:
> Vicky,
>
> On 10/10/12 9:27 AM, vicky007aggar...@yahoo.co.in wrote:
>> Can somebody please help me out in setting up unicast clustering
>> on tomcat 6.0. Series.
>
>> I looked around on apache-tomcat website
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 10/10/12 9:27 AM, vicky007aggar...@yahoo.co.in wrote:
> Can somebody please help me out in setting up unicast clustering
> on tomcat 6.0. Series.
>
> I looked around on apache-tomcat website but didnt find anything
> in p
Hello All,
Can somebody please help me out in setting up unicast clustering on tomcat 6.0.
Series.
I looked around on apache-tomcat website but didnt find anything in particular
which actually helps in understanding & implementing the unicast clusting for a
beginner.
Kindly suggest
Th
or for Sun ONE Web Server 7.0 and Tomcat 6.0.x
> >> running on RedHat Linux 5.7 64-bit ?
> >>
> >> If not, any idea on when will it would be available please ?
> >
> > My guess: When dead, dreaming Cthulhu wakes in his house at
> > R'lyeh and sc
On 19 Sep 2012, at 16:59, Hassan Schroeder wrote:
> On Wed, Sep 19, 2012 at 8:02 AM, Jay Rao wrote:
>> Is there a Tomcat Connector for Sun ONE Web Server 7.0 and Tomcat 6.0.x
>> running on RedHat Linux 5.7 64-bit ?
>>
>> If not, any idea on when will it would be avai
On Wed, Sep 19, 2012 at 8:02 AM, Jay Rao wrote:
> Is there a Tomcat Connector for Sun ONE Web Server 7.0 and Tomcat 6.0.x
> running on RedHat Linux 5.7 64-bit ?
>
> If not, any idea on when will it would be available please ?
My guess: When dead, dreaming Cthulhu wakes in his house a
Is there a Tomcat Connector for Sun ONE Web Server 7.0 and Tomcat 6.0.x
running on RedHat Linux 5.7 64-bit ?
If not, any idea on when will it would be available please ?
Thanks a Lot.
On 10 June 2012 14:29, Konstantin Kolinko wrote:
> 2012/6/10 Venkata Pavan Kumar Sannisetty :
> > Hi Konstantin Kolinko,
> >
> > Thanks for the response.
> >
> > Can you point out some reference where i can know about this permgen
> memory
> > leak. I am unable to find good article
2012/6/10 Venkata Pavan Kumar Sannisetty :
> Hi Konstantin Kolinko,
>
> Thanks for the response.
>
> Can you point out some reference where i can know about this permgen memory
> leak. I am unable to find good article/material on it to understand furthur.
>
It should be somewhere here:
1)
http://
van Kumar Sannisetty :
> > I am having this strange issue with the tomcat 5.5 and tomcat 6.0
> servers.
> > I have two web applications which will be installed on tomcat.When tomcat
> > is started these two web applications also get started simultaneously but
> > sometime
1 - 100 of 850 matches
Mail list logo