java - Communication between two war files without hardcoding the context root -


I have one ear app with two war files

The application flows from one war file to another war file to click on a hyper link. In this case I am working hard on the URL for the spring war. Either way I can define it as a variable. Thank you

You can use the HttpClient or AsyncHttpCLient library to send requests from one web application to another web application A reference has been given about AsyncHttpClient. This request will send from one wise file to another with a URL parameter.


Comments