WLS volleying back and forth bewteen 1.0 and 1.1 HTTP?

          Hi,
          I have a servlet deployed on WLS 6.0sp2 Windows NT4.0 and a client that accesses
          it via Netscape Navigator 4.7
          At different invocation times, it appears that the same browser talking to the
          same servlet switches back and forth between HTTP 1.1 and HTTP 1.0 GET. Does
          anyone know what determines WLS' use of HTTP/GET 1.1 versus 1.0 in this setting?
          From my vantage point, its choice is unpredictable and non-repeatable.
          Thanks!
          -Ben
          Here is a clip from my WLS HTTP access.log file:
          172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET /Transport/DecisionSupportWorkSpace?frame=ConfigureViews&row=0&column=0
          HTTP/1.1" 200 0
          172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET /Transport/images/icon_cancel.gif
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET /Transport/images/icon_done.gif
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:39 +0000] "POST /Transport/DecisionSupportWorkSpace?frame=searchResults
          HTTP/1.1" 302 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /Transport/styles/vp.css HTTP/1.1"
          304 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /Transport/vp/scripts/global.js
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /Transport/vp/scripts/vpAlert.js
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /images/go_dkblue.gif HTTP/1.1"
          304 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /Transport/images//icon_add_dkblue.gif
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /Transport/images//icon_custom_dkblue.gif
          HTTP/1.1" 304 0
          172.20.8.236 - - [16/Jan/2002:18:23:43 +0000] "GET /Transport/DecisionSupportWorkSpace?frame=searchResults
          HTTP/1.1" 200 0
          172.20.8.236 - - [16/Jan/2002:18:29:19 +0000] "GET /Transport/DecisionSupportWorkSpace?frame=ConfigureViews&row=0&column=0
          HTTP/1.0" 200 0
          172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET /Transport/styles/vp.css HTTP/1.0"
          304 0
          172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET /Transport/vp/scripts/global.js
          HTTP/1.0" 304 0
          172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET /Transport/vp/scripts/vpAlert.js
          HTTP/1.0" 304 0
          172.20.8.236 - - [16/Jan/2002:18:29:42 +0000] "POST /Transport/DecisionSupportWorkSpace?frame=searchResults
          HTTP/1.0" 200 0 0
          

Where can we get SP2 RP1??
          Thanks
          "Vijay Poluri" <[email protected]> wrote in message
          news:[email protected]...
          >
          > Hi,
          >
          > There is a known issue in WebLogic6.0 SP2 where HTTP1.0 requests were
          served by
          > weblogic with HTTP1.1 response.
          >
          > This has been fixed in Weblogic6.0 SP2 RP1.
          >
          > Vijay Poluri
          > Developer Relations Engineer
          > BEA Support
          >
          >
          >
          >
          > "[email protected]" <[email protected]> wrote:
          > >
          > >Hi,
          > >
          > >I have a servlet deployed on WLS 6.0sp2 Windows NT4.0 and a client that
          > >accesses
          > >it via Netscape Navigator 4.7
          > >
          > >At different invocation times, it appears that the same browser talking
          > >to the
          > >same servlet switches back and forth between HTTP 1.1 and HTTP 1.0 GET.
          > > Does
          > >anyone know what determines WLS' use of HTTP/GET 1.1 versus 1.0 in this
          > >setting?
          > > From my vantage point, its choice is unpredictable and non-repeatable.
          > >
          > >Thanks!
          > >
          > >-Ben
          > >
          > >Here is a clip from my WLS HTTP access.log file:
          > >
          > > 172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET
          /Transport/DecisionSupportWorkSpace?frame=ConfigureViews&row=0&column=0
          > >HTTP/1.1" 200 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET
          /Transport/images/icon_cancel.gif
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:22 +0000] "GET
          /Transport/images/icon_done.gif
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:39 +0000] "POST
          /Transport/DecisionSupportWorkSpace?frame=searchResults
          > >HTTP/1.1" 302 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET
          /Transport/styles/vp.css
          > >HTTP/1.1"
          > >304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET
          /Transport/vp/scripts/global.js
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET
          /Transport/vp/scripts/vpAlert.js
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET /images/go_dkblue.gif
          > >HTTP/1.1"
          > >304 0
          > >........
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET
          /Transport/images//icon_add_dkblue.gif
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:41 +0000] "GET
          /Transport/images//icon_custom_dkblue.gif
          > >HTTP/1.1" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:23:43 +0000] "GET
          /Transport/DecisionSupportWorkSpace?frame=searchResults
          > >HTTP/1.1" 200 0
          > >
          > >172.20.8.236 - - [16/Jan/2002:18:29:19 +0000] "GET
          /Transport/DecisionSupportWorkSpace?frame=ConfigureViews&row=0&column=0
          > >HTTP/1.0" 200 0
          > >172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET
          /Transport/styles/vp.css
          > >HTTP/1.0"
          > >304 0
          > >172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET
          /Transport/vp/scripts/global.js
          > >HTTP/1.0" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:29:41 +0000] "GET
          /Transport/vp/scripts/vpAlert.js
          > >HTTP/1.0" 304 0
          > >172.20.8.236 - - [16/Jan/2002:18:29:42 +0000] "POST
          /Transport/DecisionSupportWorkSpace?frame=searchResults
          > >HTTP/1.0" 200 0 0
          >
          

