RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread GOMEZ Henri
>There's a lot of power in what the task can do. >Here's a very >simple one that replaces the string "@port@" with the port number >specified by the "port" property: > > > > > > > > >In your template server.xml, you'd have a element >like this: > > > >Now, you just run "an

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread costinm
On Fri, 8 Feb 2002, Craig R. McClanahan wrote: > > > > > > In your template server.xml, you'd have a element like this: > > > > Now, you just run "ant -Dport=8085" and you've replaced the port number. > Generalizing this to replace lots of properties is straightforward. W

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread Craig R. McClanahan
On Fri, 8 Feb 2002, GOMEZ Henri wrote: > Date: Fri, 8 Feb 2002 18:10:57 +0100 > From: GOMEZ Henri <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: RE: Tomcat 3.3 and 4.x

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread GOMEZ Henri
>I'm wondering whether we really need to build it in to Tomcat itself, >though. Can't you accomplish the same thing by using a little >Ant script >and run a or task? All this would require >is packaging >ant.jar along with Tomcat, or requiring users that need the facility to >download Ant th

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread Craig R. McClanahan
On Fri, 8 Feb 2002, GOMEZ Henri wrote: > Date: Fri, 8 Feb 2002 09:31:44 +0100 > From: GOMEZ Henri <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: RE: Tomcat 3.3 and 4.x tunin

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-08 Thread GOMEZ Henri
>> I don't know if the Eclipse configuration allows you to >> specify -D= in Tomcat's startup. If it does, >> I think a lot of this can be done in Tomcat 3.3.1 using >> parameter substitution. I have used in server.xml >> >> >> >> and included >> >> -Dhttp.port=8080 >> >> in the startup

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
>It appears, for example, that the only thing you can override about a >connector is which port it's on. What happens if you want to override, >say, the maximum number of connections that your connector will accept >(the "maxProcessors" parameter on Tomcat 4's HttpConnector)? Right +1 for you he

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Larry Isaacs wrote: > Date: Thu, 7 Feb 2002 07:40:21 -0500 > From: Larry Isaacs <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Subject: RE: Tomca

Re: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, GOMEZ Henri wrote: > Date: Thu, 7 Feb 2002 09:28:01 +0100 > From: GOMEZ Henri <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Tomcat 3.3 and 4.x tuni

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Larry Isaacs
sday, February 07, 2002 7:53 AM > To: Tomcat Developers List > Subject: RE: Tomcat 3.3 and 4.x tuning via command line > > > >I don't know if the Eclipse configuration allows you to > >specify -D= in Tomcat's startup. > > Yes you could set any VM and co

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
>I don't know if the Eclipse configuration allows you to >specify -D= in Tomcat's startup. Yes you could set any VM and commandline args. >If it does, >I think a lot of this can be done in Tomcat 3.3.1 using >parameter substitution. I have used in server.xml > > > >and included > >-Dht

RE: Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread Larry Isaacs
rom: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 3:28 AM > To: Tomcat Developers List > Subject: Tomcat 3.3 and 4.x tuning via command line > > > Hi to all, > > You should all know that there is a very good Tomcat 3.3/4.0 > plugin for the O

Tomcat 3.3 and 4.x tuning via command line

2002-02-07 Thread GOMEZ Henri
Hi to all, You should all know that there is a very good Tomcat 3.3/4.0 plugin for the OSS IDE eclipse (www.eclipse.org), available at http://www.sysdeo.com/eclipse/. This plugin allow eclipse developper to launch Tomcat from the IDE, stop, restart and configure many parameters like tomcat_home.