facebook

Avoid –verbose output of AppServer startup in myEclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215480 Reply

    robinsingh
    Member

    I have tried doing this on the command prompt
    when I dont use the –verbose switch for starting the application server ont he command prompt ,it starts up comparatively faster .
    (using the command
    asadmin start-domain domain1 (missing –verbose option)
    )
    I want to know how can i do the same thing while starting the application server using myEclipse perpective for starting the same application server in Eclipse IDE. I know if i find this out ,then my application server startup will be comparatively faster ,because probably it saves on the time it takes to display the output on the console/stdout device
    .

    ENVIRONMENT DETAILS:
    I have configured myEclipse with Sun application server 8
    on windows XP professional(SP2) using Java[TM] 2 Platform, Enterprise Edition 1.4 SDK using
    Eclipse Platform
    Version: 3.0.0
    Build id: 200406251208
    jdk version(build 1.4.2_05-b04)

    #215481

    Scott Anderson
    Participant

    You can add an additional JVM argument to the connector that looks like:

    
    -Dcom.sun.aas.verboseMode=false
    
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Avoid –verbose output of AppServer startup in myEclipse

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