Similar Messages

  • Can you move files back and forth between an iPad and a PC using iTunes?

    If I read this article correctly, http://support.apple.com/kb/ht4094 I should be able to connect my iPad to my PC, fire up iTunes and then on the Apps tab in iTunes I should be able to click on an app, Pages for example and then just drag files onto the Pages Documents column from a Windows Explorer window.
    This is great.  I was hoping to use DropBox but it is such a hassle I don't know why people are so thrilled with DropBox on iPad.  If I can just move files back and forth using iTunes that should be fairly easy.  I wish there was a way to just upload my files to iCloud from my PC but the iCloud control panel app for Windows only seems to connect Outlook, Photostream and Bookmarks. I want to be able to just carry my iPad and not have to deal with a computer. 
    I thought that they said that you didn't need to have a computer to have an iPad.  I guess if you have a computer and then GET an iPad its a different story, unless you have a Mac of course.
    Anyway my question is: can you move files back and forth between a PC and an iPad using just iTunes?

    I still need to do some trial and error testing with DropBox and my iPad.  But can I link my iPad to my DropBox account so that I can always see the files on DropBox when I open Pages on my iPad?  I just want one place to store my documents, and iCloud doesn't seem to be up to the task when it comes to opening a fil;e, editing it and then saving it back to iCloud.  I just want a networked storage location that works like a networked drive on my LAN.
    I realize that hollywood and the music industry are up in arms about file sharing on the Cloud which is why so many things are made more difficult than they need to be. 

  • Can photos be transferred back and forth from/to iPhoto and an external drive? If so, how?

    Can photos be transferred back and forth from/to iPhoto and an external drive? If so, how?

    When in iPhoto for iOS you can share your photo to iTunes and then connect your iPad to your computer and use the file sharing window to move the photo to any connected hard disk. Sharing to iTunes is the only way to maintain original file size when sharing a photo in iPhoto for iOS.

  • IPod Touch screen switches back and forth between lock screen and start-up screen.

    iPod Touch 4th Generation
    My iPod Touch screen has been showing the Apple logo with the loading wheel then it will switch to the lock screen. It keeps going back and forth. My iTunes and iPhoto programs recognize my iPod when I plug it in, but it's the iPod itself that doesn't seem to be working. I've already tried resetting it using the Power and Home button, and restoring it using iTunes. I can't turn the power off unless I reset it. It's still continuing to charge on its own but it won't let me unlock the screen.
    I haven't dropped it so I don't know why it's like this. I've just had this replaced literally a month ago, so I'm not sure what's wrong with it.
    Anyone experiencing this problem or know what to do?

    Have you tried placing the iPod in recovery mode and then restoring it.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • How do you attach multiple pictures to an email? I use yahoo, presently I copy and paste each pic separately , having to go back and forth from my pics and email. I know there's an easier way. I currently use an iPad 2 and this is my first apple product.

    I currently use an iPad 2,how does one go about attaching multiple pictures to a yahoo email? Presently I am having to copy then paste each picture
    Separately , going back and forth from my picture roll to my email. I tried to copy and paste multiple pictures but it would only paste the last picture
    I copied. I am new to apple, so any help would be appreciated .

    If you use the Mail App and configure a Yahoo account you can then select up to 5 pictures from the Photo App and mail them as a single e-mail.

  • Can we pass parameters back and forth between Captivate 4 and a homegrown LMS?

    We are currently using a home grown LMS and ToolBook. At the beginning of every training course we are passing several parameters to ToolBook using a getparameters function and sending several parameters back to the LMS from our ToolBook assessments using HTTP Post.
    We are in the process of elavuating Captivate 4 and we need to be able to do something similar to what we are currently doing with ToolBook. At the start of each training session we need to be able to send several pieces of information (user ID, return URL, etc. etc,) from the LMS to Captivate and at the end of each assessment we need to be able to send several pieces of information back (user ID, pass/fail, score, etc.) to the LMS. We do not need to display any of the information brought into Captivate.
    Is it possible to do this using Captivate user-defined variables and HTTP? If so, can anyone out there give us some pointers on exactly how to accomplish this. If not, is there any way that this can be done with Captivate?
    Any help will be greatly appreciated.
    Thanks,
    Vernon . . .

    I don't really have any examples at hand but the basic process would be something like this.
    1. Create the user defined variable in your Captivate project. Publish your project.
    2. Edit the HTML file and add your JavaScript to send that information into the Captivate user defined variable. I can't remember the exact JS code for that but perhaps you can see that from the link Rick posted. If not then that information can definetly be found on www.pipwerks.com and I think he has a couple of examples as well (check out the "Lab").
    That should really be it.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.http://www.cpguru.com/

  • Can I switch the iPhone 3G SIM back and forth between my Razr and my iPhone

    I thought that I had read that you could do this without any problems. But, when I picked up my iPhone 3G at the AT&T store this week, I asked the sales person if this would work, and he said that it would work, but would corrupt the SIM and possibly cause problems with the iPhone when it went back into it. Is this information correct? Thanks for your help!

    I do it with my nokia i use it when i know im going to be out in the element's working and i dont use any data with that phone, but that's sound's kinda strange that you would have to pay for data with an unlimited data plan but im new to this so i guess we will have to wait and see-

  • How to go back and forth between my windows and Mac after installing windows with boot camp?

    Im in my Mac and I want to go back to my windows but dont know too.

    Restart with the Option key held down, or use the Startup Disk pane of System Preferences, or the Startup Disk control panel in Windows.
    (124963)

  • I write a newsletter...in order to add the previously saved articles to the form, I am forced to use the form as a draft in order to go back and forth. Extremely irritating and awkward. please help

    The newsletter is for nurses. I save "blurbs" from articles w' the link all month long. I then pull up the form for the newsletter and (while on AOL) I used to diminish the form copy the "blurb" and enlarge the form and paste the article. Although this sounds awkward, it was relatively easy and quick. I then posted the completed Newsletter form on our website.
    However, since I acquired DSL and using Firefox.....I am in a quandary. I can not do as I have previously done. I am forced to make a draft of the Newsletter, copy the ''blurb'' , pull up the draft and paste , then save the draft. Very very awkward and and can become confusing if interruptions take place. Then, send a notice BCC to segments of 10 members or more (there are about 800 members) that the newsletter is posted. What an ordeal. I finally figured out to make the roster a 2nd draft and the form letter a 1st draft. Saving each over and over. Exhausting. The Notice is monthly....

    The diagram was supposed to look more like this......
    Internet ---------TIME CAPSULE(containing all files) --------WD 2T Harddrive
                                                I
         I                           I                          I                            I                                   I
    Macbook Pro         iMac                 HP (PC)            OLD Macbook Pro           iPhone
    Sorry!
    Regards
    Joe

  • Can I go back n forth between FCE HD and iMovie?

    Hey all, I'm new to FCE HD and I love love love it. But I still need to use some of my iMovie crutches while getting up to speed. I recently shot a wedding in HDV and pulled all the clips together in FCE HD. Can I move the clips to quicktime and then load them into iMovie HD to do additional effects WITHOUT loosing my high def quality? I'm not so concerned about the audio "becoming one with" the video...
    -james

    I'n no HiDefer , but using the 'Apple Intermediate Codec', which is internally in use for handling HiDef-imports in both apps, should keep the quality lossless ..-

  • I use my ipod for audible books downloads. In the past I have been able to move books back and forth from library to ipod according to what I was listening to.  I can no longer retreive books in the library. Any suggestions?

    I use  my 6th generation Ipod strictly for Audible downloads.  In the past, I have been able to move titles back and forth from the Ipod and my Itunes library, to control the amount books on the ipod. Recently, an exclamation mark has appeared next to the titles as I try to transfer to the ipod, and the book does not transfer.  Any suggestions on how to regain access to my purchased library? 

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Turned iphone off cause it wasnt working , not stuck on circle loading screen and apple screen, they go back n forth tried rebooting didnt work

    My iphone was acting up, so i turned it off and it got stuck on the black circle loading screen and apple screen, thhey go back and forth. tried rebooting it and it didnt work, goes to apple then back to circle loading screen. connect it to itunes reads it but wont sync it or restore it.

    From http://support.apple.com/kb/TS3694#error3194:
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. FollowiTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • HP PhotoSmart 6525 Switching Back-and-Forth between Wireless and USB

    Hi,
    I setup my HP PhotoSmart 6525 using the "Wireless with a router" setup instructions (i.e. not Wireless Direct).  I am able to print from my laptop through the wireless network.  I would also like to be able to print from my laptop using the USB connection at times when my laptop is physically sitting next to the printer.  At times when it is not, I want to continue to be able to print wirelessly.
    Is it possible to setup the print drivers on the laptop so that I can easily switch back-and-forth between USB printing and wireless network printing?  I suspect that it may not be possible because the user guide has a section describing how to "Change from a USB connection to a wireless network" that has you click on a menu item called "Convert a USB connected printer to wireless".  There are no instructions for how to convert back to USB.  Moreover, the use of the word "convert" does not make it sound like you can maintain both print methods simultaneously on a single computer.
    Does anyone know whether it can be done, and if so how?
    Thanks in advance,
    Paul2
    This question was solved.
    View Solution.

    Hey Paul2,
    I see you have the HP Photosmart 6525 installed for Wireless printing capacity and would also like to add a USB driver so that it is available for use when near the printer.  Please follow the steps below to add a copy of the printer for USB printing.  The below steps are for Windows 7 and below based computers.  If you have Windows 8, then the steps will be slightly different so let me know.  Please let me know if you have a Mac, because I can provide those steps at that time.
    Press the Start menu of the computer
    Select All Programs
    Open the HP Folder
    Open the folder for the HP Photosmart 6520 series
    Select "Printer Setup and Software"
    Select the option to Add a new printer
    Select the USB option
    Plug the USB cable in when the software requests it and proceed through the install process
    This will leave the Wireless driver support in place and add a second printer under the Devices and Printers window for USB printing.  The USB printer may contain Copy 1 in the name as a differentiation, however the other one should also state Network in the printer name to indicate it is the wireless option.
    I hope this helps,
    Jason
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Switching back and forth between keys on vocal track

    I followed the instructions in the garage band tutorial for changing key (pitch?) of a vocal track for part of the project. Doesn't seem to work the way they suggest - calling up master track, adding a point on the automation line where I want change to begin and raising automation line on other side to raise pitch. No change seems apparent.
    This vocal track is actually a rap that involves a person talking to a bug. I recorded the rap in key of D, want to raise pitch of the part that has the bug 'talking' to give it cartoony effect. I tested it on whole track by changing key normal way and raising key from 'D' to 'G' seemed to have best 'feel' for what I want. Can I switch keys back and forth in Garage Band and if so, how?
    I also have Soundtrack installed with my Final Cut Pro, but would like to stick with Garage Band for this project if possible.
    Judy

    if you read the docs, your own recordings are not affected by the master pitch.
    for your project it probably makes more sense to use the Vocal Transformer effect anyway (the alternate choice would be to use the Region Pitch control in the Track Editor)

  • When I leave my "Music" and go to "iTunes store" and then back to my music library, my library keeps starting me at "A".

    For example, I am in the "R" section for The Rolling Stones and then head to the iTunes store, when I click back to revisit my "Music" I am back at the start of my library ("A") every time.  If I wanted to see if I had a specific song by a specific artist then I have to scroll down to were I last was.  This was never an issue until I upgraded to iTunes 11.  Some may not see this as a problem, but when you have a large library (mine is greater than 25,000 songs) like mine it can become very frustrating when switching back and forth between my library and store.
    Thanks.

    Sadly there is nothing you can do about that, it is just part of the iTunes 11. What you can do is send some feedback about the program to Apple and try to get them to change it. Go ot the Apple website (already here), go ot the search bar, search feedback, then send them feed back on your product. I know this did not reslove your isuue, but I hope it helped you out. If you have any other questions feel free to ask.

