RE: Tomcat LoadBalancing

2010-10-14 Thread Deepak Pal
Hello, My organisatin is also planning to use NginX web server by replacing apache2 web server in this configuration as a front end Load balancer and then provide load to tomcat. will it work or we should go with apache. Deepak

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Oliver Siegmar
Hi all, Am Thursday 14 October 2010 schrieb Christopher Schultz: > So I'm surprised that Oliver is getting that weird output. I wrote in my initial mail to this list "I have an enum that has an overridden toString() method". I thought it was clear what that means, obviously it was not. Sorry fo

RE: Tomcat LoadBalancing

2010-10-14 Thread Caldarale, Charles R
> From: Deepak Pal [mailto:deepak@orkash.com] > Subject: Re: Tomcat LoadBalancing > Should I continue with this configuration or make > some changes to it. Since you're already front-ending Tomcat with httpd, you should use httpd as the load balancer. That's a proven and widely used techn

Re: Tomcat LoadBalancing

2010-10-14 Thread Deepak Pal
Hello All, As I have already told you guys that I want to achieve Load balancing within Tomcat servers. In this configuration head Tomcat server will get request from apache web server and then distribute that load among the Tomcat load balancers members. But as Mark told us that Tomcat is not

RE: Inconsistent output of Java 5 enums

2010-10-14 Thread Martin Gainty
as of J2SE5 enum is a J2SE keyword http://en.wikibooks.org/wiki/Java_Programming/Keywords/enum hth Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehen

Re: Apache Reverse Proxy required or not?

2010-10-14 Thread Ben Stringer
> Hi All, > > > > Quick question on what people's views are with regard to using Tomcat to > host external/internet facing sites. A quick Google search recommends > that these should be 'fronted' by Apache running reverse proxy. Is > Tomcat classed as insecure and as such requires this proxy in fro

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Konstantin Kolinko
2010/10/14 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oliver, > > On 10/14/2010 12:24 PM, Oliver Siegmar wrote: >> On Wednesday 13 October 2010 21:21:33 Christopher Schultz wrote: >>> What do your taglib declarations look like? I've only used the JSTL a >>> little b

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
On 14/10/2010 21:20, Bernard Bondar wrote: > Thank you! But note: if the app contains JSPs and those JSPs were precompiled using the Jasper Ant task, the app will need to be recompiled to avoid weird errors. If you don't know what I'm talking about, don't worry unless you see a bunch of errors.

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 20:31, Christopher Schultz wrote: > All, > > On 10/14/2010 3:24 PM, Christopher Schultz wrote: >> Pid, > >> On 10/14/2010 3:21 PM, Pid wrote: >>> On 14/10/2010 20:03, Oliver Siegmar wrote: Hi Pid, Am Thursday 14 October 2010 schrieb Pid: > Which JSTL implementatio

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Pid
On 14/10/2010 21:39, János Löbb wrote: > > On Oct 14, 2010, at 3:00 PM, Christopher Schultz wrote: > > All, > > Is there any interest in my (finally) presenting my performance data for > Tomcat connectors versus Apache httpd at the conference meetup? > > I'd have to repeat my tests (my data is

Meetup during ApacheConNA2010

2010-10-14 Thread jean-frederic clere
Hi, We will have a meetup during the ApacheConNA2010 on Thursday 4th at 20h00. Meetups are free to attend and a opportunity to have short presentation and discussion about the new Tomcat 7 and the latest improvement done in the code. See http://wiki.apache.org/tomcat/TomcatAtApacheConNA2010 and re

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Mark Thomas
On 14/10/2010 21:39, Christopher Schultz wrote: > I'm about to have another baby, though. Congrats. >>> But, if there's interest, I'll get off my butt and show some purty >>> pitchers at the meetup. > >> I'd like to see. I think the discussion around the results could be very >> interesting. >

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread János Löbb
On Oct 14, 2010, at 3:00 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > All, > > Is there any interest in my (finally) presenting my performance data for > Tomcat connectors versus Apache httpd at the conference meetup? > > I'd have to repeat my tests (my

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/14/2010 4:21 PM, Mark Thomas wrote: > On 14/10/2010 20:00, Christopher Schultz wrote: >> All, >> >> Is there any interest in my (finally) presenting my performance data for >> Tomcat connectors versus Apache httpd at the conference meetup?

Re: ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Mark Thomas
On 14/10/2010 20:00, Christopher Schultz wrote: > All, > > Is there any interest in my (finally) presenting my performance data for > Tomcat connectors versus Apache httpd at the conference meetup? > > I'd have to repeat my tests (my data is for 6.0.20 and we're on 6.0.29, > now) plus add some st

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 Upgrade

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, Berna

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 mentioned before, make

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 CONFIDENTIAL AND/OR OTHERWI

