How do I turn on -XverboseTimeStamp without restarting the server?

The execute method on the getDiagnosticCommand seems pretty handy for invoking things programatically. I can turn on verbose GC with this command, but how can I turn on the verbose timestamps so I know when the gc occured (without restarting)?
Thanks

Try the "decorations" parameter to the "verbosity" command. Something like this:
bq. verbosity change=memory=info decorations=timestamp
See [http://e-docs.bea.com/jrockit/jrdocs/refman/optionX.html#wp1001095] for possible decorations.
Edited by: Staffan Larsen on Feb 24, 2009 9:39 AM

Similar Messages

  • How to modify JSP on Weblogic without restarting a server

    Hello,
    Could someone explain how to modify JSP on Weblogic without restarting a server?
    We use WL 10.2.
    I search and modify required jsp on a server, but nothing happens on a Web Browser. I run in Development mode.
    Please advice,
    Thanks,
    Yuri

    Hi Yuri,
    As you are in Development mode you have one options to use the Auto Deploy folder which can be found in the following path (domain_name/autodeploy).
    More information on Auto Deployment check the below link:
    http://download.oracle.com/docs/cd/E11035_01/wls100/deployment/autodeploy.html#wp1021626
    Other option is to use the following parameter "*page-check-seconds*" in your weblogic.xml file
    For more information check out the below link
    Topic: jsp-descriptor
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/webapp/weblogic_xml.html#wp1038491
    Hope this helps you.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Middleware Magic | Come, Join Us and Experience The Magic…

  • Deploying, ReDeploying JAR file to WebLogic EM without restarting the serve

    Hi
    Can any one help me how to re-deploy .jar file on weblogic EM with steps.
    Deploying, ReDeploying JAR file to WebLogic EM without restarting the server
    Appriciate if you provide information in steps with screenshot.
    Note: Not in weblogic 11g console.
    Thanks,
    Phani

    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10105/deploy.htm#BIHIIEIA

  • Modify JSP file without restarting the server

    Hi guys,
    I need to do small change in the JSP in the production.
    How can I do it without restarting the server?
    I have deployed the application as an EAR file.
    I use WLP8.1 SP3
    IS there any way?
    Ananth

    You can try expanding (use jar util) that ear into temp dir, then make the change, use jar util again to create the ear. try redepolying it. Make sure change the jsp recheck and hit that page. see if it works. Incase if it works put the jsp recheck back to -1.
    Note: This is just an idea, I never done.
    Thanks
    Srini

  • Deployment without restarting the server

    If we change java files,why we need to restart the server,I am using JBoss-2.2.1_Tomcat-3.2.1.Can we deploy the java file without restarting the server?Thanks in Advance

    Yes we may
    All u need to do is change
    TOMCAT: %WEBSERVER_HOME%\conf\context.xml
    JBOSS: %WEBSERVER_HOME%\server\default\deploy\jbossweb-tomcat55.sar\context.xml
    file from
    TOMCAT:
    =======
    <!-- The contents of this file will be loaded for each web application -->
    <Context >
        <!-- Default set of monitored resources -->
        <WatchedResource>WEB-INF/web.xml</WatchedResource>
        <!-- Uncomment this to disable session persistence across Tomcat restarts -->
        <!--
        <Manager pathname="" />
        -->
    </Context>To
    <!-- The contents of this file will be loaded for each web application -->
    <Context reloadable="true" >
        <!-- Default set of monitored resources -->
        <WatchedResource>WEB-INF/web.xml</WatchedResource>
        <!-- Uncomment this to disable session persistence across Tomcat restarts -->
        <!--
        <Manager pathname="" />
        -->
    </Context>JBOSS :
    ======
    <!-- The contents of this file will be loaded for each web application -->
    <Context cookies="true" crossContext="true">
       <!-- Session persistence is disable by default. To enable for all web
       apps set the pathname to a non-empty value:
       <Manager pathname="SESSIONS.ser" />
       To enable session persistence for a single web app, add a
       WEB-INF/context.xml
       -->
       <Manager pathname="" />
       <!-- Install an InstanceListener to handle the establishment of the run-as
       role for servlet init/destroy events.
       -->
       <InstanceListener>org.jboss.web.tomcat.security.RunAsListener</InstanceListener>
    </Context>to
    <!-- The contents of this file will be loaded for each web application -->
    <Context reloadable="true"  cookies="true" crossContext="true">
      <!-- Session persistence is disable by default. To enable for all web
       apps set the pathname to a non-empty value:
       <Manager pathname="SESSIONS.ser" />
       To enable session persistence for a single web app, add a
       WEB-INF/context.xml
       -->
       <Manager pathname="" />
       <!-- Install an InstanceListener to handle the establishment of the run-as
       role for servlet init/destroy events.
       -->
       <InstanceListener>org.jboss.web.tomcat.security.RunAsListener</InstanceListener>
    </Context>

  • How to do a major GC without restarting the engine?

    With WAS 6.4, is there any way to do a major Garbage Collection.  Force one.  I know that one happens after the generations fill up but I want one to happen in a batch file that I can let loose in the middle of the night.  Is there one that can be set up in WAS or is there a few lines of code that will work.

    Hi David,
    in general, garbage collection cannot be forced. See for example http://www.jchq.net/tutorial/03_01Tut.htm as one out of hundreds
    Anyhow, gc happens really often. WAS 6.40 + EP are so memory consuming, that it happens every n <i>seconds</i> when there is some real load on the server. On my 2GB dev installation, you can watch the GC run at least I think 30 to 50 times only when the server is starting (never really counted the calls, just watched them, they may be more).
    So, what you plan does not really make sense. One more comment: There exists a JVM direction to even supress System.gc() functionality. Even this can be set on your server, then you'd have no influence at all.
    Just to answer your question completely: You could for example implement a scheduler task within KM which is scheduled each night and does nothing else than calling System.gc(); - as said, without real sense.
    Hope it helps
    Detlev

  • NOT GETTING DISK SPACE WITHOUT RESTARTING THE SERVER.

    WHEN I AM DELETING FILES FROM MY EDIT VOLUME, THE DISK SPACE IS NOT INCRESING,UNTIL I RESTART THE XSERVE. WHY? PLZ HELP

    Cache? Are you direct attached to the Xsan volume or are you deleting the files through a network share of the Xsan volume?
    Which Xserver are you rebooting? The Metadata Controller?
    Drew

  • Make code changes without restaring the server

    hi everyone,
    how can we make the code changes reflect in the server without restarting the server is case of jboss using startDynamoOnJBOSS.bat.
    because every time i make a small change in the code i am restarting the server to see the change in the output.

    Hi,
    You can use debug mode of the eclipse. Follow the steps below:
    1. If you're using Jboss goto your run.bat and find the line:
    set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=n,suspend=n %JAVA_OPTS%
    Just make server=y
    2. Put debug points in your file in eclipse. Put the point where ever you think you need to make changes.
    3. Open "Debug Configuration" in eclipse and select "Remote Java Application" and click new. Fill the details and click apply.
    4. Use f5 to go inside a method and f6 to goto next step. Use ctrl+shft+i to see the value of any parameter or just keep your mouse on the parameter.
    I hope its clear.
    Regards,
    Rahul

  • How to disconnect internet connection in Time Capsule and reconnect without restarting the whole device?

    Hi, I would be very grateful if someone could tell me how to disconnect internet connection in Time Capsule and reconnect without restarting the whole device?
    The thing is that as I have a dynamic IP address, everytime I restart the internet connection my IP address changes. I sometimes need it to change, so I need to restart the connection. I don't know another way to restart the connection than restarting the whole Time Capsule.
    Thanks!!
    PD: the computer I use is Windows based, using the Airport Utility for Windows, but I also have a MacBook Pro I could use and an iPhone too.

    The utility in windows is very like Mac so the screenshots are from Mac as I don't have windows available now.
    How this works depends on the setup of the TC.. which you did not tell us.. you cannot change anything if you do not have the TC as the main router in the network.
    So on the internet tab you need to share a public IP address.
    On the next tab where you set IP address.
    Click the renew IP address.
    It might work.. and it might not.. the problem is you are not disconnecting the network.. sometimes the hard disconnection is required before the address will renew..
    What about unplugging the WAN port.. then click renew the IP which will fail.. then plug the wan back in again.
    In the end it is easier and faster to power cycle the TC.

  • How could I turn on genius without credit card information? I dont have any credit cards ...

    how could I turn on genius without credit card information? I dont have any credit cards ...

    Unless the instructions on this page are followed when creating an iTunes account : http://support.apple.com/kb/HT2534
    then credit card details will need to be entered before the account can be used to download any item from the store.
    If you are getting a prompt to review your account when trying to use it then you could see if this post by mountaingoatgirl lets you do so without needing to enter credit card details : https://discussions.apple.com/message/24303054#24303054
    If not then you will need to create a new account, and use the instructions on that HT2534 page when creating it. If you want to use the same email address then you will need to replace it on that account first e.g. by tapping on it in Settings > iTunes & App Store on your iPad, via the Store > View Account menu option on your computer's iTunes or via http://appleid.apple.com
    (For future info typing all in capitals is considered shouting and makes posts difficult to read, and may mean that people are less likely to reply.)

  • How to make changes effect in log4j.xml without restarting weblogic server

    Hi ,
    I have successfully configured log4j in my weblogic server 8.1.
    Everytime i made a change in log4j.xml i need to restart the server
    is there any configuration or parameter to set without restarting server??
    Thanks in advance,
    CK

    I don't think you need to restart the server, atleast I never needed to when making changes to jsp pages. You only need to restart when you make changes to java classes. Some might argue jsp is converted to servlet which is a java class.....
    Try refreshing the page when you make any changes. This works for me, if it doesn't work try turning reloadable="true" in your context path in tomcat's server.xml

  • How can I turn off iCloud without losing my documents?

    How can I turn off iCloud without losing my documents?
    When I try to sign out Icloud I get the warning (( If you turn off Documents & Data, all documents stored in Icloud will be removed from this Mac))
    I don,t want to remove my document on my computer, what should I do? 

    If you are refering to documents such as Pages and Numbers files....
    The only way around this is to "save as" you icloud documents using the associated app to a local folder on your mac.  Then turn off icloud.
    Of course, when you sign off of icloud, the docs are removed from the mac, but remain in icloud.  In the future when you sign back in, the documents are available to you again.
    Oh, and the icloud documents are also stored locally in ...
    ~/Library/Mobile Documents
    Note that Library in the user's home folder is now hidden, so you'll have to set Finder to view hidden files.
    The Mobile Documents folder has subfolder where copies of the doc/data files are stored.
    You can move these files to another folder to save them.

  • How do I restart apex without restarting the database?

    As the title says... How do I restart apex without restarting the database?
    For the second time in as many weeks apex 3.0.1(?) has stopped working while the database (10gR2) hasn't missed a beat.
    How do I restart apex?
    How do I get it to restart automatically on failure.
    How do I receive failure notification messages.
    How do I diagnose the cause of the failure.
    We were looking at using apex in a production environment but the prospect of unplanned restarts of production databases every week is a little daunting.
    Regards,
    David

    David,
    >> We're not using oracle http server as it's a 64 bit version so yes the whole thing is running within the database.
    1) So your Web server is the XDB HTTP protocol server and embedded PL/SQL gateway (basically, the database's embedded Web server)? Is this 11g? If so, what platform?
    2) Are there any reported issues in the database alert log?
    3) When you check the status of the database listener, does it show services running for this specific port (default 8080, I guess)?
    4) If you normally go to http://server:port/apex, when this situation occurs, what happens when you try and go to http://server:port?
    Joel

  • There aren't any 'x' on the tabs so that i can close them. how do u close individual tabs without restarting firefox?

    there aren't any "x's" on the tabs so that i can close them. how do u close individual tabs without restarting firefox?

    Why not just... put an X on it?

  • I need to reset time capsule. How do I turn it off and restart it? Unplug it?

    I need to reset time capsule. How do I turn it off and restart it? Unplug it?

    Resetting an AirPort Base Station or Time Capsule FAQ
    How to reset Time Capsule

Maybe you are looking for

  • My firefox is not displaying profile pictures of my friends in facebook

    my firefox browser is not displaying my profile picture and my friends profile picture in facebook

  • Hide menu bar in art installations

    Hi there, I am currently making an art installation where I basically just play a QuickTime movie fullscreen in a gallery. However I wanted to make it fullproof by automatically rebooting after power failure and then automatic starting my clip in ful

  • Proper Syntax to Join on Common Attributre value

    Does anyone know how to write this query properly? "Display customer pairs as (first mi last) (first mi last) who are from the same state. Also how their respective states." The table structure is appended at the bottom of this message. I have ready

  • Cups/Xfce network printing problem

    I'm really pulling my hair out over this problem, I've tried everything I can think of and everything suggested to me by helpful #archlinux users... So let me start by saying what I am trying to do... It is quite simple in theory. I have a box runnin

  • Uninstall Flash player.

    Hi guys, I need to uninstall flash player from windows vista machines. (current number is unknown yet but probably something like 40-50 computers). I'm using System center configuration manager 2007 R2, and i've searched google for how to use silent