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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -