I have 1 application deployed successfully on wildfly server under standalone/deployments and it is working fine.
Now i want to deploy same application with different port on same server for this steps which i've already tried are:-
- created new folder which is a copy of standalone folder.
- placed my war file in the folder standalone1/deployments/"war file placed here"
- Then copied and renamed standalone.sh with standalone1.sh in bin folder.
- tried starting standalone1.sh by running following command "sudo nohup ./standalone1.sh"
- Server is not started,
Any person can help?