RE: Apache Reverse Proxy required or not?

2010-10-14 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Apache Reverse Proxy required or not? > > > Is Tomcat classed as insecure > > > > Nope. > Unless it's identified as Jetty. :( > [Sorry, I can't find a reference to that thread > I swear it was this week!] I

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, Bernard

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 [mailto:p..

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 10/14/2010 3:24 PM, Christopher Schultz wrote: > Pid, > > On 10/14/2010 3:21 PM, Pid wrote: >> On 14/10/2010 20:03, Oliver Siegmar wrote: >>> Hi Pid, >>> >>> Am Thursday 14 October 2010 schrieb Pid: Which JSTL implementation are you usin

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. Not sure which down

Re: Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Pid
On 14/10/2010 18:04, Bernard Bondar wrote: > You're right, it's Windows 2003 server. Not sure which download - any > suggestions? You say I can install new alongside old wouldn't there be some > type of conflict? Please respond to the list. The .zip contains the server installer script as wel

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 10/14/2010 3:21 PM, Pid wrote: > On 14/10/2010 20:03, Oliver Siegmar wrote: >> Hi Pid, >> >> Am Thursday 14 October 2010 schrieb Pid: >>> Which JSTL implementation are you using and which Java version was it >>> compiled for/on? >> >> http://r

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 20:03, Oliver Siegmar wrote: > Hi Pid, > > Am Thursday 14 October 2010 schrieb Pid: >> Which JSTL implementation are you using and which Java version was it >> compiled for/on? > > http://repo2.maven.org/maven2/javax/servlet/jstl/1.2/jstl-1.2.jar > > Using Sun/Oracle Java 6u21 OK.

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: Apache Reverse Proxy required or not?

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 10/14/2010 1:01 PM, Pid wrote: > On 14/10/2010 17:19, Rob Gregory wrote: >> >> Is Tomcat classed as insecure > > Nope. Unless it's identified as Jetty. :( [Sorry, I can't find a reference to that thread I swear it was this week!] >> a

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: Inconsistent output of Java 5 enums

2010-10-14 Thread Oliver Siegmar
Hi Pid, Am Thursday 14 October 2010 schrieb Pid: > Which JSTL implementation are you using and which Java version was it > compiled for/on? http://repo2.maven.org/maven2/javax/servlet/jstl/1.2/jstl-1.2.jar Using Sun/Oracle Java 6u21 Bye Oliver

ApacheCon2010NA Meetup / Connector Performance

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Is there any interest in my (finally) presenting my performance data for Tomcat connectors versus Apache httpd at the conference meetup? I'd have to repeat my tests (my data is for 6.0.20 and we're on 6.0.29, now) plus add some stuff like "stati

Re: Where do files served get logged?

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 10/14/2010 12:58 PM, laredotornado wrote: > I haven't done any benchmarks, and I'm assuming some of the folks on this > thread are the Tomcat developers and can speak first hand to the speed. While I am not a Tomcat developer, I can speak to

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Pid
On 14/10/2010 19:42, Christopher Schultz wrote: > Oliver, > > On 10/14/2010 12:24 PM, Oliver Siegmar wrote: >> On Wednesday 13 October 2010 21:21:33 Christopher Schultz wrote: >>> What do your taglib declarations look like? I've only used the JSTL a >>> little bit, and I found that when you have t

Re: Inconsistent output of Java 5 enums

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver, On 10/14/2010 12:24 PM, Oliver Siegmar wrote: > On Wednesday 13 October 2010 21:21:33 Christopher Schultz wrote: >> What do your taglib declarations look like? I've only used the JSTL a >> little bit, and I found that when you have the wrong t

Re: Access Log Valve - Query String

2010-10-14 Thread Tim Funk
Use pattern="combined" to see the querystring -Tim On 10/12/2010 12:21 PM, Leo Donahue - PLANDEVX wrote: I am currently using the common pattern to log all requests using the Access Log Valve. - To unsubscribe, e

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:58, laredotornado wrote: > > I haven't done any benchmarks, and I'm assuming some of the folks on this > thread are the Tomcat developers and can speak first hand to the speed. If > so, I would encourage you to update the wiki ... > > http://wiki.apache.org/tomcat/FAQ/Connectors

Re: Handling Tomcat crash

2010-10-14 Thread Pid
On 14/10/2010 17:45, Maximilian Stocker wrote: > -Original Message- > From: Tarun Gupta [mailto:tarun.gu...@digitalmountain.com] > Sent: Thursday, October 14, 2010 12:41 PM > To: users@tomcat.apache.org > Subject: Handling Tomcat crash > > In the event the tomcat crashes I would like to re

Re: Apache Reverse Proxy required or not?

