download the tomcat plugin from sysdeo and config these attributes
make SURE you get the plugin version plugin for exact version of eclipse
from here

http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=1

attributes of org.eclipse.tomcat plug-in:
      Preference key Usage
     Default
      acceptCount The maximum queue length for incoming connection requests
when all possible request processing threads are in use. Any requests
received when the queue is full will be refused. 100
      maxProcessors
     The maximum number of request processing threads to be created by this
Connector, which therefore determines the maximum number of simultaneous
requests that can be handled.
     75

      minProcessors
     The number of request processing threads that will be created when this
Connector is first started. This attribute should be set to a value smaller
than that set for maxProcessors.



Viel Gluck!
Martin--

----- Original Message -----
From: "Markus Schönhaber" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Saturday, September 22, 2007 11:42 AM
Subject: Re: Tomcat and Eclipse working together - a mystery


> Trond Valen schrieb:
>
> > The mystery is unraveling... And this catalina.base is defined somewhere
in
> > Tomcat's installation directory?
>
> No[1]. It's a system property Eclipse sets when calling Tomcat and the
> value of which Tomcat uses as a base path, for example when looking for
> the config files.
> Take a look at webapps/docs/RUNNING.txt.
>
> Regards
>   mks
>
> [1] OK, the startup scripts (bin/catalina.(sh|bat)) do also set this
> property and maybe are contained in Tomcat's installation directory. But
> I don't think that was what you wanted to know.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to