Re: Tomcat 5.5 vs 7.0 SSL

2014-06-02 Thread Arseny
02.06.2014 19:56, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 6/2/14, 10:24 AM, Арсений Зинченко wrote: Hi. Faced with very odd behavior of Tomcat 7... Have two instances on same box - Tomcat 5.5 and Tomcat 7. Both have same configuration - first f

Re: Tomcat 5.5 vs 7.0 SSL

2014-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 6/2/14, 10:24 AM, Арсений Зинченко wrote: > Hi. > > Faced with very odd behavior of Tomcat 7... > > Have two instances on same box - Tomcat 5.5 and Tomcat 7. > > Both have same configuration - first from 5.5: > > maxThreads="150" mi

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Konstantin Kolinko
2012/8/25 Mark Thomas : > On 24/08/2012 20:53, Josh Gooding wrote: >> Yeah you see what I'm given to work with. The sever.xml will be cleaned >> up, but i'm trying to get this fixed to upgrade to 6.0.35 or 7. >> >> So let me ask this, given that billing-1.0.4 is a branch that contains 4 >> war fil

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Josh Gooding
Mark, Konstantin, thank you very much. As usual I highly appreciate it. On Fri, Aug 24, 2012 at 4:05 PM, Mark Thomas wrote: > On 24/08/2012 20:53, Josh Gooding wrote: > > Yeah you see what I'm given to work with. The sever.xml will be cleaned > > up, but i'm trying to get this fixed to upgrad

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Mark Thomas
On 24/08/2012 20:53, Josh Gooding wrote: > Yeah you see what I'm given to work with. The sever.xml will be cleaned > up, but i'm trying to get this fixed to upgrade to 6.0.35 or 7. > > So let me ask this, given that billing-1.0.4 is a branch that contains 4 > war files. Am I able to deploy say b

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Josh Gooding
Yeah you see what I'm given to work with. The sever.xml will be cleaned up, but i'm trying to get this fixed to upgrade to 6.0.35 or 7. So let me ask this, given that billing-1.0.4 is a branch that contains 4 war files. Am I able to deploy say billing-1.0.5 on the fly without having to restart t

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Konstantin Kolinko
2012/8/24 Josh Gooding : > > > All those debug="" attributes... - Tomcat 5.5 does not support them. See "Configuration Reference" chapters of documentation, where these attributes are not mentioned. (Well, nothing fatal - they will be just silently ignored). > > value="

Re: Tomcat 5.5 IIS 7.5 2008 64bit

2012-03-16 Thread Bradford Matthews
https. I went and used the 32 bit isapi, downgraded java to 1.5jdk and it now works On Fri, Mar 16, 2012 at 5:21 PM, Mladen Turk wrote: > On 03/16/2012 06:15 PM, Bradford Matthews wrote: >> >> It is getting 404.0 error. I verified all steps. even added IIS_IUSR >> to the ISAPI folder. > > > well

Re: Tomcat 5.5 IIS 7.5 2008 64bit

2012-03-16 Thread Mladen Turk
On 03/16/2012 06:15 PM, Bradford Matthews wrote: It is getting 404.0 error. I verified all steps. even added IIS_IUSR to the ISAPI folder. well are you or are you not using http:// or https://? Requested URL https://localhost:443/docs/ Any suggestions? Seems you are requesting this ove

Re: Tomcat 5.5 IIS 7.5 2008 64bit

2012-03-16 Thread Bradford Matthews
It is getting 404.0 error. I verified all steps. even added IIS_IUSR to the ISAPI folder. On Mon, Mar 12, 2012 at 3:07 PM, Mladen Turk wrote: > On 03/12/2012 05:37 PM, Bradford Matthews wrote: >> >>  Here is my steps that I used to install tomcat isapi connector. >> >> >> 5. Edit\conf\server.xml

Re: Tomcat 5.5 IIS 7.5 2008 64bit

