I have a application which is running WebSphere Application Server & IBM HTTPS server.And below is the setup
I want to setup the above architecture in my JBoss (WildFly 8) and run the application.Basically cloning it in Jboss AS
As of now, I just has launched JBoss (WildFly) in Standalone Mode, deployed a sample .war file with contextRoot as abc and able to launch the application.
http://<<jboss-machine-name>>:8080/abc
How can I achieve this.... For static content deployment, can i use undertow here....Please suggest