Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Problem while accessing servlets pages from out-side firewall


Message #1 by "Vinesh Kumar" <vineshkm@y...> on Tue, 23 Apr 2002 21:31:12
add this to the top of your jsps. The proxy might ignore it but shouldnt. If
it does then talk to your system admin

http://www.jguru.com/faq/view.jsp?EID=377

chanoch

-----Original Message-----
From: Vinesh Kumar [mailto:vineshkm@y...]
Sent: 23 April 2002 22:31
To: Servlets
Subject: [servlets] Problem while accessing servlets pages from out-side
firewall


I am badly in need of answer for the following. 

   I have deployed my application. My application hierarchy is jsp-servlet-
jsp. when i access my files from inside the firewall, i dont get any 
problems. But when i try to access the pages from outside firewall, i get 
the problem. 

  When i access the page from outside firewall, on the first time ,client
(browser) sends the request correctly to server and i get the expected 
response. For the further requests, i dont get the expected response. That 
is, there lies the problem in sending the request from browser to the 
server. For the further requests, the page gets loaded from the server 
cache. I use response.sendRedirect in servlet. But my request is not 
getting redirected. 

Could any one of you please help me?

Thanks and Regards,
Vinesh Kumar.

  Return to Index