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
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
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
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