RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Peter Crowther
> From: Tony Fountain [mailto:[EMAIL PROTECTED] > Would you happen to know of any good references that walks through how > to trouble shoot Apache related performance issues? I don't, so I'm going to throw that open to the list here :-). A few obvious pointers from me: - Performance Monitor: %C

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
-7221 (fax) -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:53 AM To: Tomcat Users List Subject: RE: Apache Tomcat (5.5) configuration suggestions > From: Tony Fountain [mailto:[EMAIL PROTECTED] > from the perspective of > pe

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Peter Crowther
> From: Tony Fountain [mailto:[EMAIL PROTECTED] > from the perspective of > performance, will the x64 yield much better performance for > this type of > thing over x32? Obviously it will from a systems standpoint but is it > evident from an end user perspective? Depends entirely on your applica

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
from an end user perspective? Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:14 AM To: Tomcat Users List Subject: RE: Apache Tomcat (5.5

RE: Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Peter Crowther
> From: Tony Fountain [mailto:[EMAIL PROTECTED] > is there some sort of "server" type mode > for Apache to run in that will allow me to make use of more > than 1.5 GB of memory? You'll need the 64-bit JVM - and a 64-bit OS! Other than that, 1.5G is about as large a contiguous heap as Java can a

Apache Tomcat (5.5) configuration suggestions

2007-10-04 Thread Tony Fountain
Hi, Windows 2003 Server R2 SP2 Apache Tomcat/5.5.23 JVM 1.5.0_12-b04 We are using a reporting product written in Java 1.4 from another vendor that integrates into our web application via frames and URL requests. We have been noticing various performance & stability related issues (i.e. slow

RE: Tomcat 5.5 configuration

2007-08-01 Thread Caldarale, Charles R
> From: Susan Richards [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 configuration > > "Under each appBase directory, install the appropriate > webapp as ROOT.war or in the ROOT directory I guess that wasn't clear enough. An expanded webapp (one not packaged in a

Re: Tomcat 5.5 configuration

2007-08-01 Thread Susan Richards
Chuck said this: "Under each appBase directory, install the appropriate webapp as ROOT.war or in the ROOT directory (case sensitive naming)." I changed my server.xml to this: When I open the URL http://test-infoline.matc.edu, I still go right to the manager. What am I doing wrong? >>> "H

Re: Tomcat 5.5 configuration

2007-08-01 Thread Hassan Schroeder
On 8/1/07, Susan Richards <[EMAIL PROTECTED]> wrote: > Thanks. When I use the Tomcat Manager to deploy the war files, it puts them > under webapps, not under ROOT. Can I change this? ? No, that's where they're supposed to go. Why would you want to change that? -- Hassan Schroeder ---

RE: Tomcat 5.5 configuration

2007-08-01 Thread Susan Richards
Thanks. When I use the Tomcat Manager to deploy the war files, it puts them under webapps, not under ROOT. Can I change this? >>> "Caldarale, Charles R" <[EMAIL PROTECTED]> 7/31/2007 10:20 PM >>> > From: Susan Richards [mailto:[EMAIL PROTECTED] > S

RE: Tomcat 5.5 configuration

2007-07-31 Thread Caldarale, Charles R
> From: Susan Richards [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5 configuration > > In Tomcat 5.0.28, I had this in my server.xml: > appBase="/www/apps/tomcat/webapps"> > > The above - having docBase equal to appBase - was never intended to work; t

Tomcat 5.5 configuration

2007-07-31 Thread Susan Richards
In Tomcat 5.0.28, I had this in my server.xml: and in the webapps directory I had an index.html page that redirected to the servlet: http://test-infonline.matc.edu/test-infonline/test-infonline";> This probably wasn't the correct way, but it was the only way I could direct the dns to the

Re: Tomcat 5.5 Configuration Question

2006-08-01 Thread Christopher Schultz
James, I think you can't use auto-deploy for this: you need to do this: signature.asc Description: OpenPGP digital signature

Tomcat 5.5 Configuration Question

2006-08-01 Thread James Howe
I'm trying to set up Tomcat 5.5 to run an internally developed web application. The machine on which Tomcat is installed will only ever run this one application. I would like to install the application in such a way that when a URL such as: http://localhost:8080/ is entered, the user wil

Re: Tomcat 5.5 configuration problem

2006-05-08 Thread Mark Thomas
Tom Bednarz wrote: > With my current configuation the tomcat startup page appears. If I look > in the manager application, I see the two hosts 'localhost' and > 'my.mycompany.com'. Under both hosts I see the SAME list of > webapplications. This is because they use the same appBase. For different ap

Tomcat 5.5 configuration problem

2006-05-04 Thread Tom Bednarz
I like to define a HOST which is bound to one of my webapplications. I have the following directory structure: $CATALINA_HOME/webapps/app1 $CATALINA_HOME/webapps/app2 $CATALINA_HOME/webapps/app3 server.xml: Now I like that users can type: http://my.mycompany.