'JBoss and play server
In my application i have 2 servers : jboss server and a separate webserver using the play framework.
I am developing with JAVA on server-side, and on client-side with java swing.
So, I have 2 distinct wars, let say they can be accessed as following:
https.//localhost:8093 : jboss server http.//localhost:9443 : play server Now I want to implement a redirection between jboss and webserver : so i can access to jboss calls from rest api.
Have someone any idea how to implement that ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
