Folk,
Hello. I have developed 2 applications in JDeveloper 11.1.1.6.0 with Integrated WebLogic Server 10.3.5.0 and Production WebLogic Server 10.3.6.0.
The 2 applications are running in the same database instance.
I have deployed the first application to Production WebLogic Server 10.3.6.0 successfully.
Now, I need to deploy the second application to Production WebLogic Server 10.3.6.0.
When I deployed the first application, I created connection with Database as below:
JDeveloper > View > Application Server Right Click > New Application Server > Create Application Server Connection Wizard:
Connection Name: MyConnectName
Connection Type: WebLogic 10.3
WebLogic Domain: MyDomainName
The connection is tested successfully and the first application deployment is successful.
My questions are:
1) Do I need to create another connection with Database for the 2nd application deployment ?
2) May I use the same connection "MyConnectName" to deploy the 2nd application ?
Thanks in advance.