2010-10-14 Thread Pid
On 14/10/2010 17:19, Rob Gregory wrote: > Hi All, > > Quick question on what people's views are with regard to using Tomcat to > host external/internet facing sites. A quick Google search recommends > that these should be 'fronted' by Apache running reverse proxy. What reasons did they give? >

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: Where do files served get logged?

2010-10-14 Thread laredotornado
I haven't done any benchmarks, and I'm assuming some of the folks on this thread are the Tomcat developers and can speak first hand to the speed. If so, I would encourage you to update the wiki ... http://wiki.apache.org/tomcat/FAQ/Connectors because it mentions that Apache is faster at serving

RE: Handling Tomcat crash

2010-10-14 Thread Maximilian Stocker
The easiest thing would be to use the tools provided by the OS. Go into services and configure the recovery options as you desire. Restart the service is an option. But why is tomcat crashing? -Original Message- From: Tarun Gupta [mailto:tarun.gu...@digitalmountain.com] Sent: Thursday,

Handling Tomcat crash

2010-10-14 Thread Tarun Gupta
In the event the tomcat crashes I would like to restart tomcat automatically or better be alerted of the status that it is crashed. I'm running Tomcat on Windows server. Is there any script which may restart tomcat or any opensource tool which will send me an alert that it is crashed. Thanks.

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

Tomcat 5.5 -6.0 Upgrade Question

2010-10-14 Thread Bernard Bondar
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? Thank you, Bernard

Apache Reverse Proxy required or not?

2010-10-14 Thread Rob Gregory
Hi All, Quick question on what people's views are with regard to using Tomcat to host external/internet facing sites. A quick Google search recommends that these should be 'fronted' by Apache running reverse proxy. Is Tomcat classed as insecure and as such requires this proxy in front or is thi

Re: Insonsistent output of Java 5 enums

2010-10-14 Thread Oliver Siegmar
Hi Chris, On Wednesday 13 October 2010 21:21:33 Christopher Schultz wrote: > What do your taglib declarations look like? I've only used the JSTL a > little bit, and I found that when you have the wrong taglib URL, things > don't work properly. This is how I use JSTL core: <%...@taglib prefix="c"

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:05, laredotornado wrote: > > Hi, > > I'm using Tomcat 6.0.26. Where is it configured, or where do I look to see > what files Tomcat has served? I'm trying to make sure Tomcat is not serving > static files that Apache can serve more efficiently. [I'm wincing & extending a cordi

Re: Where do files served get logged?

2010-10-14 Thread Edward Bicker
In the served files log. -Original Message- >From: Jeff Hubbs >Sent: Oct 14, 2010 12:15 PM >To: Tomcat Users List >Subject: Re: Where do files served get logged? > > On 10/14/10 12:08 PM, Caldarale, Charles R wrote: >> >>> I'm trying to make sure Tomcat is not serving static >>> fil

Re: Where do files served get logged?

2010-10-14 Thread Jeff Hubbs
On 10/14/10 12:08 PM, Caldarale, Charles R wrote: I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. Why do you think httpd can serve them more efficiently? I recall from reading about Slashdot's architecture some years ago (Perl/MySQL at the t

RE: Where do files served get logged?

2010-10-14 Thread Caldarale, Charles R
> From: laredotornado [mailto:laredotorn...@gmail.com] > Subject: Where do files served get logged? > Where is it configured, or where do I look to see what files > Tomcat has served? You can enable the AccessLogValve in conf/server.xml, and tailor it to your liking. > I'm trying to make sure

Where do files served get logged?

2010-10-14 Thread laredotornado
Hi, I'm using Tomcat 6.0.26. Where is it configured, or where do I look to see what files Tomcat has served? I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. Thanks, - Dave -- View this message in context: http://old.nabble.com/Where-do-files

Re: Disable class monitoring for reloading container classes

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jane, On 10/14/2010 11:42 AM, Jane Muse wrote: > Chris wrote: > > > We didn't change in context.xml from how it was > installed in tomcat 6.0.18. The default is commented out. But thanks for > the info. That's not what Subversion says: http://

Re: Why I am getting Malware detection in Tomcat 5.5.031

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurabh, On 10/14/2010 11:48 AM, Christopher Schultz wrote: > If you want to keep the file, but remove the warnings, try opening the > file in an archiver and removing "*.o" from the contents. You may have > to look deep in subdirectories to find them

Re: Why I am getting Malware detection in Tomcat 5.5.031

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurabh, On 10/10/2010 11:29 AM, Saurabh Agrawal (PSL) wrote: > I am trying to install apache tomcat 5.5.031 on Windows 7 Hopefully, you means 5.5.31, since 5.5.031 is not a valid Tomcat version number. Are you installing from scratch? If so, I woul

RE: Disable class monitoring for reloading container classes

2010-10-14 Thread Jane Muse
Chris wrote: We didn't change in context.xml from how it was installed in tomcat 6.0.18. The default is commented out. But thanks for the info. . And if autoDeploy="false" then you have to shutdown tomcat, delete the CATALINA_BASE/WEBAPPS/APP_NAME directory, and restart tomcat in order for

Re: Connecting Tomcat 6.0.26 to MySQL 5.1

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 10/11/2010 7:32 AM, m.os...@dsl.pipex.com wrote: > Having rebuilt my Windows PC, I am trying to get Tomcat running > under NetBeans to connect to MySQL. If you were rebuilding, why did you stick with Microsoft Windows? :) > I believe MySQ