Maybe you are looking for

  • IWeb 1.1.1 works now.  SO... what do you want to see in future versions?

    My top wishes: 1.) Being able to modify templates and then duplicate the pages in iWeb 1.1 is great and all, but how about being able to CREATE original templates complete with making your own placeholder zones and then saving the template so a blank

  • 0FI_AR_4 not updating item status

    Hi ! I am facing a problem with extractor 0FI_AR_4. When loading a delta load with clearing docs the status of the document cleared by this delta is still O. I can find the clearing doc in the ODS, but the cleared one is still the same, with blank cl

  • View history screen in FC Valuation of previous months

    Dear Experts; I am a newbie in SAP FICO, and looking for your value helps; In 31.12.2011, my customer ran FC Valuation through FAGL_FC_VAL - Foreign Currency Valuation (New) and several postings had been made, including valuation postings for AR open

  • How to cancel an iCloud storage plan?

    I am getting charged a monthly fee for iCloud storage which I do not use. How can I cancel it? I've been everywhere and all I can seem to find are ways to purchase more storage, not cancel what I've got. Thanks,

  • Apply adjustment layer to different layer?

    Warning: I know just enough to be dangerous. And barely enough to explain myself. I've just managed to create exactly the effect I want, but... I have a layer (HEADER) to which I applied adjustment layers (curves and levels) using "Use Previous Layer