How to fire a servlet when your site is visited

Hi
          This is just one way to do this
          Thanks to Robert and Cameron for help on this
          1. Register your entry point (servlet) thus.
          weblogic.httpd.register.index.html=MyHomePageServlet
          2. Ensure that the following property is set thusly
          weblogic.httpd.initArgs.file=defaultFilename=index.html
          Obviously you can use whatever names you want here
          3. It doesn't matter if there is an index.html in the document root as
          the server tries to resolve a name to a servlet before a file. This
          can cause a bit of confusion to a collegue who has been working on an
          index page and can't understand why it's no londer being served when
          he logs in (heh heh;-).
          Lack of communication huh
          Thanks for the help
          Cheers
          Duncan.
          ======================================================================
          [email protected]; http://www.nearplanet.com
          ======================================================================
          XML liberates information from the tyranny of proprietory file formats
          ======================================================================
          

When I send mail with Mail app , there is flying letter pops up. But now I could not see anymore. Do you know how can I active that animation ?
Thanks for your help

Similar Messages

  • How to get a confirmation when your email is delivered or read  ?

    With Mail app ,How to get a confirmation when your email is delivered or read?

    When I send mail with Mail app , there is flying letter pops up. But now I could not see anymore. Do you know how can I active that animation ?
    Thanks for your help

  • How do you find out when your gamer club expires?

    how do you find out when your gamer club expires??
    Solved!
    Go to Solution.

    Hey trixr4trey,
    Thanks for being a Gamers Club Unlocked member.  I'm happy to answer your question today.
    To find your Gamers Club Unlocked expiration date log into your account on BestBuy.com.  Then click on "Overview" under the Rewards tab.  Gamers Club Unlocked information will be on the right.
    I will also send you a private message with your current expiration date so that you have the information as quickly as possible.
    Best regards,
    Mike|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How to remove "Get started with your site"

    Hello,
    I am in the process of automating the creation of a site collection using PowerShell. Everything works fine but I would like to remove or hide the "Get started with your site" that we see the first time we open a site. Deactivating the Getting
    started feature will not remove it.

    For other readers, here's the full script needed:
    # First, get a reference to the target web app:
    $web = Get-SPWeb "[TargetSiteURL]"
    # Assuming that 1) the web page file that you want to examine is
    # the default landing page and 2) Publishing has been activated
    # for the containing site collection, the following gets you a
    # reference to the web part manager:
    $wpm = $web.GetLimitedWebPartManage("pages/default.aspx", [System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Note the "pages" in the path. Next, the following lists out
    # all web parts on this page:
    $web.GetLimitedWebPartManager("pages/default.aspx",[System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Review this list, and then identify the PartOrder of the web
    # part you want to remove. It its, say, its "5", you get a
    # reference to web part like so:
    $wp = $wpm.WebParts[5]
    # Now delete the web part:
    $wp.DeleteWebPart
    # and close the web app reference:
    $web.Close()
    It's easier to remove the web part directly from the page, while it's in edit mode, but then the scripted method also works when automation is needed.

  • How to add a user when Muse site is uploaded without Business Catalyst?

    Hello,
    I have uploaded a Muse site for my client on her own ftp server. But how can I add her as a "inbrowser editor", so that she can manage the site when needed? Or is it only possible to add a user when I upload the site on the Business Catalyst host?
    Thanks!

    Hi,
    The June 2014 update to Muse enables In-Browser Editing for Muse sites hosted with third-party (non-Adobe) providers.
    See https://helpx.adobe.com/muse/using/whats-new.html#In-browser%20Editing%20enhancements for specifics.
    Abhishek

  • JDev 10.1.3 ADF: How to fire an event when clicking a Radio Button

    I have a <af:table> component with the following code for my radio button
    <af:tableSelectOne text="Select and"
    binding="#{backing_viewFees.tableSelectOne1}"
    id="tableSelectOne1"
    attributeChangeListener="#{backing_viewFees.tableSelectOne1_attributeChangeListener}"
    autoSubmit="false">
    When I click the radio button it does not fire up my event in my backing bean?

    Thank you for the suggestion...it does work and fires the event, but it is still not selecting the current record when I try to perform an Update or Delete.
    I had to modify your code a bit in order for it work in JDev 10...used the JUCtrlValueBindingRef instead of the FacesCtrlHierNodeBinding.
    Here is what my af:table tag looks like:
    <af:table value="#{bindings.FeesView1.collectionModel}"
    var="row" rows="#{bindings.Fees001View1.rangeSize}"
    first="#{bindings.FeesView1.rangeStart}"
    emptyText="#{bindings.FeesView1.viewable ? \'No rows yet.\' : \'Access Denied.\'}"
    selectionListener="#{backing_viewFees.tableSelectOne1_attributeChangeListener}"
    binding="#{backing_viewFees.table1}" id="table1">
    If I put back my 2 original attributes, then my Delete and Updates work.
    selectionState="#{bindings.FeesView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.FeesView1.collectionModel.makeCurrent}"
    Here is my code in the backing bean:
    public void tableSelectOne1_attributeChangeListener(SelectionEvent selectionEvent) {
    JUCtrlValueBindingRef binding = (JUCtrlValueBindingRef)this.getTable1().getSelectedRowData();
    if (binding != null) {
    Row currentRow = binding.getRow();
    if (currentRow != null) {
    System.out.println(currentRow.getAttribute("CurrentRecordInd")); // this does print my selected value!!!!
    }

  • How to fire an alert when a particular fileds are updated

    Hi,
    We have requirement in which an alert need to fire only when two of the columns of per_All_assigments_f table
    gets updated
    Can any one please let me know how to capture and compare the old and new values of any columns in the table in alert.
    Thanks
    SK

    Hi;
    You can create trigger than when related filed updated you can get email.
    Check below googling:
    http://www.google.co.uk/search?hl=en&q=update+trigger&meta=
    Regard
    Helios

  • How to Fire ondisconnect event when network disconnect suddenly

    Hello Friends
                          can any body tell me how to clear the client entry from Adobe flash Media server 3.5. when net disconnect.
    i was expecting that on netdisconnect from the client side end(which is connected to FMS) its onDisconnect event fire similarly as it fire for browser close.But when internet disconnect  ondisconnect event not fires at FMS side is there any way to overcome this or any other event  fire at that stage?
    if it is possible to get any event on network disconnection at client sidetahn i can solve the issue.
    Thanks and Regards
       Vineet osho

    You  must be getting the "NetConnection.Connect.Closed" as info.code in the onStatus for the NetConnection.
    See http://livedocs.adobe.com/fms/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDoc s_Parts&file=00000742.html
    nc = new NetConnection();
    nc.onStatus = function(info){
        if (info.code == "NetConnection.Connect.Closed")
            // Netconnection has closed.

  • How to restore the OS when your hard drive fails...

    So I recently bought a Y50-70 from Newegg.  Being that I hate Windows 8/8.1 with a passion I made sure to find a laptop that runs Windows 7.  Lucky for me (and one of the reasons I bought this laptop) is that I should be able to run Windows 8.1, 7, and Linux without problems.  Woohoo.
    I should note that this is my first Lenovo, so I'm not too privy to the intricacies of Lenovo products yet.  I've been told to avoid them like the plague and I'm trying to prove that things aren't as bad as my friends say, but I'm rapidly deciding their wisdom should have been heeded.
    Just like every time I buy a laptop, the first thing I do is make a direct sector-for-sector copy of the hard drive.
    After that I booted up and made the "recovery disk" in Windows 8.1 just for future security.  So 32GB thumbdrive is now dedicated for reinstalling Windows since the laptop comes with no recovery media.
    Ok, so far so good.
    Now, I blew away all of the partitions and installed Windows 7.  It's not all peaches and cream and there's some problems.  So I thought I'd go back to Windows 8.1 and see if these problems are software or hardware in nature.
    So I pulled out my trusty USB stick, and lo and behold you can't actually reinstall the OS if you've deleted the recovery partition.  I checked that box that says something about including a copy of the recovery partition, but you can't recover the OS even after doing that.  Every time I get a message about the harddrive being locked or no image being present (I forget the exact error because I'm about 24 hours from demanding a full refund and mailing this thing back).
    So, assuming I have Windows 8.1 fully installed, what is the proper method to backup the OS in a fashion that is restorable on something like a disk failure where you install a new blank hard disk and then need to do a recovery.  Does this not exist for my laptop?  I've always been told that the Windows 8.1 recovery disk creator was the solution, but it clearly isn't.
    Anyone know the proper method for this scenario?

    Hi,
    Sorry to hear this hasn't worked out like it's supposed to.  I've used recovery flash drives without problems, but have also seen that the "drive locked" problem does occur.  I'm not sure that it's a Lenovo issue.  Seems to be more a generic Windows restore problem that happens with some drive configurations.
    That doesn't help you - I chimed in to say that if you haven't already, you might call support and explain your situation.  I can't/don't speak for Lenovo, but when I've had recovery issues in the past with a new laptop they've provided the recovery media gratis.
    (Apologies if I missed that you've already called...)
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How do you find out when your contract times up?

    I've searched all over My BT but no where can I find anything about the date I can cancel my landline. I want to terminate my contract and move to another provder, but don't know either when my contract started or when it ends.
    I believe I'm on a yearly one. Even BT's phone menu is baffling as it gives you the choice to cancel and I'm afraid that may literally terminate it there and then.
    I'm sick of BT increasing their prices and also removing the paper free discount too. I'm with O2 for phone and also have full Sky package but O2 have the better landline offer with BB cheaper again.
    Can someone please help on how to find end date out? thanks

    Hi.
    You can get the contract end date here at billing Live Chat:
    http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    Its open Mon-Fri 8-9
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • How does one do updates when your service provider is s-l-o-w??                     According to the counter, our computer needs almost 20 hrs. of updates, is there a way to pick and choose which ones are downloaded?

    We have a "Rocket Hub" and our download times vary greatly.  My husband's computer, Snow Leopard OS, shows he has about 20 hrs. of updates to download.  Is there a way to pick and choose so we can catch up?

    Nope, because files sizes, machines, software installed are different and you can't control what needs to be installed first before others work.
    Apple is all Internet, you should see Lion users, they can't reinstall their OS at all without a Internet connection. (or pay $69 for the Lion USB key) and then there still the updates to deal with.
    So take a ride, to a Apple Store early in the morning before their network gets overloaded (what a way to get you in the door and buy more junk uh?) fully update to 10.6.8.
    Good thing about Snow Leopard, not much more in large updates coming for that verision, in fact they will stop completely come next spring or so when 10.8 is released.
    Unless you live in a wealthy area with broadband, your a nobody in Apple's viewpoint.
    You could get a 3G laptop connect card, hopefully that will give you enough to download your updates but they cost a fortune.
    If I could just provide you with update disk I would, but I can't, machines are different.
    Call Apple and ask for a update disk, perhaps they have a solution
    Once you do get all your updates, Carbon Copy Clone your boot drive to a external drive, it's hold the option key bootable duplicate.
    Donationware too.
    http://www.bombich.com/index.html

  • Does anyone know how to fix the settings when your your mac doesn't recognize your external speakers?? HELP! I've tried everything.

    So, I have a macbook pro.  I used earphones to listen to music and everything worked fine.  A few hours later, after it had been unplugged, I tried to listen to a video and the sound did not work.  I have tried everything.  Rebooted my computer multiple times, reset the PRAM twice, and checked my MIDI setup.  When I go to sound through system preferces, this is what shows up: Output -- Digital out -- optical digital-out port and there is no option for external speakers!  It isn't even showing that I have them!!!  My internal settings are fine.  HELP please!

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • How do you upload playlists when your library size exceeds the ipod size?

    So I recently loaded more music onto my computer than my ipod can hold. Itunes created a new playlist, which the ipod is now using as the "library" that is uploaded into the ipod. That is all fine and dandy, but now my other playlists are no longer being uploaded into the ipod. How do I create playlists within a playlist?

    Quit using the playlist that iTunes created. Tell your iPod options to only update selected playlists. Then check off your favorite playlists you created.
    Your iTunes Library is Bigger Than Your iPod HD

  • How to fire a plug when opening a comp as a popup

    I am opening a WD component as a popup using cl_wdr_runtime_services=>display_view_in_popup().
    Unfortunately, the default inbound plugs of the window or the view are not called when I go this wy.
    Is there anything I can do? How can I make sure that the inbound plug handler(s) are called when opening the comp. in a popup?

    Hi Daniel,
         You can make it Inbound Plug as Default. then system automcatically will call that inbound plug handler method when you open this window.
    Step:
          In Window, Just right click on the Inbound plug and you will get a small popup , in that pop up select  Set as Default .
    Regards,
    Vijay

  • How to fix CD Stuck when your start your MacBook

    I have read the thread and found many of the great effort everybody tried. I came to this issue myself and before I go crazy with Credit Card, Library Card. etc. I called APPLE support and tried this method.
    Using business card. bottom line is to put your card underneath the CD. In order make this happen. Start from right side. and try to he the corner of CD and fit your card underneath the CD media. Slide your card towards center and you will also release the front lock mechanism. turn the power on and hit eject button. you will need to place your card 45 degree facing upwards so that your pushing the CD up. You will need to try and get the right fit. if you press the card, you will feel and hear that you are jamming the CD and motor will come to stop. try couple time pull back and pull in in the angle. I can tell you is you need to rough with but don't let card jamm too much and stop the motor too long. After few tires it should come out.
    By the way, Apple Support said when you apply the power and hit trackpad button will basically trying to ejecting at firmware level and consider mechanical eject button.

    my missing music always occurs in concert with the appcrash.
    its not just music its all "ipod" content.. videos, podcasts, etc... weird thing is... ipod app will say "No content or No music connect to itunes" yet if you look at your memory usage on the iphone the music is still taking space.
    once you get back to your machine with itunes on it and uncheck music, videos, etc it does a rapid sync that restores the used memory on your phone.
    this has happened on both iphone3g and 2g's ive owned and its happened on version 2.0.1 and 2.0.2

Maybe you are looking for