Re: Apache-tomcat context mapping

2001-07-18 Thread Guntupalli Shanti
/2001 +1000, you wrote: mod_rewrite? I think the problem is that the request will get to tomcat, and tomcat will not have /example1 mapped... cheers dim On Tue, 17 Jul 2001, Guntupalli Shanti wrote: Hi, Here is my problem. In apache's config file I should be able to map 2 different

Apache-tomcat context mapping

2001-07-17 Thread Guntupalli Shanti
Hi, Here is my problem. In apache's config file I should be able to map 2 different URI's to one context in my Tomcat. something like APJServMount/examples/servlet apjv12://dev:8080/examples APJServMount/examples1/servlet apjv12://dev:8080/examples so that any requests

URGENT - Session stickyness lost with cookies disabled

2001-04-13 Thread Guntupalli Shanti
Hi, Is anyone successful with mod_jserv load balancing with stickyness when cookies disabled? I am running Tomcat 3.2.1 and apache 1.3.12 with mod_jserv on sun solaris 2.6 I have configured apache for load balancing between 2 unix servers and it is working fine when cookies are enabled. The

RE: URGENT - Session stickyness lost with cookies disabled

2001-04-13 Thread Guntupalli Shanti
Right...I am using the encode URL and the jsession.suffix is seen in the url everytime. but by clicking or pointing at any of the links in the page shows new jsessionid.suffix At 04:55 PM 4/13/2001 -0400, you wrote: They are exclusive. Basically, for every link back into the web application

Re: Header lines appearing in body after redirect with IIS.

2001-04-05 Thread Guntupalli Shanti
Hi Jacob, I had the same problem...but only with IE, with Netscape it was fine. In my case, the connection was kept alive and the output is appended to the response buffer whenever I use sendRedirect method. I added the following line to my code before reading anything from response object (best

loadbalancing - java.io.IOException: Stream closed prematurely

2001-04-04 Thread Guntupalli Shanti
Hi, When I start tomcat with loadbalancing I see the following error even though everything seems to work fine HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely at

HttpServletResponse problem with IE

2001-03-30 Thread Guntupalli Shanti
Hi, I am running tomcat 3.2.1 with apache 1.3.14 on solaris 2.6 I have this weird problem. In one of my servlets I have a form where user can update his information and when the form is submitted the user gets a "Please wait while updating..." page and then redirect the user back to the page

Re: HttpServletResponse problem with IE

2001-03-30 Thread Guntupalli Shanti
Hi I got the solution for this. I guess this is because of the persistent connection. Adding response.setHeader("Connection","close") fixed it. -Shanti At 10:02 AM 3/30/2001 -0800, you wrote: Hi, I am running tomcat 3.2.1 with apache 1.3.14 on solaris 2.6 I have this weird problem. In one

load balancing not working...

2001-03-27 Thread Guntupalli Shanti
Hi, I am using Apache 1.3.12 with mod_jserv module (build into apache) talking to tomcat 3.2.1. I am trying to load balance between 2 servers and my configuration is like this: ApJServBalance loadbalancer ins1 ApJServBalance loadbalancer ins2 ApJServHost ins1 ajpv12://server1:9100

disabled cookies create a new session id

2001-02-26 Thread Guntupalli Shanti
Hi I have seen so many people sending mails regarding the same problem but I didn't find a solution yet. I am running TomCat 3.2 on Apache 1.3.12 through mod_jserv (tried mod_jk also). As long as I enable the cookies and run my application (which is a bunch of servlets) I have no problem. But

Re: disabled cookies create a new session id

2001-02-26 Thread Guntupalli Shanti
Forgot to mention I use encodeURL for all the links I have in my pages Any ideas would be appreciated. Thanks...Shanti At 04:51 PM 2/26/2001 -0800, you wrote: Hi I have seen so many people sending mails regarding the same problem but I didn't find a solution yet. I am running TomCat 3.2 on

RE: Netscape displaying the HTML code

2000-12-20 Thread Guntupalli Shanti
12/20/2000 +0530, you wrote: You can refer "ForceType" directive in Apache. Shuklix -Original Message----- From: Guntupalli Shanti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 2:46 AM To: [EMAIL PROTECTED] Subject: Netscape displaying the HTML code Hi, I have

Netscape displaying the HTML code

2000-12-19 Thread Guntupalli Shanti
Hi, I have tomcat 3.2 running on Apache 1.3.14. All the HTML content in my web site is returned by the servlets based on the templates passed in the query. Something like http://www.myserver.com:8070/examples/servlet/servletname?page=main where main is a html template file. When I am