RE: Apache as front-end for several tomcat

2005-03-30 Thread Montz, James C. (James Tower)
Are the Tomcat instance running on the same physical server and you are just using IP Aliases, or are the workers running on 3 sperate backend machines? You apache config looks OK, so I don't believe its an issue with Apache Virtual Host configuration. I believe all work in being forwarded to

RE: Why so much virtual memory?

2005-03-14 Thread Montz, James C. (James Tower)
On a related note, It would appear to me that java is not adhering to the -Xmx option; I have several instances that report using 3-4X RSS Memory what -Xmx is set to. For example, Instance1: CATALINA_OPTS=-sqerver -Xms64m -Xmx128m PS Ouput: USER%CPU%MEMVSZ RSS

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Montz, James C. (James Tower)
Just verified; Tomcat 5.5.6 Does resolve the Service Tree Issue On a side note, save yourself some trouble/work by altering the 5.5.6 installation path to; C:\Program Files\Apache Software Foundation\jakarta-tomcat-5.5.6 Then just extract jakarta-tomcat-5.5.6-admin.zip to C:\Program

Log File Rotation in Tomcat 4.1?

2004-12-14 Thread Montz, James C. (James Tower)
How are other admins handling log file rotation and clean up with Tomcat 4.1 on Linux in a Multiple Tomcat instance hosting environment? Is there any way to have Logger::FileLogger not insert a timestamp in the filename? (Short of re-writing the class?) My initial plan was to use something like

RE: Log on linux

2004-12-14 Thread Montz, James C. (James Tower)
I don't believe this is Tomcat at all, and is more likely the result of a log rotation application. What Linux Distribution are you using? RedHat uses an application called logrotate. Sounds to me like you are either; Writing your logs to some place like /var/log You have a logrotate entry

RE: Tomcat Administration Application

2004-12-13 Thread Montz, James C. (James Tower)
directory I still get the same same message telling me to download and install the separate admin application. There must be something (can anyone tell me what?) pointing /admin to the web page that displays this message. Steve. -Original Message- From: Montz, James C. (James Tower

Tomcat Admin Tool Server::Service Drop Down not Populating (was RE: Tomcat Administration Application)

2004-12-13 Thread Montz, James C. (James Tower)
: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED] Sent: 13 December 2004 15:54 To: Tomcat Users List Subject: RE: Tomcat Administration Application Bare with me, I usually work with Tomcat 4.5 on Linux. My first stab at Tomcat 5.5 is on Windows. Anyway, was looking at the files

RE: Tomcat Administration Application

2004-12-10 Thread Montz, James C. (James Tower)
Did you simply extract the .zip file into your Tomcat 5.5.4 install directory? The .zip has a file path of jakarta-tomcat-5.5.4\, but the default installation directory is Tomcat 5.5\ So if you simply extracted the zip into your install directory, look for a directory named jakarta-tomcat-5.5.4

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
Just a simple questions, then an answer. If you are front-ending Tomcat with a web server, why are you passing things like .html, .gif, .jpg, etc. to Tomcat to process? The web server itself is a bit more efficient in handling this content. Secondly, what web server front end are you using?

RE: administration webapp

2004-10-14 Thread Montz, James C. (James Tower)
In server.xml, I'm not exactly sure what MD2 is. I know what MD5 is, and it's clear that your passwords in tomcat-users.xml are clear text. Try removing digest= from Realm and restart. -Original Message- From: Michael Simpson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
I set the Apache Vhost DocumentRoot to the same directory where the JSP pages reside; i.e. DocumentRoot /home/tomcatapp/webapps/ROOT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:22 PM To: Tomcat Users List Subject: RE: Help

RE: Tomcat 5 pause (free gmail account for fix :-)

2004-10-14 Thread Montz, James C. (James Tower)
Are you defining any Memory Min/Max (-Xms/-Xmx) constraints on the JVM? Are you collecting any verbose GC information (-verbose:gc)? How much physical memory available on the machine? At times of 100% CPU Utilization, is it java that is consumnig the majority of it? -Original Message-

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread Montz, James C. (James Tower)
On a somewhat related note; Anyone have best practices/recommendations on handling traditional .htaccess control on content? I don't particularly care to have the 2 separate layers of security, purely from an ease of administration perspective. .htaccess controls are totally bypassed when

RE: Apache MaxClients vs. what in JK2 configuration?

2004-10-13 Thread Montz, James C. (James Tower)
I believe the equivalent is maxProcessors -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:41 AM To: Tomcat Users List Subject: Re: Apache MaxClients vs. what in JK2 configuration? Is the answer to this, that the associated

allowTrace noSuchMethodException in Multiple Instace Admin TC 4.1.30

2004-10-11 Thread Montz, James C. (James Tower)
In a Multiple Instance Tomcat 4.1.30 deployment, receiving the following error when attempting to view the 'Connector' through TC admin; Page reports; HTTP Status 500 - Error retrieving attribute allowTrace type

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Montz, James C. (James Tower)
, No, these two connectors are not mutually exclusive. Whether they're redundant depends on your requirements. Yoav Shapira Millennium Research Informatics -Original Message- From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 6:43 PM To: [EMAIL PROTECTED

Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-20 Thread Montz, James C. (James Tower)
Are these 2 Connector's mutually exclusive and/or redundant in the same server.xml? ... Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8101 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=100 debug=0 connectionTimeout=2

Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2

2004-03-16 Thread Montz, James C. (James Tower)
Is there any way to specify context mappings in the httpd.conf file? Something similar to JkUriSet? I have successfully mapped *.jsp to my mod_jk2 worker, but I'm having an issues mapping virtual hosts with the correct Tomcat context? Using uri in the workers2.properties will prove cumbersome as

Self Cert Valid for only 3 months?

2004-02-19 Thread Montz, James C. (James Tower)
I have generated a Self Signed Cert using the command; Keytool -genkey -alias tomcat -keyalg RSA -keystore /var/tomcat4/.keystore Under Tomcat4 4.1.18 Successfully generated the cert, but when I view the cert in a browser, it is only valid for 3 months (2/19/2004 - 5/19/2004) Anyone know why

Tomcat4 - Not use date in Logger Element File Name?

2003-03-12 Thread Montz, James C. (James Tower)
Is there anyway to get Tomcat to not put a date stamp on logs files created from a Logger element? I would like localhost.log NOT localhost_log.2003-03-11.txt It is becoming difficult to manage, and renders apps such as logrotate useless. Note: Timestamp=true defines whether messages in the