2012-03-12 Thread Mladen Turk
On 03/12/2012 05:37 PM, Bradford Matthews wrote: Here is my steps that I used to install tomcat isapi connector. 5. Edit\conf\server.xml to allow localhost on port 8009 by adding address="127.0.0.1": https://localhost/tomcat-docs The Apache Tomcat Documentation page is displayed. Re

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Mark Thomas
On 08/03/2012 20:10, David Wahler wrote: > On Thu, Mar 8, 2012 at 1:59 PM, Mark Thomas wrote: >> There is no way you compiled an application that uses >> javax.annotation.Resource against the Servlet 2.4 / Java EE 1.4 API. If >> you try that you'll get an error. > > As I said, javax.annotation.Re

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread David Wahler
On Thu, Mar 8, 2012 at 1:59 PM, Mark Thomas wrote: > There is no way you compiled an application that uses > javax.annotation.Resource against the Servlet 2.4 / Java EE 1.4 API. If > you try that you'll get an error. As I said, javax.annotation.Resource is included with J2SE 6 (as specified in JS

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/8/12 2:33 PM, David Wahler wrote: > On Thu, Mar 8, 2012 at 12:58 PM, Caldarale, Charles R > wrote: >>> From: David Wahler [mailto:dwah...@indeed.com] Subject: Tomcat >>> 5.5 JDK version compatibility >> >>> Does this mean that if a web

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Mark Thomas
On 08/03/2012 19:33, David Wahler wrote: > On Thu, Mar 8, 2012 at 12:58 PM, Caldarale, Charles R > wrote: >>> From: David Wahler [mailto:dwah...@indeed.com] >>> Subject: Tomcat 5.5 JDK version compatibility >> >>> Does this mean that if a web application is deployed in Tomcat 5.5, >>> it may not u

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Konstantin Kolinko
2012/3/8 David Wahler : > Hi all, I have a question about a comment on this bug report: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=52545 > > Mark Thomas noted that: > > "The application can not be compiled using a 1.4 JDK (the minimum Java version > required by Servlet 2.4) since it use

Re: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread David Wahler
On Thu, Mar 8, 2012 at 12:58 PM, Caldarale, Charles R wrote: >> From: David Wahler [mailto:dwah...@indeed.com] >> Subject: Tomcat 5.5 JDK version compatibility > >> Does this mean that if a web application is deployed in Tomcat 5.5, >> it may not use any language features that were introduced in J

RE: Tomcat 5.5 JDK version compatibility

2012-03-08 Thread Caldarale, Charles R
> From: David Wahler [mailto:dwah...@indeed.com] > Subject: Tomcat 5.5 JDK version compatibility > Does this mean that if a web application is deployed in Tomcat 5.5, > it may not use any language features that were introduced in J2SE > 5.0 or later (e.g. annotations and generics), even if those

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SirWiz, On 12/12/11 6:26 AM, sir...@8host.pl wrote: >>> It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. >> >> I really have no idea how you come to that conclusion. > > Like i said when i install Windows 8 on Xen machine, starts > Virtu

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread Pid
On 12/12/2011 12:02, André Warnier wrote: > sir...@8host.pl wrote: It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. >>> >>> I really have no idea how you come to that conclusion. >> >> Like i said when i install Windows 8 on Xen machine, starts Virtuabox >> on it and new 32bit Cent

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread André Warnier
sir...@8host.pl wrote: It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. I really have no idea how you come to that conclusion. Like i said when i install Windows 8 on Xen machine, starts Virtuabox on it and new 32bit Centos, tomcat and my api works perfectly. It was running for

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread sirwiz
It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. I really have no idea how you come to that conclusion. Like i said when i install Windows 8 on Xen machine, starts Virtuabox on it and new 32bit Centos, tomcat and my api works perfectly. It was running for a 2 years on AMD proceso

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread Pid
On 12/12/2011 00:29, sir...@8host.pl wrote: > One more log: > > 2011-12-12 00:52:15 org.apache.catalina.core.AprLifecycleListener init > INFO: The APR based Apache Tomcat Native library which allows optimal > performance in production environments was not found on the > java.library.path: > /usr/l

Re: Tomcat 5.5 crashes after changing server IP

2011-12-11 Thread sirwiz
One more log: 2011-12-12 00:52:15 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64

RE: Tomcat 5.5 - Context for "MyApp" in MyApp/META-INF/context.xml is always over-writing conf/[enginename]/[hostname]/MyApp.xml

2011-12-07 Thread Peter Smillie
All, My experience was with Tomcat versions 5.5.33 and 5.5.34. Regards Peter Smillie -Original Message- From: Daniel Mikusa [mailto:dmik...@vmware.com] Sent: Thursday, 8 December 2011 0:33 To: Tomcat Users List Subject: Re: Tomcat 5.5 - Context for "MyApp" in MyApp/META-INF/c

