Then is it normal that an executor stops and removes a thread from the pool?
Mohsen
On Thu, Nov 19, 2009 at 1:24 PM, Mark Thomas wrote:
> Mohsen Saboorian wrote:
> > I'm using Lambda Probe <http://www.lambdaprobe.org/> to monitor threads
> of
> > my Tomcat Connect
80-exec-480,
http-8080-exec-481, etc. How can a thread be removed from a thread pool? I
can imagine a thread being suspended or waiting on a busy resource, but how
can it be removed?
Mohsen
On Sat, Nov 14, 2009 at 8:55 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> >
Thanks for the answers.
Chuck, how can I bind the new to a different webapp directory?
Mohsen
On Sat, Nov 14, 2009 at 8:26 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Mohsen Saboorian [mailto:mohs...@gmail.com]
> > Subject: Dedicated Thread Po
Hi,
I have a web application in Tomcat 6 which goes out of thread (thread
starvation) after working some hours. Now I want to install a monitoring
tool which is a webapp itself installed inside tomcat webapp folder. Is this
possible to devote a special threadpool to one web application, so that I
On Fri, Jan 9, 2009 at 6:39 PM, Caldarale, Charles R
wrote:
>> From: Mohsen Saboorian [mailto:mohs...@gmail.com]
>> Subject: Tomcat Reload Problem with .zul file
>>
>> Whenever I change something in a zul file, Tomcat fully
>> reloads the module.
>
> Don
Hi,
I'm developing an application with ZK. The standard file names for ZK
page is .zul, which is an XML files being parsed and interpreted by a
filter. Whenever I change something in a zul file, Tomcat fully
reloads the module. Is this possible to specify some file extensions
for tomcat, to ignore
Hi,
I don't know if this is the best solution. You can create a filter for
*.* in your web.xml, with the following piece of code:
response.setCharacterEncoding("UTF-8");
Mohsen.
On Nov 16, 2007 4:44 PM, Tremal Naik <[EMAIL PROTECTED]> wrote:
> Hello Tomcat users,
> I'm developing an application
Hi,
User WTP (Web Tools Project), plugin:
http://www.eclipse.org/webtools
For simplicity, you would better download an all-in-one package.
On 2/5/07, Awaneesh Shatmanyu <[EMAIL PROTECTED]> wrote:
Hi All,
I want Tomcat plug-in for Eclipse 3.2 Can anyone mail me the link where
to download.
-Djava.library.path=yourpath
On 2/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Dear all,
I want to run an application which requires a special native libray as
the following error shows:
There was 1 error:
[java] 1) testQuery(its.prolog.Test)java.lang.UnsatisfiedLinkError:
no jpl in
Thank you Mark.
On 8/23/06, Mark Thomas <[EMAIL PROTECTED]> wrote:
Mohsen Saboorian wrote:
> Hi,
> I tested request.getLocalName() on two different WinXP machines, one
> returning "127.0.0.1" and the other "localhost".
> What is the problem?
No problem
Hi,
I tested request.getLocalName() on two different WinXP machines, one
returning "127.0.0.1" and the other "localhost".
What is the problem?
Thanks in advance.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubsc
Better to change my question:
When a session associated with a client is created?
Hi,
I have a filter (for /*) in which I'm caching something in the
session. Here is a piece of code:
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain) {
HttpServle
Hi,
I have a filter (for /*) in which I'm caching something in the
session. Here is a piece of code:
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain) {
HttpServletRequest req = (HttpServletRequest) request;
HttpSession session = req.getSess
You can use a servlet init param inside web.xml for avoiding hardcoded
solutions.
e.g.
MY_PATH
c:\my\path\to\imgs
On 8/7/06, Romain Quilici <[EMAIL PROTECTED]> wrote:
Hi,
Hope I will be clear enough:
One part of my web application receives encodes stream that it has to
convert to jpg images.
Use JAD instead. It is quite simple and fast.
http://www.kpdus.com/jad.html
On 7/26/06, Tomcat <[EMAIL PROTECTED]> wrote:
Hello
I am trying to decompile the java class file with javap command but it
returns
my-class-name.class contains some-other-package
so I am unable to decompile it .
is
15 matches
Mail list logo