RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
Heap Limit -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 2/15/2011 11:12 AM, Johnson, Rob E wrote: > That was my next question, should I switch to Linux. This depends entirely on your own requirements. For example, if your organization runs all Microsoft, then switching to Linux is pr

RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
- From: David kerber [mailto:dcker...@verizon.net] Sent: Tuesday, February 15, 2011 9:11 AM To: Tomcat Users List Subject: Re: Tomcat 6 Memory Heap Limit On 2/15/2011 10:57 AM, Johnson, Rob E wrote: > It is a stand alone 32 bit server The most a 32-bit OS can give to any process is ~3GB,

RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
mcat Users List Subject: Re: Tomcat 6 Memory Heap Limit That depends... On linux I was able to assign a single process >30Gb, never tried more. I think your OS is your single limit. regards Leon On Tue, Feb 15, 2011 at 5:03 PM, Johnson, Rob E wrote: > If I move to the 64 bit how high can

RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
: Tomcat 6 Memory Heap Limit > From: Johnson, Rob E [mailto:rob.john...@onrr.gov] > Subject: RE: Tomcat 6 Memory Heap Limit > It is a stand alone 32 bit server Then you're stuck. To get large heap sizes, you'll need a 64-bit OS and a 64-bit JVM. - Chuck THIS COMMUN

RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
Windows Server 2003 <- is this a 32 bit OS? And if not, are you using 64 bit java vm? regards Leon On Tue, Feb 15, 2011 at 4:51 PM, Johnson, Rob E wrote: > > Hi, > Apache Tomcat 6.0.20 > Windows Server 2003 > 50G RAM > I'm running Apache Tomcat 6.0 as a service on a Windo

Tomcat 6 Memory Heap Limit

2011-02-15 Thread Johnson, Rob E
Hi, Apache Tomcat 6.0.20 Windows Server 2003 50G RAM I'm running Apache Tomcat 6.0 as a service on a Windows 2003 Server with 50G of RAM. I want to fully utilize the 50G of RAM (40G) but I cannot get the Apache Service to start again if I go any higher than the setting listed below: -Xms1024m -Xmx

RE: Tomcat 6.0.20 ssl

2010-09-03 Thread Johnson, Rob E
thanks Rob Johnson MBA/IT IT Specialist BOEMRE 303-231-3963 303-589-9278 (Cell) -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, September 03, 2010 2:22 PM To: Tomcat Users List Subject: RE: Tomcat 6.0.20 ssl > From: Johnson, Ro

Tomcat 6.0.20 ssl

2010-09-03 Thread Johnson, Rob E
Hi, I've purchased an apache certificate (x509) from VeriSign and imported the certificate okay and changed the server.xml file: Restart the apached service http://documentum still works But https://documentum does not work, simply get page cannot be displayed. Thanks, Rob Rob Johnson MBA

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
: Alias URL Johnson, Rob E wrote: > Hi, > >> What you would like is that : >> - when a user enters the URL "http://imsden.mms"; (or >> "http://imsden.mms:8080";), he continues to get the standard Tomcat >> homepage >> - when a user enters the

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
tober 05, 2009 12:55 PM To: Tomcat Users List Subject: Re: Alias URL Caldarale, Charles R wrote: >> From: Johnson, Rob E [mailto:rob.john...@mms.gov] ... Hi guys, can I jump in here ? I believe that you are being a bit tough on Rob here. Obviously, he is not a Tomcat expert, and more used to I

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
: Monday, October 05, 2009 11:34 AM To: Tomcat Users List Subject: RE: Alias URL > From: Johnson, Rob E [mailto:rob.john...@mms.gov] > Subject: RE: Alias URL > > So my goal is to use an alias in the url and not the server name. This still isn't clear to me. I'm confused ove

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
a virtual directory and then a webapp as the default homepage. So the alias http://webtop would open http://servername/webtop. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, October 05, 2009 11:12 AM To: Tomcat Users List Subjec

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
thanks -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, October 05, 2009 11:07 AM To: Tomcat Users List Subject: Re: Alias URL Johnson, Rob E wrote: > Chuck Caldarale you've offerec absolutely no help. You contradict > your own questions and

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
bject: RE: Alias URL > From: Johnson, Rob E [mailto:rob.john...@mms.gov] > Subject: RE: Alias URL > > Because the current url has the server name in address. Obviously true, but irrelevant. > If you look in the server.xml file the code has Host name=localhost. > This also means i

RE: Alias URL

2009-10-05 Thread Johnson, Rob E
ar...@unisys.com] Sent: Monday, October 05, 2009 9:52 AM To: Tomcat Users List Subject: RE: Alias URL > From: Johnson, Rob E [mailto:rob.john...@mms.gov] > Subject: Alias URL > > I have apache tomcat 5.5 installed and I am trying to setup an alias > url. Why? By default, Tomcat

Alias URL

2009-10-05 Thread Johnson, Rob E
Hi, I have apache tomcat 5.5 installed and I am trying to setup an alias url. Our host directory is "localhost" and we have a site called webtop. I have create an alias on our DNS (IIS) server http://webtop. I want a user to enter this url and have it open http://localhost:8080/webtop. I've