Re: Tomcat 5.5 - Context for "MyApp" in MyApp/META-INF/context.xml is always over-writing conf/[enginename]/[hostname]/MyApp.xml

2011-12-07 Thread Daniel Mikusa
On Tue, 2011-12-06 at 18:23 -0800, Peter Smillie wrote: > According to the Tomcat 5.5 documentation page > "tomcat-docs/config/context.html#Introduction" when Tomcat is trying to > decide on the context for a Web application: > > Only if a context file does not exist for the application in the

Re: Tomcat 5.5 crashes after changing server IP

2011-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sirwiz, On 11/29/11 11:51 AM, sir...@8host.pl wrote: > I can run tomcat with examples scripts (i just install t 7.0.23) > and i have this error: > > 2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start INFO: > Starting ProtocolHandler ["http-

Re: Tomcat 5.5 crashes after changing server IP

2011-11-29 Thread sirwiz
I can run tomcat with examples scripts (i just install t 7.0.23) and i have this error: 2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"] 2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-b

Re: Tomcat 5.5 crashes after changing server IP

2011-11-26 Thread Pid
On 26/11/2011 15:19, Christopher Schultz wrote: > Sirwiz, > > On 11/25/11 10:16 PM, sir...@8host.pl wrote: >> 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener >> init INFO: The APR based Apache Tomcat Native library which allows >> optimal performance in production environments wa

Re: Tomcat 5.5 crashes after changing server IP

2011-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sirwiz, On 11/25/11 10:16 PM, sir...@8host.pl wrote: > 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener > init INFO: The APR based Apache Tomcat Native library which allows > optimal performance in production environments was not foun

RE: Tomcat 5.5 crashes after changing server IP

2011-11-25 Thread sirwiz
Tomcat log: 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/s

RE: Tomcat 5.5 crashes after changing server IP

2011-11-25 Thread Caldarale, Charles R
> From: sir...@8host.pl [mailto:sir...@8host.pl] > Subject: Tomcat 5.5 crashes after changing server IP > Hi, i recently move server to new IP, since this change ive got > permanently this error, i tryed everything but im fail. > [Fri Nov 25 23:56:29 2011] [notice] SELinux policy enabled; httpd

Re: tomcat 5.5 ------ log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.

2011-06-20 Thread WEIQUAN YUAN
> 1. What exact version of Tomcat 5.5.x you are using? 5.5.17.0 > 2. It says that it is class loading issue. What jars to you have on > the server ind in your webapp? there are a lot of jars i used for this webapp, including spring, dwr, log4j, mail, esapi, jstl, json, common, activation, . >

Re: tomcat 5.5 ------ log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.

2011-06-20 Thread Konstantin Kolinko
2011/6/20 WEIQUAN YUAN : > I can run without problem locally for app testPhoenix in eclipse > server, but when deploy to linux box, I got error like below > > > 20-Jun-2011 9:19:24 AM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > 20-Jun-2011 9:19:24 AM org.apache.ca

RE: Tomcat 5.5 Clustering

2011-06-09 Thread Tauqir Akhtar
Sorry abt that. I have created a new request now. Thanks Tauqir Akhtar -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, June 09, 2011 10:27 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering On 09/06/2011 15:02, Tauqir Akhtar wrote: > Hi >

Re: Tomcat 5.5 Clustering

2011-06-09 Thread Pid
On 09/06/2011 15:02, Tauqir Akhtar wrote: > Hi > > I am running two Tomcat (5.5.27) Instances on two different machines > deploying the same Java Application. If this is a new request for help, rather than a reply to "Tomcat 6 Clustering vs. Tomcat 5.5 clustering" please start a new thread, rat

Re: Tomcat 5.5 doesn't support keep-alive?

2011-05-23 Thread Tim Stibbs
ufferedReader is = new BufferedReader(new > InputStreamReader(servletConnection.getInputStream())); > String line; > while ((line = is.readLine()) != null) > { > } > is.close(); > } > > > -- Forwarded message -- > From: Christopher Schultz > To: Tomcat Users List > D

Re: Tomcat 5.5 doesn't support keep-alive?

2011-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 5/16/2011 4:06 AM, Tim Stibbs wrote: > I have a java client that is making a large number of calls to a servlet > running in a web app in tomcat 5.5.28. I have noticed that if the client > process runs for too long, the client machine runs out

