facebook

how to config myeclipse for weblogic6.1 [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #199422 Reply

    wuwg
    Member

    i want to start weblogic1.6 like this:

    “%JAVA_HOME%\bin\java” -hotspot -ms64m -mx64m -classpath “%CLASSPATH%” -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver “-Dbea.home=D:\bea” -Dweblogic.management.password=%WLS_PW% -Dweblogic.ProductionModeEnabled=%STARTMODE% “-Djava.security.policy=D:\bea\wlserver6.1/lib/weblogic.policy” -Dcom.util.logging.config.file=D:\bea\wlserver6.1\config\Log.properties weblogic.Server

    how to config to apply the properties -Dcom.util.logging.config.file=D:\bea\wlserver6.1\config\beat\Log.properties

    #199425 Reply

    support-michael
    Keymaster

    Add your -D commandline options to the Weblogic6 JDK preference page. See Window menu>Preferences>MyEclipse>Application Servers>Weblogic6>JDK. Add the -Dmyprop=value to the Java VM arguments field.

    Michael
    MyEclipse Support

    #199426 Reply

    wuwg
    Member

    thx

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: how to config myeclipse for weblogic6.1 [Closed]

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