Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to work with Weblogic in Eclipse? [closed]

What are the recommended plugins for eclipse to work with weblogic? Specifically I would need to work with older version of weblogic, 8.1, however I could use any version of Ecplise. I would like to debug the application and set breakpoints etc.

My bigger task is to move the project over to Jboss, can I deploy the same app on both app servers within Eclipse with presumably 2 sets of config files etc, any advice? 2 separate projects?

like image 405
Ville M Avatar asked Dec 31 '09 20:12

Ville M


People also ask

How do I open WebLogic admin console in Eclipse?

Click on the Windows menu item, select Show View, and select the Servers view. Then click on the link “No servers are available. Click this link to create a new server”. Expand Oracle, select Oracle WebLogic Server Tools, and click on Next.

How do I start and stop WebLogic server?

Navigate to Weblogic Domain, Domain Name, SERVER_NAME. Right click, and navigate to Control. Click Start Up to start the server. Click Shutdown to stop the server.

How do I import a WebLogic project into Eclipse?

Open your old Eclipse installation, click Window->Show View->Other... Type servers , select Servers and click OK. Now just follow the wizard (point the path to your WebLogic installation, JVM path, etc) and you should be ready to go.


1 Answers

If you are using Eclipse with the WTP, then Weblogic Integration is available through an additional server adapter. To get it, right-click the Servers view then select New > Server and click on Download additional server adapters. Select the Oracle extension from the list and proceed with the install. Once installed, you'll be able to add a new server for WebLogic from version 8.1 to 11g (for BEA WebLogic Server v8.1, look under BEA System, Inc.).

alt text http://blogs.oracle.com/gstachni/WindowsLiveWriter/DevelopingApplicationsforWeblogicServer1_C379/image_thumb.png

If you have WTP servers created for JBoss and WebLogic, it's definitely possible to deploy and run the same project on both of them, there is nothing particular to do (the proprietary deployment descriptors can coexist if you want to use them, you don't have to create 2 projects for this).

like image 109
Pascal Thivent Avatar answered Sep 17 '22 19:09

Pascal Thivent