Re: Tomcat 5.5/6 - JSP Reload

2011-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sylvain, On 4/7/2011 11:41 AM, Sylvain Goulmy wrote: > Having spent some time trying to understand why when I deploy a new version > of my JSP, it was not recompiled, I observe that in fact a new version is > taken into account only if the modificatio

RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
-Original Message- > From: Pete Helgren [mailto:p...@valadd.com] > Sent: Thursday, January 27, 2011 12:01 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.5 on Windows Server 2008 > > 8080 is listed as: > > TCP[::]:8080 NEWAS400:0 LISTENIN

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
Answering my own post here. The follow up posts solved it. I added the address="0.0.0.0" to the connector tag and yes, all is well. Pete Helgren Value Added Software, Inc www.asaap.com www.opensource4i.com On 1/27/2011 11:01 AM, Pete Helgren wrote: 8080 is listed as: TCP[::]:8080

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Pete Helgren
8080 is listed as: TCP[::]:8080 NEWAS400:0 LISTENING The blank IP address is interesting. Normally, at other customer sites, all I have had to do was to install Tomcat, drop my war into webapps and it just worked (it is a pretty vanilla deployment). When you say t

RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
omcat Users List' > Subject: RE: Tomcat 5.5 on Windows Server 2008 > > Mark is correct below. It is an IPV4 vs. IPV6 thing. > It's a known issue if using the native libs. > If you do not specify an IP address in the tag, then APR > will only listen on IPV6. If you

RE: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Jeffrey Janner
> From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, January 27, 2011 11:27 AM > To: Tomcat Users List > Subject: Re: Tomcat 5.5 on Windows Server 2008 > > On 27/01/2011 17:23, Pete Helgren wrote: > > I can't quite figure out what the issue is here but perha

Re: Tomcat 5.5 on Windows Server 2008

2011-01-27 Thread Mark Thomas
On 27/01/2011 17:23, Pete Helgren wrote: > I can't quite figure out what the issue is here but perhaps someone who > is running Tomcat 5.5 on Windows server 2008 can weigh in. I have > installed Tomcat 5.5 on a Windows Server 2008 64 bit OS. Everything > seemed to install correctly. I was able t

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-04 Thread Mark Thomas
On 04/01/2011 06:47, Harsimranjit singh Kler wrote: > So this means tomcat alone have not sufficent support for Load Balancing and > clustering?. Correct. Tomcat does not provide a reverse proxy implementation. > You main only way to achive is to use apache server HTTPD and connector, > mod_jk th

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
So this means tomcat alone have not sufficent support for Load Balancing and clustering?. but i am able to check successfully: 1)Session maintaince2)Auto Deployment Only thing i am not able to achive to hide Cluster URL on redirection. You main only way to achive is to use apache server HTTPD and

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Pid
On 1/3/11 9:40 AM, Harsimranjit singh Kler wrote: > using tomcat instances only(balancer Feature) Why? http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html#Using_the_balancer_webapp "This is a simple implementation of a rules-based load balancer. It was not designed as a replacement for

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread André Warnier
Harsimranjit singh Kler wrote: Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on port

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on ports 8080,9080,10080,11080.So port 8

Re: Tomcat 5.5/HTTPD cluster question

2010-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 12/31/2010 5:42 AM, Pid wrote: > LB > - > || > HTTPDHTTPD > --- --- >

Re: Tomcat 5.5/HTTPD cluster question

2010-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, On 12/30/2010 10:46 PM, Don Hill wrote: > From what I can tell it appears that the HTTPD server is stalling at > MaxClients. So you have too many clients for your httpd server? Well, if you have resources to spare (memory and CPU), go ahead and

Re: Tomcat 5.5/HTTPD cluster question

2010-12-31 Thread Pid
On 12/31/10 3:46 AM, Don Hill wrote: > Chris, > > Thanks for following up on this. From what I can tell it appears that the > HTTPD server is stalling at MaxClients. How are you measuring connections and arriving at the above? The documentation for 2.0 states that MaxClients is configurable: h

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
Chris, Thanks for following up on this. From what I can tell it appears that the HTTPD server is stalling at MaxClients. This usually happens after some mailing and the site gets hit really hard with users, upward of 3000 active sessions being handle by 2 HTTPD servers and 4 Tomcat instances. Sinc

