161 configure Externally installed Oracle Weblogic Application Server with Netbeans IDE | Servlet

Published: 15 April 2020
on channel: tech fort
578
5

#Procedure to configure Externally installed Oracle Weblogic Application Server with Netbeans IDE:
------------------------------------------------------------------------

Add the externally installed Weblogic Server in NetBeans IDE:

C:\Oracle\Middleware\wlserver_10.3

C:\Oracle\Middleware\user_projects\domains\AdvBatchDomain


Tools Menu -- Server -- Add Server -- Select --- Browse and select (C:\Oracle\Middleware\wlserever_10.3) -- Enter username and password for already created domain --- Next ---- finish


To link Weblogic server with Netbeans IDE Existing Web Projects:
-------------------------------------------------------------
JEE5

Need to configure Servlet in web.xml

Right Click on Existing Web Project (HTMLtoDatbase)----Properties---- Run----- Server : Select Weblogic ---- OK

Run and Test the web application:




Procedure to configure Externally installed IBM WebSphere Application Server with Netbeans IDE:
------------------------------------------------------------------------