Re: Disable class monitoring for reloading container classes

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/14/2010 11:18 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Disable class monitoring for reloading container classes > >> It's probably not necessary to comment-out th

RE: Disable class monitoring for reloading container classes

2010-10-14 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Disable class monitoring for reloading container classes > It's probably not necessary to comment-out the > as the context should not be reloadable if you set reloadable="true", Is that a typo? Do you mean reloada

Re: Tomcat performance under low load

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vijay, On 10/13/2010 7:35 PM, Vijay Menon wrote: > We're scaling to satisfactory loads of 250 concurrent > requests serving pages in 0.5 seconds. Excellent (assuming that 0.5 seconds is acceptable to your team). > The other test scenario is where th

Re: Java out of memory error

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 10/14/2010 7:19 AM, rujin raj wrote: > I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB > physical memory and the Java version is jre1.6.0. Just a note: 5.5.20 is over 4 years old. You should really upgrade to 5.5.30 or e

Re: Java out of memory error

2010-10-14 Thread Juha Laiho
On 10/14/2010 02:19 PM, rujin raj wrote: I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB physical memory and the Java version is jre1.6.0. Is the OS installation 64-bit or 32-bit? If the application is 64-bit, is the Java installation 64-bit or 32-bit? (I suppose your Java

Re: Disable class monitoring for reloading container classes

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jane, On 10/13/2010 5:41 PM, Jane Muse wrote: > We have a directory called COMPANY_NAME/tomcat that is CATALINA_BASE. > I sent the contents of CATALINA_BASE/conf/context.xml in the email > below. Great. It's probably not necessary to comment-out the

RE: upgrading apache tomcat on windows 2003

2010-10-14 Thread Paul Primeau
At this point it's just failing at the service. Paul Primeau CGI Engineering & Technical Support ETS Midrange Service Line PWGSC - ITSB - SM&D 700 Montreal Road - Annex B, Station 2079 Ottawa, Ontario, Canada, K1A 0P7 Work: (613) 748-2379 ; Fax: (613) 748-4843 mailto:paul.prim...@pwgsc.gc.ca In

RE: upgrading apache tomcat on windows 2003

2010-10-14 Thread Rob Gregory
Is the install actually failing or is it just failing to add the service? If the 2nd is the case then removing the service should allow the installation to go through without errors. > -Original Message- > From: Paul Primeau [mailto:paul.prim...@tpsgc-pwgsc.gc.ca] > Sent: 14 October 2010

RE: upgrading apache tomcat on windows 2003

2010-10-14 Thread Paul Primeau
Thanks for the quick response Rob, So it is possible to use the installer to upgrade. I don't have to uninstall and then re-install. You suggest removing the service and continuing with the install. I would like to find procedures that detail the steps to do when upgrading from one version to ano

RE: upgrading apache tomcat on windows 2003

2010-10-14 Thread Rob Gregory
Can you not just manually remove the existing service i.e. from a cmd prompt:- sc delete You can determine the name of the service from the services option within control panel but guessing it is called Tomcat. Rob > -Original Message- > From: Paul Primeau [mailto:paul.prim...@tpsgc-p

upgrading apache tomcat on windows 2003

2010-10-14 Thread Paul Primeau
Good Morning, I am trying to upgrade from apache tomcat version 5.5.20 to 5.5.31 on a windows 2003 system. I downloaded the apache-tomcat-5.5.31.exe to my server and started the install. I stopped the existing tomcat-apache service. I noticed that there is no upgrade option so I continued with th

Java out of memory error

2010-10-14 Thread rujin raj
hi all, I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB physical memory and the Java version is jre1.6.0. Five applications are installed in it.Today i got one error and applications not working.Error as follows Tomcat log: *14 Oct, 2010 4:08:05 PM org.apache.tomcat.util.threa

Re: Tomcat LoadBalancing

2010-10-14 Thread Mark Thomas
On 14/10/2010 05:51, Deepak Pal wrote: > Hello All, > > I am new to this mailing list and want to know about Tomcat Load > Balancing. I have searched a lot but I found only ways to establish a > Tomcat load balancer by using apache HTTP web server as a front end load > balancer. but I want a load