RE: CATALINA_BASE

2005-07-13 Thread Kenneth B. Harwood
it turns-out that my problem was defining CATALINA_BASE improperly for the Win2K service. i was setting CATALINE_BASE as an Enviroment variable. for example: MS-DOS CATALINA_BASE=... and then i Start'ed the Service. wrong! that is NOT how to define config params for the Tomcat (all

Re: RE: CATALINA_BASE

2005-07-13 Thread Giuseppe Briotti
== Date: Wed, 13 Jul 2005 01:54:18 -0700 From: Kenneth B. Harwood [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: RE: CATALINA_BASE == it turns-out that my problem was defining CATALINA_BASE improperly

Re: CATALINA_BASE

2005-07-12 Thread Kenneth B. Harwood
woops. i just saw a CATALINA_BASE thead in May '05. i'll take a look at that. is there a user-list SEARCH form anywhere or do i need to check the archives manually month-by-month? - ken h. - To unsubscribe, e-mail: [EMAIL

RE: CATALINA_BASE

2005-07-12 Thread Guernsey, Byron \(GE Consumer Industrial\)
I can't speak from experience under Windows, but on Unix system we typically have the following layout for a separate CATALINA_HOME: $CATALINA_HOME |-- conf/ | |-- Catalina | | `-- localhost | | |-- context.xml.default | | |-- manager.xml | | `-- admin.xml | |--

Re: CATALINA_BASE

2005-07-12 Thread Rahul Akolkar
On 7/12/05, Kenneth B. Harwood [EMAIL PROTECTED] wrote: snip/ is there a user-list SEARCH form anywhere or do i need to check the archives manually month-by-month? snap/ This is an option [ http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 ] -Rahul

Re: CATALINA_BASE

2005-07-12 Thread Kenneth B. Harwood
what is the minimum file configuration required to run multiple Tomcat instances? conceptually, i shouldn't need an ENTIRE Tomcat file installation in my second (third, fourth, whatever) directory; Tomcat should only require a small amount of customizing in the target directory(s). for

Re: $CATALINA_BASE

2004-12-20 Thread Dwayne Ghant
Could someone please confirm that I would have to take the time configure all the CATALINA_BASE's to be in the same place for all tihe installed instances of tomcat.. I can do the rest. Dwayne Ghant wrote: Hello All, Just a real quick question??? I'm in the process of configuring more then one

Re: CATALINA_BASE in jwsdp

2004-03-19 Thread Malcolm Warren
I think I have found something to do with it. in jwsdp-shared/bin/launcher.xml there is a line as follows: sysproperty key=catalina.base value=${jwsdp.home}/ This line is surprising to say the least! It seems to be actively ignoring the CATALINA_BASE variable! and in fact if I hard-code the

RE: CATALINA_BASE in jwsdp

2004-03-19 Thread Merrill, Roxann
webapps work -Original Message- From: Malcolm Warren [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:44 AM To: Tomcat Users List Subject: Re: CATALINA_BASE in jwsdp I think I have found something to do with it. in jwsdp-shared/bin/launcher.xml there is a line

Re: CATALINA_BASE in jwsdp

2004-03-19 Thread Malcolm Warren
Thanks to anyone who read this email. But I've found a hack - or anyway I may just abandon JavaWebServices and go for Tomcat on its own. So don't worry about replying to this problem any more. Malcolm Warren On Fri, 19 Mar 2004 13:55:13 +0100, Malcolm Warren [EMAIL PROTECTED] wrote: I have

RE: CATALINA_BASE/lib ?

2003-09-16 Thread Shapira, Yoav
Howdy, For keep my files (configuration, lib) clearly separate from the Tomcat distribution files i attempt to use CATALINA_BASE Use directories under your webapp root only. Don't use the tomcat common/shared directories unless you have a really good reason ;) Yoav Shapira This e-mail,

RE: CATALINA_BASE/lib ?

2003-09-16 Thread Maxime Colas des Francs
Hi, I think i have a good raison I use an authentification with a JDBC Realm and Mysql defined in my server.xml, where can i put driver jar ? Tks At 11:03 2003-09-16, you wrote: Howdy, For keep my files (configuration, lib) clearly separate from the Tomcat distribution files i attempt to use

Re: $CATALINA_BASE/temp

2003-09-03 Thread Fred Kreek
At 10:46 03/09/03, you wrote: Hi everybody, I'm using tomcat 4.1.27 on a Linux system. It works very well ! But I had a little problem of disk space because of the $CATALINA_BASE/temp that grows up very fast in size. In that folder I found some file s like jar_cahe*tmp. Does someone know how

Re: $CATALINA_BASE/temp

2003-09-03 Thread Samuel Le Berrigaud
Fred Kreek wrote: At 10:46 03/09/03, you wrote: Hi everybody, I'm using tomcat 4.1.27 on a Linux system. It works very well ! But I had a little problem of disk space because of the $CATALINA_BASE/temp that grows up very fast in size. In that folder I found some file s like jar_cahe*tmp.

Re: CATALINA_BASE --help

2003-06-10 Thread Tim Funk
I don't have an answer but an alternative. Place your webapps in a common area. (c:\data\webapps\appN) Then in your server.xml - point your webapps there. -Tim Timothy Stone wrote: Gurus, I'm trying to get a better understanding of the CATALINA_BASE variable. Here is my dilemma (with ASCII

RE: CATALINA_BASE Error ContextConfig.tldScanJar

2002-12-12 Thread Elisabeth Julg
français ? Elisabeth -Message d'origine- De : Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 décembre 2002 18:48 À : Tomcat Users List Objet : Re: CATALINA_BASE Error ContextConfig.tldScanJar Which version of Xerces are you using? If its 2.2.x, then downgrade to 2.1.0

Re: CATALINA_BASE Error ContextConfig.tldScanJar

2002-12-12 Thread Martin Jacobson
Elisabeth Julg wrote: Hi, Bonjour, - Root Cause - java.io.IOException: Le chemin d'accès spécifié est introuvable at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1313) at java.io.File.createTempFile(File.java:1401) at

Re: CATALINA_BASE Error ContextConfig.tldScanJar

2002-12-11 Thread Jeanfrancois Arcand
Which version of Xerces are you using? If its 2.2.x, then downgrade to 2.1.0. There is a bug with Xerces 2.2.0, 2.2.1, 2.0.2. If you are not using Xerces, please post the entire stack trace. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282 -- Jeanfrancois ( vive Tomcat francais!)

RE: CATALINA_BASE

2002-11-08 Thread Turner, John
The documentation would be an excellent start for your quest. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt John -Original Message- From: [EMAIL PROTECTED] [mailto:anywhereInfo;netscape.net] Sent: Thursday, November 07, 2002 4:53 PM To: [EMAIL PROTECTED] Subject:

RE: CATALINA_BASE?

2002-06-11 Thread Turner, John
Hi - I don't think that will work. As far as I know, you need to run a separate Tomcat process for each CATALINA_BASE, with the appropriate environment. The easiest thing to do would be to setup some small shell scripts to start/stop each instance, and in each script change CATALINA_BASE

RE: CATALINA_BASE?

2002-06-11 Thread Adam Pfeiffer
Jiann-Ming Su, I am confused on your question. You seem to contradict yourself. Here is what I see as a contradiction: 1. The RUNNING.txt wasn't exactly clear on this, but if I want to run multiple instances of tomcat, do I simply set the CATALINA_BASE variable to as many base directories as

Re: CATALINA_BASE

2001-10-25 Thread Lloyd H. Meinholz
I'm using Solaris 8 on a Sparc, using jdk1.3.1_01 and tomcat 4.0.1-b1. I seem to have totally misunderstood CATALINA_BASE and CATALINA_HOME. I have set CATALINA_BASE to the dist dir that I built and set CATALINA_HOME to a different dir that contains conf, logs, webapps and work dirs (copied from