Re: RE: Which is better Option

2005-12-20 Thread Raja Neravati
Karthik, I sent a reply yesterday on this. Did you not receive it ?   RS On Tue, 20 Dec 2005 Karthik wrote : > > >Hi Form > > > *Which Option [ advantages /limitations ] is Better ?* > > Certenly yes ,but need more clarifications [ assuming running on same >JVM ] > > > > with regards >Kart

Re: Which is better Option

2005-12-19 Thread Raja Neravati
You cannot define by these parameters which should be the best, because you need to consider lot of other factors as well. But with the given information by you this is what my opinion would be: - 1. Using a servlet would be a request/response mechanism and you make user wait for response. As y

Re: Re: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
I can try tuning this on the servers. But as I told in my first email, this wierd problem started happening only after migrating to Tomcat 5.5. So if these were to create a problem, I should have faced it in 4.0.6 also - Right. ..Raj On Thu, 08 Dec 2005 Mladen Turk wrote : >Raja Nerav

Re: RE: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
> >-Original Message- > From: Raja Neravati [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 07, 2005 1:04 PM >To: users@tomcat.apache.org >Subject: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10 > >Hi All, > >We have a production server with 2 Apache in Front-

Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
Hi All, We have a production server with 2 Apache in Front-End and one Tomcat as Application server setup with sticky sessions and a firewall in between. Apache communicates with Tomcat over 8009 port. My application is using JDK 1.4.2_01 and its a struts based application. We have been us