- This topic has 3 replies, 3 voices, and was last updated 19 years, 6 months ago by
Scott Anderson.
-
AuthorPosts
-
AryanMemberHi,
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
Riyad KallaMemberAryan,
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.
AryanMemberHi,
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
Scott AndersonParticipantAryan,
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
-
AuthorPosts