Reg: How to deploy webapplication in Weblogic Server in different ports
HI
I want to deploy a web application [.war] file in weblogic server .I am able to do it using Deployment --> Install. So by default the application is deployed in 7001 port and i am able to access my application as http://ipaddress:7001/[applicationname]
But i need to deploy another War file. How to deploy it in another port?
In oracle Application Server , by default the ports will be assigned to every deployment.
Please help me out in this issue, since i am new to weblogic server.
0