Re: Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
Ok but application is automaticaly generated in NetBeans 6.9 and it containes only one .jsp page it is index.jsp. And i chosed Tomcet 5.5 and J2EE 1.4. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee h

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, On 12/30/2010 10:41 AM, Don Hill wrote: > My mistake, Here are the details. I should have confirmed first before > posting but besides the apache version everything else is correct. > > tomcat 5.5.2.7 That's not a version published by Tomcat. M

Re: Tomcat 5.5 problem

2010-12-30 Thread Mark Eggers
>From the following, it looks like Tomcat is running fine: Dec 30, 2010 6:55:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2031 ms >From the following, it looks like your application is not running fine: Dec 30, 2010 7:15:58 PM org.apache.catalina.startup.HostConfig de

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
2010/12/30 Sasa Rakic : > 1.I put .war file from my JSF project in to webapps folder of my apache What version of JSF? Please show us your web.xml Maybe you will need Tomcat 6 for your application. (See "Which version?" link on the main page of tomcat.apache.org). Can you use Tomcat 6? > tomca

Re: Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
1.I put .war file from my JSF project in to webapps folder of my apache tomcat 5.5.31 directory. .../apache tomcat 5.5.31/webapps/MyProject.WAR 2.From the command prompt i start startup.bat file which is positioned in .../apache tomcat 5.5.31/bin/startup.bat. And Tomcat does not work. If i do same

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
2010/12/30 Sasa Rakic : > I have problem with this version of Tomcat 5.5.31 on Windows XP SP3 and also > on Windows 7. I use jdk. > Here is print screen of netstat -ano from cmd prompt like netstat -ano.jpg! > I hope someone hava idea what is the problem! > This mailing list does not allow images

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
My mistake, Here are the details. I should have confirmed first before posting but besides the apache version everything else is correct. tomcat 5.5.2.7 apachectl -l shows prefork compiled in. *$JAVA_HOME/bin/java -version* java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10

Re: Tomcat 5.5/HTTPD cluster question

2010-12-29 Thread Pid
On 12/28/10 9:13 PM, Don Hill wrote: > We are on 64bit JVM 1.6 the heap is 8GB for each Tomcat instance. The OS is > RHEL 4.0 64 bit Great. Which versions of HTTPD 1.3 and Tomcat 5.5 are they? p > On Tue, Dec 28, 2010 at 7:30 AM, Pid wrote: > >> On 12/27/10 4:42 PM, Don Hill wrote: >>> Thank

Re: Tomcat 5.5/HTTPD cluster question

2010-12-28 Thread Don Hill
We are on 64bit JVM 1.6 the heap is 8GB for each Tomcat instance. The OS is RHEL 4.0 64 bit On Tue, Dec 28, 2010 at 7:30 AM, Pid wrote: > On 12/27/10 4:42 PM, Don Hill wrote: > > Thanks. > > > > I am trying to get them to migrate. It seems that part of there > bottleneck > > could be the MAX cli

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread David Smith
On 12/28/2010 8:33 AM, Pid wrote: > On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: >> Hi >> >> i have testing tomcat clustering on single machine.What i am able to do is i >> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in >> balancer with round robin approach.all r

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread Pid
On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: > Hi > > i have testing tomcat clustering on single machine.What i am able to do is i > hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in > balancer with round robin approach.all requests hits on balancer redirected > to

Re: Tomcat 5.5/HTTPD cluster question

2010-12-28 Thread Pid
On 12/27/10 4:42 PM, Don Hill wrote: > Thanks. > > I am trying to get them to migrate. It seems that part of there bottleneck > could be the MAX clients on HTTPD. They get high volumes at times and have > like 1800-3000 active sessions. Any other input would be great like tuning > tomcat to worker

Re: Tomcat 5.5/HTTPD cluster question

2010-12-27 Thread Don Hill
Thanks. I am trying to get them to migrate. It seems that part of there bottleneck could be the MAX clients on HTTPD. They get high volumes at times and have like 1800-3000 active sessions. Any other input would be great like tuning tomcat to workers and the best strategy to setup a tomcat/httpd e

Re: Tomcat 5.5/HTTPD cluster question

2010-12-27 Thread André Warnier
Don Hill wrote: Hi. I am working on a tomcat 5.5 cluster which is using ajp/1.3 and mod_jk and trying to determine the best cluster design given the hardware. I have 2 xeon 2.3 ghz 2 CPU machines with 38GB ram machine. Currently here is the config I am using. The TOMCAT and HTTPD servers are on

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin

