RE: TC3.3: Profiles

2001-02-22 Thread Guillaume Rousse
On 2001.02.22 14:54:12 +0400 GOMEZ Henri wrote: > I'll be for something like that for TC 3.3 => > > > /etc/tomcat/conf with mod_jk.conf, server.xml, Is /etc garantished to be read/write ? Moreover, this dir has to by writable by anonymous user (or whichever user you are running tomcat as

RE: TC3.3: Profiles

2001-02-22 Thread cmanolache
> >I have a need to have the Tomcat "home" (i.e. the directory > >where "conf", "webapps", and "work" are found by default) > >be different from Tomcat "install" (i.e. where the "lib" > >directory and the jars are found). The new class loader > >scheme is finding jars using "tomcat.home" so Tomca

RE: TC3.3: Profiles

2001-02-22 Thread GOMEZ Henri
>I'm in favor of this, though I would like to add one more >issue to deal with. > >I have a need to have the Tomcat "home" (i.e. the directory >where "conf", "webapps", and "work" are found by default) >be different from Tomcat "install" (i.e. where the "lib" >directory and the jars are found). T

RE: TC3.3: Profiles

2001-02-21 Thread cmanolache
> Hola a todos, Costin: > > > > > lib/common -> jars shared by container and all > > webapplications ( similar > > with the global CLASSPATH ). ( tomcat-core.jar ) > > > > Now ( i do saw today's CVS changes perhaps i'm out of date ) common only > need to contain servlet.jar, what do oyu think

RE: TC3.3: Profiles

2001-02-21 Thread Ignacio J. Ortega
Hola a todos, Costin: > > lib/common -> jars shared by container and all > webapplications ( similar > with the global CLASSPATH ). ( tomcat-core.jar ) > Now ( i do saw today's CVS changes perhaps i'm out of date ) common only need to contain servlet.jar, what do oyu think will be on tomcat-c

RE: TC3.3: Profiles

2001-02-19 Thread Larry Isaacs
ot, I can take a look after your changes. Larry > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 19, 2001 12:59 PM > To: [EMAIL PROTECTED] > Subject: TC3.3: Profiles > > > Hi, > > As I mentioned some

TC3.3: Profiles

2001-02-19 Thread cmanolache
Hi, As I mentioned some time ago, there is one configuration change I would like to get in before any code freeze. The idea is to define a "context profile" - containing common settings for a group of contexts. In order to implement this, there are few minimal changes in the code ( use new p