facebook

Steps to configure Weblogic 9 with eclipse

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240029 Reply

    Aryan
    Member

    Hi,
    I have installed eclipse sdk 3.1.1 and myeclipse 4.0.2. I would like to know the steps involved in congfiguring weblogic server 9.0 in eclipse.
    Thanks,
    Aryan

    #240046 Reply

    Riyad Kalla
    Member

    Aryan,
    The steps will be almost identical to all app servers, you can see that here: http://www.myeclipseide.com/images/tutorials/quickstarts/appservers/

    If you were asking in general on how to configure WebLogic server, we don’t cover that in any docs. A default install should work for you, then just follow the doc I linked above to set it up in MyEclipse. We use JBoss as an example in the docs, but it’s all pretty similar. if you get stuck you can check the WebLogic FAQ section of the site.

    #240101 Reply

    Aryan
    Member

    Hi,
    I would like to know what should i specify for Execution domain root when configuring weblogic 9 in the preferences window of eclipse ide?? At present, i have specified
    C:\bea\weblogic90\server\bin for Execution domain root .
    When i start weblogic server, iam getting the following error
    ***************************************************************************
    The WebLogic Server encountered a critical failure
    ***************************************************************************
    java.lang.NoClassDefFoundError
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:174)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:372)
    at weblogic.Server.main(Server.java:66)
    Exception in thread “main”

    I do have j2sdk1.4.2_09 on my machine and i have specified that in WLS jdk name.

    Any suggestions to solve this problem??
    Thanks,
    Aryan

    #240104 Reply

    Scott Anderson
    Participant

    Aryan,

    The execution domain root is the location of the weblogic domain you want to run. If you haven’t created a domain for your applications yet, you need to do so using the BEA Configuration Wizard that ships with WebLogic. After you have a domain, you need to set the root to point to the directory that contiains it like: C:\dev\bea9home\user_projects\domains\myeclipse_domain

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Steps to configure Weblogic 9 with eclipse

You must be logged in to post in the forum log in