Re: Tomcat 5.5: how doesone configure an authenticator valve?

2010-11-02 Thread Konstantin Kolinko
2010/11/3 dB. : > After some more code-reading I found the problem. Looking at the > implementation of response.sendError in TC5, it's clear that it dumps > whatever headers you added prior to the call. Changing this to setStatus > fixed the problem. I assume this means that Tomcat doesn't get a

RE: Tomcat 5.5: how doesone configure an authenticator valve?

2010-11-02 Thread dB .
Original Message- From: dB. [mailto:dbl...@dblock.org] Sent: Tuesday, November 02, 2010 4:55 PM To: Tomcat Users List Subject: RE: Tomcat 5.5: how doesone configure an authenticator valve? Thanks for your help. I should have done this (logging) in the first place, sorry. The filter is invoke

RE: Tomcat 5.5: how doesone configure an authenticator valve?

2010-11-02 Thread dB .
#x27;re looking at some intermediate waffle check-in, the namespace was renamed at some point, it's waffle.apache. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, November 02, 2010 8:39 AM

Re: Tomcat 5.5: how doesone configure an authenticator valve?

2010-11-02 Thread Konstantin Kolinko
2010/11/2 dB. : > I am trying to help someone with a Tomcat 5.5 implementation of waffle > (waffle.codeplex.com). It has authenticator valve that works well with tc6. > I declare a valve inside the web app: > > Context.xml > > > >   principalFormat="fqn" roleFormat="both" /> >   > > Note, that

RE: Tomcat 5.5 and 6.0

2010-10-28 Thread Okubo, Yasushi (TSD)
Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, October 28, 2010 9:22 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 and 6.0 > From: Alfio Vergine [mailto:averg...@eastnets.com] > Subject: Tomcat 5.5 and 6.0 > I would like to know when an appli

RE: Tomcat 5.5 and 6.0

2010-10-28 Thread Caldarale, Charles R
> From: Alfio Vergine [mailto:averg...@eastnets.com] > Subject: Tomcat 5.5 and 6.0 > I would like to know when an application is compatible with 5.5 > versions, it is also with 6.0? Highly likely. > Or testing should be done? Always. > There are any official statements about it? http://tomc

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
a bunch of errors. p > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, October 14, 2010 4:16 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.5 -6.0 Upgrade Question > > Bernard, > > On 10/14/2010 3:

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Bernard Bondar
Thanks! -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, October 14, 2010 4:17 PM To: Tomcat Users List Subject: RE: Tomcat 5.5 -6.0 Upgrade Question > From: Bernard Bondar [mailto:bbon...@nyit.edu] > Subject: RE: Tomcat 5.5 -6.0 U

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Bernard Bondar
Thank you! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, October 14, 2010 4:16 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 -6.0 Upgrade Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernard, On 10/14/2010 3:45 PM

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Caldarale, Charles R
> From: Bernard Bondar [mailto:bbon...@nyit.edu] > Subject: RE: Tomcat 5.5 -6.0 Upgrade Question > forgot, what about a webapp (which I currently have) that is under 5.5? You can usually just copy it over to the new Tomcat's appBase directory (usually named webapps). As mentione

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernard, On 10/14/2010 3:45 PM, Bernard Bondar wrote: > Almost forgot, what about a webapp (which I currently have) that is > under 5.5? Presumably you are asking what you'd have to do in order to get your webapp deployed under the new install: you j

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Caldarale, Charles R
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 > [mailto:jason.t.hansel@navy.mil] > Subject: RE: Tomcat 5.5 -6.0 Upgrade Question > How can I remove myself from these Posts? Read the bottom of every message... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDE

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Bernard Bondar
Almost forgot, what about a webapp (which I currently have) that is under 5.5? Thanks, Bernard -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, October 14, 2010 3:26 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 -6.0 Upgrade Question On 14/10/2010 18:04

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
How can I remove myself from these Posts? -Original Message- From: Bernard Bondar [mailto:bbon...@nyit.edu] Sent: Thursday, October 14, 2010 3:29 PM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5 -6.0 Upgrade Question Thank you, Bernard -Original Message- From: Pid

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Bernard Bondar
Thank you, Bernard -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, October 14, 2010 3:26 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 -6.0 Upgrade Question On 14/10/2010 18:04, Bernard Bondar wrote: > You're right, it's Windows 2003 server. N

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
alling Tomcat as a service, just do the next bit. Unzip the download in directory alongside the old one. p > Thanks, > Bernard > > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Thursday, October 14, 2010 12:59 PM > To: Tomcat Users List > S

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernard, On 10/14/2010 3:08 PM, Bernard Bondar wrote: > Thanks, do you think I can install 6.0 on the same server as the 5.5 > without having conflicts? I was only adding to comments other have made. What did they say? - -chris -BEGIN PGP SIGNAT

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernard, On 10/14/2010 12:34 PM, Bernard Bondar wrote: > Does anyone know if I need to uninstall Tomcat 5.5 before I install > 6.0 or can I just install on top of it? I'd like to add to the comments of Chuck and Pid: No matter what you do, do not

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
On 14/10/2010 17:34, Bernard Bondar wrote: > Hi All, > > Does anyone know if I need to uninstall Tomcat 5.5 before I install 6.0 or > can I just install on top of it? Umm, probably not such a good idea. Depending on the OS & download you're using (you didn't say), you can install the new vers

