Hello,
I am running my Tomcat 5.0 behind a squid proxy server. All http request from
outside
are first received by the squid proxy server which directs it to my tomcat.
When the
clients connect the first page is displayed which has a login/password
(authentication)
screen for which I am usin
.
Example -
getServletContext().getContext("/w2app") will not return null, if you
set this parameter.
Nihita Goel wrote:
Hi,
I have two applications running on the tomcat application server.
w1 - with context path "/w1app"
and w2 with context path "/w2app"
I wish to pr
or the url does not exist). This could be a
standard TC rule preventing access between webapps. I don't know for sure,
perhaps someone that knows more will chip in.
-Original Message-
From: Nihita Goel [mailto:[EMAIL PROTECTED]
Sent: Thursday 27 October 2005 13:33
To: users@tomcat.a
Hi,
I have two applications running on the tomcat application server.
w1 - with context path "/w1app"
and w2 with context path "/w2app"
I wish to provide links in w1 displaying pages of w2.
I have used this code in my HttpServlet class of w1
if /// some condition
Servlet Context othercontext =