How can i call shutdown class after the server stopped listening http request

Hi,
I am using wls70sp1. I noticed that the shutdown class called right atfer the
Server state changed to SUSPENDING. Then i saw the <http> *.jsp: destroy>, etc.
see the log file in attachment. how can config the server stop the http listening
first and then do the clean up works? This is very important for us, otherwise,
there is still chance the request be left out.
Thanks
[shut.txt]

Hi,
I am using wls70sp1. I noticed that the shutdown class called right atfer the
Server state changed to SUSPENDING. Then i saw the <http> *.jsp: destroy>, etc.
see the log file in attachment. how can config the server stop the http listening
first and then do the clean up works? This is very important for us, otherwise,
there is still chance the request be left out.
Thanks
[shut.txt]

Similar Messages

  • How can we call a class file of one package for class file of another

    How can we call a class file of one package from class file of another package and both packages exist in a same folder

    How can we call a class file of one package from
    class file of another package and both packages exist
    in a same folder
    Luckily they don't so it's really not a problem after all.

  • How can i call ajax and extract the data?

    Hi all,
    I don't know briefly about ajax..i want to learn ajax, so my question is how can i call ajax and extract the data. for ex, i have JSON file
        "mobile": [
                "Name": "Micromax",
                "Model": A310
                "Name": "samsung",
                "Model": grand 2
    for above example how can i call ajax..please anyone explain with small example because it'll help me a lot.
    Thanks & Regards,
    Palsaran

    Hi Palsaran,
    As i understood, your requirement is to POST data from UI to backend.
    The above code you given is not correct if you want to use model based implementation.
    In UI5 you don't need to do an explicit Ajax call, for which we can use Models like OData, JSON etc.
    For your JSON example, you can use like,
    var oModel = new sap.ui.model.json.JSONModel();
    var oData = "YOUR JSON DATA";
    oModel.setData(oData)
    oModel.loadData(yourURL/Entityset,"POST");
    For ref, you can use the below link
    JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.model.json.JSONModel
    Thanks
    Naveenraj

  • I am going to have to restore my iTunes to a prior date, how can I retrieve apps purchased after the chosen restore date?

    I appear to have "lost" many of the songs, and videos, in my iTunes.  The songs/videos show, but  when I attempt to access them, it says it can't find the file and offers to search.  In the search the song/video shows, but is greyed out.  If I restore I tunes to a prior date, how do I retrieve apps that were purchased after the chosen restore date?
    Thanks,
    Dale

    Icloud is made up of many services.  you may choose to use or not use any or all of these services.  One of the many services it provides is that it allows you to redownload past purchases.
    "I prefer to keep all of my information on my Mac, and a local backup drive."
    As you should.  That is why, if you have lost your comtent, you should redownload that lost content from icloud to your computer and back it up, using the directions I provided to you.
    "lso, I don't recall setting up a iCloud account. "
    Does not matter at all. You do not need an icloud account.  Forget you ever heard the word icloud.  Perhaps if we stop using that word, you will understand.  Itunes now allows you to download your past purchases again - instead of the one download only rule that has existed orior to now.  You can download your purchases to your computer again. 
    You seem to be getting hung up on the word icloud, so imply forget you heard it.
    Follow the direction in the link I provided to download the songs, etc that you have lost.  Once downloaded, they will once again reside on your computer where you can back them up and sync them to device as you always have.
    nothing at all changes.
    Hope this helps.

  • How can i call a procedure from the app

    hi
    i have an establish connection to a database (MS SQL SERVER 2000) , i can get data from the tabels by sql statments.
    i have stored procedure in the database , how dan i run procedure with parameters from the app.
    lets say i have one procedure that takes one parameter "city_name"
    procedure delete_city ( @city_name char(100) )
    how can i run it
    thanks ahead
    johny

    Hi,
    Assuming con is the connection object:
    Assuming city_name is the name of the city to be passed to the stored proceduer
    Step 1: Create a callable statement object e.g. CallableStatement cs = con.preparecall("{delete_city(?)}");
    Step 2: Set the IN paramter of the stored procedure e.g. cs.setString(1, city_name);
    Step 3: Execute the callable statement e.g. ResultSet rs = cStat.executeQuery(); //assuming only one resultset is returned by your stored procedure
    Step 4: Process the resultset as you do for getting data from your other sql statements.
    This is a very basic way to execute a stored procedure. The complexity lies in executing stored procedures :
    1) which return a value
    2) which will result in multiple result sets
    3) having IN, OUT and INOUT parameters
    4) a combination of any or all of the above
    I would suggest you look up the JDBC API to get more details.
    Regards,
    bazooka

  • How can i call java class file in jsp page

    Hai,
    i wants to call .class file in jsp page.
    my class file is in C:\jsdk\bin.
    Thanks

    I'm not entirely sure what you mean by "calling a class file", but I'm going to assume that you want to do something like the following in your page:
    <%
    MyClass myClass = new MyClass();
    myClass.someMethod();
    %>etc
    If that's the case, then all you have to do is make sure that the class is in the servlet engine's classpath. You'll probably also need to include an appropriate import statement at the top of the page.
    Hope that helps.

  • HT1311 how can I get my contacts after the soft ware update?

    HOw can I get my contacts that I already had before the soft ware update

    Have you already set up your iCloud account on your iPhone?

  • How can i call method defined in the binding page from popup

    I couldn't call method defined in pageDef from dialog exist in popup
    while i can call it from button or link
    how can I do that

    Hi,
    my answer to this is : yes, this can be done. So next is that you explain what you've tried so we can share our view with you
    Frank

  • How can I filter alerts shown in the Server app?

    In the time I've been running OS X Mavericks Server, the only alert to come up in the Server app's Alerts pane is "Virus detected in inbound email". That's about as surprising as finding that water is wet, so I'd like not to see those alerts. I don't want to turn off the email filtering, I just want don't want to hear about this one kind of event.
    How can I filter the alerts in general or this one in particular?

    Hi ephraimephraim
    I dont know if you found a solutions, but I hit the same problem so here is what I worked out...
    Go to: Mac HD/Library/Server/Mail/Config/amavisd
    In there you will find a file called amavisd.conf
    Make a backup copy of this just incase! Now open the file using TextWrangler (its free from here http://www.barebones.com/products/textwrangler/download.html).
    Now scroll down to line 119 and it will look like this:
    #$virus_admin              = "[email protected]";  # notifications recip.
    #$spam_admin               = '[email protected]';
    #$spam_quarantine_to       = '[email protected]';
    #$banned_quarantine_to      = '[email protected]';
    #$virus_quarantine_to      = '[email protected]';
    What I waneted to do was stop the useless "Virus detected in inbound email" emails and just send a copy of the emails to one account that I could keep an eye on, so this is what I did.
    First deside on a alias to use, such as [email protected],
    Now you can insert that like this virus-admin\@$mydomain its relly is important to add the \@$mydomain this resolves up the top of the file so it should now look like this
    #$virus_admin              = "virus-admin\@$mydomain";  # notifications recip.
    #$spam_admin               = 'virus-admin\@$mydomain';
    #$spam_quarantine_to       = 'virus-admin\@$mydomain';
    #$banned_quarantine_to      = 'virus-admin\@$mydomain';
    #$virus_quarantine_to      = 'virus-admin\@$mydomain';
    now delete the # notifications recip. after the virus_admin to stop the Virus Notifications, then I deleted the # before the spam_quarantine_to, banned_quarantine_to, virus_quarantine_to  this "turns on" the line and then add # notifications recip. after them, so you should end up with
    #$virus_admin              = "virus-admin\@$mydomain";
    #$spam_admin               = "virus-admin\@$mydomain";
    $spam_quarantine_to       = "virus-admin\@$mydomain";  # notifications recip.
    $banned_quarantine_to      = "virus-admin\@$mydomain";  # notifications recip.
    $virus_quarantine_to      = "virus-admin\@$mydomain";  # notifications recip.
    Now just create a user on the server called virus-admin of add it as an alias using Workgroup Manger.
    Hope this helps

  • How can I save a file in the server?

    Hello,
    I am writing a Java Web Start program that it will generate a html file, how can I save the generated file in the server, fro example, the directory where I stored my JAR files. Because right now, it will create the html file in the local client mahcine instead of the server. Can anyone tell me how can I do this? Thanks you.

    Yeah, thanks but that's not what I was trying to ask.
    I know that you can save and open a document by performing these three steps:
    1. Confirming to save a file to the Downloads folder
    2. Open the download manager by clicking the temporarily green arrow
    3. Clicking on the downloaded file
    What I would like to know is whether or not it is possible to have Firefox open a saved file ''automatically''. At the moment, if I choose to open it automatically, it is only saved to my temp folder.
    It would be great though if it was saved to my Downloads folder ''and'' opened with the respective program on my pc. Is there a way to do this?

  • How can I disable excel addin on the Server side?

    Hi, is there any way to disable excel addin on the server side?
    We want to disable it so that no one can modify or read data in the cube in the production environment, even if he or she had installed the add in. Instead, we provide the Planning data forms as the only interface for end-users to read and write. we do this because the add in is very easy to install and users can read and write data in the cube at their will.
    As we designed to keep the security filters simple, it is not a good idea to controll data access through security filters.
    so, what i'm asking is how to disable excel addin on the server side?
    Thank you for replying.
    Edited by: user4592285 on 2012-10-18 上午6:48

    Hi,
    As Gurus suggested, you will have to restrict viewing of data through dimension level security.
    Give access of members to users, only which are relevant to users so that they can't view other user's data/members.
    Like give access of members belonging to HR dept only to HR users and give access of Finance dept related members to finance users only.
    Hence HR users will view only HR relevant data and won't be able to view (read or write) finance related data and vice-sa-versa.
    Hope this helps
    Regards
    -SM
    Edited by: 918547 on Oct 18, 2012 8:40 PM

  • When I delete domething on Mac Mail it automatically deletes it on my Yahoo server.  Why and how can I get it left on the server?

    When I delete something on Mac Mail it automatically is deleted on the Yahoo server.  Why and how can I stop this happening and leave it on the server?

    I believe that that is how IMAP accounts are designed to work, if you delete an email from a computer or device then it will be deleted from the server. If possible you could try setting up the account as a POP account in the Mail program and you should then get a 'remove copy from server' tickbox (which will need to be unticked) on the account's Advanced tab in Mail > Preferences.
    I've asked for this post to be moved to the Mountain Lion forum, this is the iPad forum.

  • How can I leave emails unread on the server even when I open it on iphone

    Hey,
    I adore the way iphone gets me all my emails at the instant they were sent. Only thing is I sometimes open the email just to check if it's something emergent, otherwise I prefer to read it at home on a PC.
    Is there anyway such that when you open the email on the iphone it's not "marked as read" on the gmail server for example ? Is there maybe a way you can get data from the server (reading the email) but not sending anything back (the act of turning it from unread email to read email) ?
    If not, then is there anyway such that you mark emails as important or any such thing using the iphone ?
    Thanks

    No, because the iPhone doesn't download the entire message from the server until you open it. The iPhone only downloads the header of the emails from the server and then once you open the email, it will communicate with the server and download the rest. Once that phase happens, the server marks the email as read.
    The only thing you can do, is mark each email as unread after you read it. You can do this from inside each individual email, Apple hasn't created a feature yet that will allow you to mark multiple emails at a time and mark them as read or unread.

  • How can i call java class implemented as service from ExtJS after successfull activation of a page ?

    Hi ,
    I want to call a java class implemented as a service in felix . This should be called after succesfull activation of the page .
    I want to use ExtJs implemented in /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js file CQ.wcm.SiteAdmin.activatePage method.
    Please suggest something on this .

    Hi Sham ,
    i tried this ,
    var response = CQ.HTTP.post(
            CQ.shared.HTTP.externalize("/bin/replicate.json"),
            callback,
            { "_charset_":"utf-8", "path":paths, "cmd":"Activate" }
    if (CQ.HTTP.isOk(response)) {
         CQ.HTTP.post("/bin/sample.json",
                  null,
                  {"_charset_":"utf-8","path":paths});
    It is giving an alert messege on siteadmin screen as "Unspecified Error" .
    What can be the problem , am i missing something here?

  • How can we call windows application inside the bsp ...

    hi,
    i just want to call the exe file or execute or open outlook express inside a page...
    or.. openeing a notepad..
    thanks
    jaideep

    Check this thread..
    Call a Systemcommand from BSP
    how to call DLL in BSP
    <i>*Reward each useful answer</i>
    Raja T

Maybe you are looking for

  • Creating an Image from whats already on screen?

    http://carroll1.cc.edu/~tpatters/Scribble.html Above is the link to an applet I've been writing for a few days. I'm fairly new to Java and am using this applet to teach myself concepts as I dig them up. Right now when the page is moved, or the applic

  • Creating source system in RSA1

    Hi guys, I’m trying to create a source system in the TC RSA1 between R/3 PRO y BW PRO. But at the end of the process it sent me the message Source system already exists. There is no other source system for R/3 created. What can it be? Thanks a lot Re

  • R/3 has problem with LineNum=0

    Hi all! When sending an ORDERS05 to R/3 in the Intercompany Purchase scenario, the PO line number is set in the POSEX field. Now R/3 treats the 0 value as NULL! Is there any setting in R/3 that prevents this? The R/3 version is 5.0. Regards Lars Jöns

  • License Question On Java Studio Creator 2

    Hello. At the 2006 Java One Conference, I picked up a free DVD set of the Java All Access Kit/Sun Developer Kit. Within the kit contained the Studio Creator 2. I would like to install the software but I am concerned upon the issue of the license. I d

  • DPM 2012 R2 UR2 adds 2003 support but what about 2008?

    http://support.microsoft.com/kb/2958100 I see that update rollup 2 is out and it adds support for protecting server 2003 agents but I don't see any mention of server 2008 (not R2). I have a server 2008 SP2 (not R2) machine running Exchange 2007 SP3.