Sun Java System Web Proxy Server - Configure Web proxy server 4.0.4
Hi All,
I am very new to Web proxy server 4.0.4. I have installed sun java system Web proxy server 4.0.4 on win 2k server(SP4). I have to configure it for my subnet, all my machines including proxy server machine are in same subnet. What i want is:
1) When i access any URL (for ex. google.com) through proxy server 4.0.4(using IE, proxy settings enabled)), URL should be accessed through proxy successfully.
2) Proper logging should be recorded such that URL has been accessed through proxy.
Could anyone help me in this?
Thanks,
Sunil
# 1
You should refer to proxy 4.0.x documentation:
http://docs.sun.com/app/docs/doc/819-5493
Speaking of restricting/allowing access for specific browsers, here is the page that talks about it:
http://docs.sun.com/app/docs/doc/819-5493/6n7irnd5l?a=view
Logging is also configurable via admin console interface.
All in all, read the docs.
# 2
i have same requirement so can u give me solution
i wrote an allocation as follows ,
i have one Login.jsp , welcome.jsp , secure1.jsp,secure2.jsp,unsecure1.jsp ,
unsecure2.jsp,logout.jsp after successfully login i came to welcome page on which i have links for secure1.jsp,secure2.jsp,unsecure1.jsp,unsecure2.jsp,logout.jsp .
I am on secure.jsp and fill data and submit the form after that suppose if i click on refresh or back button of browser i should invalidate his session and send user on Login.jsp to relogin again
something like banking application in which if we login and if we click Refresh button we redirected to Login.jsp for Relogin for some securites
reason means our session terminated
# 3
i have same requirement so can u give me solution
i wrote an allocation as follows ,
i have one Login.jsp , welcome.jsp , secure1.jsp,secure2.jsp,unsecure1.jsp ,
unsecure2.jsp,logout.jsp after successfully login i came to welcome page on which i have links for secure1.jsp,secure2.jsp,unsecure1.jsp,unsecure2.jsp,logout.jsp .
I am on secure.jsp and fill data and submit the form after that suppose if i click on refresh or back button of browser i should invalidate his session and send user on Login.jsp to relogin again
something like banking application in which if we login and if we click Refresh button we redirected to Login.jsp for Relogin for some securites
reason means our session terminated