Re: [users@httpd] design of authentication pages in http server

2012-04-09 Thread Sivaraman V
Tom Evans-3 wrote: > > On Mon, Mar 26, 2012 at 8:42 PM, Sivaraman V wrote: >> >> Dear All, >> >> I am trying to create a java web application in which the authentication >> part should be handled purely by apache http server. >> >> On openin

[users@httpd] design of authentication pages in http server

2012-03-26 Thread Sivaraman V
Dear All, I am trying to create a java web application in which the authentication part should be handled purely by apache http server. On opening the front page of the application, the content should be served from the http server which should have a form for accepting username and password. T

[users@httpd] Validate incoming request based on Request Header

2011-12-10 Thread Sivaraman V
Hi, We have a web application (JQuery and Spring) running on weblogic app server. There is a apache http server in front of the app server. All incoming requests will come through the web server and reaches the app server. Now we have a requirement that we have to verify for a value in the incom

[users@httpd] Content Based Routing in Apache HTTP Server

2011-09-28 Thread Sivaraman V
I am have a requirement wherein I need to route between two platforms based on the element value of the incoming xml requests. If the text for the element is like: Websphere then I need to route the message to host1. If the text for the element is like: oracle then I need to route the request to h