Re: Diagnosing Tomcat Hang

2005-08-13 Thread Lintang JP
have U check your Connector settings, maxAcceptConnection part ? this settings describe maximum connection will be accepted by tomcat, if it's reached, then tomcat will put the rest connection request in hold, waiting for other connection untill they finished. By that time, the tomcat looks

A web based e-mail client

2005-08-13 Thread Evgeny Gesin
I run QMail server and need a web based client written in Java. I will access that client from anywhere like Yahoo mail. There is a SquirrelMail/Courier-IMAP which use PHP, but I need a Java-based web client. Any pointers will be helpful Evgeny Gesin

Re: A web based e-mail client

2005-08-13 Thread Litty Preeth
Hi Evgeny Gesin There is a java mail client given by freebeans. The url is : http://www2s.biglobe.ne.jp/~dat/java/applications/CraftMail/index_en.html With regards, Litty Preeth --- Evgeny Gesin [EMAIL PROTECTED] wrote: I run QMail server and need a web based client written in Java. I will

Clusters - Disabling or restricting autodiscovery via multicast (security question)

2005-08-13 Thread ryan boyd
When using tomcat clusters on an untrusted subnet or using a routable multicast address, i see the potential for a rogue tomcat instance to join a cluster in order to hijack session information. This doesn't seem to be cured by any firewalling of incoming connections to the valid servers, as,

Re: A web based e-mail client

2005-08-13 Thread Evgeny Gesin
Hi Litty Preeth. CraftMail looks like a standalone application. I need a web based client, like Yahoo/Hotmail, which runs on the server. I will access that web client using a regular web browser. Thanks! Evgeny Gesin --- Litty Preeth [EMAIL PROTECTED] wrote: Hi Evgeny Gesin There is a

RE: Tomcat and the HttpServletRequest Object

2005-08-13 Thread Jeff Grangier
Would anyone in the Project Management Committee, Advisory board, or the committer group acknowledge that this bug is understood and will be considered in the next releases of Tomcat? Thank you, Jeff Grangier Founder Chief Architect YourWebPro Inc. (847) 454-8000 -Original Message-

virtual host memory usage

2005-08-13 Thread Oleg
Why running 100 virutal hosts in Tomcat takes up much more memory than running a 100 identical applications under one host? Is there a way to configure Tomcat to run both the same? Thank you Oleg

Re: Tomcat and the HttpServletRequest Object

2005-08-13 Thread Mark Thomas
Jeff Grangier wrote: Would anyone in the Project Management Committee, Advisory board, or the committer group acknowledge that this bug is understood and will be considered in the next releases of Tomcat? The issue is understood. This is not a bug, since there is no spec violation. Given the

How force Tomcat 5.5.4 to always use URL Rewriting

2005-08-13 Thread Al Koch
Hello, I have a servlet in which I am calling HttpServletResponse.encodeURL() for all of the URLs that the servlet generates. From the various references that I have on encodeURL() I understand that Tomcat should, by default, use Cookies if they are supported in a browser to implement session

Re: Tomcat and the HttpServletRequest Object

2005-08-13 Thread Rob Hunt
Jeff, You still haven't given a rationale why you *need* the parameters presented in a specific order (even though the brower's supposed to produce that result). I've worked with a set of generic form processing servlets and never had the desperate need to know the order upon receipt; if I'm

Re: virtual host memory usage

2005-08-13 Thread Parsons Technical Services
To my knowledge (sometimes limited but open to expansion) the answer is no. I base this on the understanding that each host loaded by Tomcat takes up memory space. Then add the application to that. Doug - Original Message - From: Oleg [EMAIL PROTECTED] To: Tomcat Users List

Fwd: How to configure proxy_ajp with Apache2.1.6-alpha + TOMCAT5.5.9

2005-08-13 Thread Xuekun Hu
I sent this email to users@httpd.apache.org, however no one answers. So I hope someone in this mailing-list could help me the below questions. Thx, Xuekun -- Forwarded message -- From: Xuekun Hu [EMAIL PROTECTED] Date: Aug 12, 2005 8:05 PM Subject: How to configure proxy_ajp with

RE: Automatic redeploy based on web.xml contents

2005-08-13 Thread Paul Kimbrel
Just an update on this. I've found that if I set the 'reload=true' on my context in the server.xml file for a particular application, changes to any object under there will trigger my project to reload. However, any changes to my web.xml file will not. Can anyone confirm this behavior? Thanks,

Re: How force Tomcat 5.5.4 to always use URL Rewriting

2005-08-13 Thread Rob Hunt
Set the cookies attribute for the given (server.xml) context/ node to false. This will force Tomcat to rely only on URL rewriting.

RE: virtual host memory usage

2005-08-13 Thread George Sexton
The obvious first guess is that you have a class that is in the host classloader, and not the common classloader, and that class is consuming large amounts of memory. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Oleg

Re: A web based e-mail client

2005-08-13 Thread Robert F Hall
Evgeny, Google 'java mail server', I'm guessing yuou will find what you need. - Robert Evgeny Gesin wrote: Hi Litty Preeth. CraftMail looks like a standalone application. I need a web based client, like Yahoo/Hotmail, which runs on the server. I will access that web client using a regular