RE: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Caldarale, Charles R
> From: Bernard Bondar [mailto:bbon...@nyit.edu] > Subject: Tomcat 5.5 -6.0 Upgrade Question > Does anyone know if I need to uninstall Tomcat 5.5 before I > install 6.0 or can I just install on top of it? You do not need to uninstall prior versions, but you certainly don't want to install on t

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Steve Ryder
ay as well. - Original Message - From: "Rainer Jung" To: Sent: Sunday, September 26, 2010 6:50 AM Subject: Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties On 15.09.2010 11:02, Pid wrote: On 14/09/2010 23:35, André Warnier wrote: Pid wrote: On 14/

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Rainer Jung
On 15.09.2010 11:02, Pid wrote: On 14/09/2010 23:35, André Warnier wrote: Pid wrote: On 14/09/2010 16:17, Steve Ryder wrote: java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noti

Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/21/2010 9:38 AM, Roman Makurin wrote: > We r using tomcat 5.5.27. Here is server.xml from one of nodes(I skip all not > important things from my point of view): > > > >jvmRoute="apps1"> >cla

Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Roman Makurin
Hi! Thanks for reply! On Mon, Sep 20, 2010 at 11:30:52AM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Roman, > > On 9/20/2010 3:27 AM, Roman Makurin wrote: > > We have clustering setup with 2 tomcat 5.5 instances, > > What exact version of Tomcat 5.5?

Re: tomcat 5.5, getSession() returns null

2010-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/20/2010 3:27 AM, Roman Makurin wrote: > We have clustering setup with 2 tomcat 5.5 instances, What exact version of Tomcat 5.5? Please post your clustering configuration, including relevant information from web.xml. Specifically, are you

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-15 Thread Pid
On 14/09/2010 23:35, André Warnier wrote: > Pid wrote: >> On 14/09/2010 16:17, Steve Ryder wrote: >>> java.security.AccessControlException: access denied >>> (java.io.FilePermission >>> /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties >>> read) >>> >>> When I first noticed this

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread André Warnier
Pid wrote: On 14/09/2010 16:17, Steve Ryder wrote: java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noticed this I added the java.io.FilePermission to catalina.policy under WEB A

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Pid
MimeBodyPart.java:1008)javax.mail.internet.MimeMultipart.updateHeaders(MimeMultipart.java:415)javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1287)javax.mail.internet.MimeM > > essage.updateHeaders(MimeMessage.java:2072)javax.mail.internet.MimeMessage.saveChanges(MimeMess

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Steve Ryder
BodyPart.java:1287)javax.mail.internet.MimeM essage.updateHeaders(MimeMessage.java:2072)javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:2040)com.jsrsys.web.JsrSendMail.sendMail(JsrSendMail.java:507)<--- mycode- Original Message -----From: "Pid" To: "TomcatUsers L

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Pid
On 14/09/2010 16:17, Steve Ryder wrote: > java.security.AccessControlException: access denied (java.io.FilePermission > /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) > > When I first noticed this I added the java.io.FilePermission > to catalina.policy under WEB APP P

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Steve Ryder
java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noticed this I added the java.io.FilePermission to catalina.policy under WEB APP PERMISSIONS grant { // Added by JSR 2010-09-13

  1   2   3   4   5   6   7   8   >