Setting Up Weblogic Server in Eclipse

  1. Change Eclipse memory settings by updating the properties of eclipse.ini file -Xmx768m -Xms256m.
  2. Make sure this configuration ( Dsun.lang.ClassLoader.allowArraySyntax=true ) is there, if not add it and save the file.
  3. Make sure you have configured your Weblogic server in "Development" mode. If node done, please change the configuration.
  4. Start Eclipse
  5. Go to Window -> Preferences -> Server -> Installed Runtimes -> Add
  6. In the dialog "New Server Runtime", there is a link "Download additional server adapters". Click it, and Eclipse will search on the Internet for additional server adapters. When it's done, select “Oracle Web Logic Server Tools” (or more appropriate one, if you get one) and install it.
  7. Restart your Eclipse after installation.
  8. Open server view as Window ->Open View -> Others -> Server ->Servers
  9. Right click on the pane, and select new server
  10. In the next screen, select your JRE e.g. JRE 1.5 and Weblogic installation directory e.g. C:\bea\weblogic.
  11. Click next
  12. In next screen, provide the Weblogic domain directory e.g. C:\bea\weblogic\myprojects\domains\mydomain, provide the Weblogic port e.g. 7001 and user id/password for the Weblogic server.
  13. Click finish.
  14. Double click on the server; it will open server details in the editor. Make sure publish automatically check box is check. If not checked, check it, save and close it.
  15. At this point, you can see Weblogic server listed in server pane.
  16. You can right click the server and add/remove projects from your workspace to this server.



Enter your email address to get our daily JOBS & INTERVIEW FAQ's Straight to your Inbox.

Make sure to activate your subscription by clicking on the activation link sent to your email