Deploy application on a new port
I have a weblogic server with Forms and Reports installed. Version is 12.2.1.
I want to deploy a war application on this weblogic server.
I'm following documentation on :
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/12_1_3/03/deployapps.html
When reaching Point 11 I get:
Server:
AdminServer
Clusters:
cluster_form
cluster_report
If I choose AdminServer then the application will listen on port 7001
If I choose cluster_form then the application will listen on port 9001
If I choose cluster_report then the application will listen on port 9002
I want this war file to listen to another port i.e. 9003. I want this so I can filter it on firewall.