Keep Alive

2005-03-02 Thread Alex Chen
I am using Tomcat as my web server. I am using AXIS for SOAP. I notice via ethereal that the are a lot of port opening from the client side for the HTTP (SOAP) requests. I would like to keep the socket open for the client. How do I make the tomcat server keep the socket open? Is there a

Re: Where is the stratum package?

2004-03-25 Thread Alex Chen
Thanks. Shapira, Yoav wrote: Hi, Stratum is a jakarta turbine (http://jakarta.apache.org/turbine/) package. Yoav Shapira Millennium Research Informatics -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:15 PM To: Tomcat Users List Subject

Where is the stratum package?

2004-03-24 Thread Alex Chen
I got the following error message in my tomcat log file. I am using Axis under Tomcat and create a servlet that extends AxisServlet 2004-03-24 18:33:07 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain:

Re: Using HTTPS with keystore and trust store files

2004-02-26 Thread Alex Chen
); // and the code to match the client certificate with the client keystore on the server // so you specify its location on the server having the same client keystore... ) Hope this helps, Regards, Rommel. - Original Message - From: Alex Chen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Using HTTPS with keystore and trust store files

2004-02-25 Thread Alex Chen
Hi, I am trying to set up Tomcat for HTTPS connection with keystore and truststore files. I want to use Tomcat as the web server so the port number is 80 and 443 for HTTP and HTTPS, respectively. I am running Tomcat on Windows XP. Here is the 'Connector' entry in