Cluster,FileServlet and images - need configuration help

Hi All.
We're using 2 wl5.1sp9 as "proxies" and 2 wlcs3.2 as the application server.
We'd set the default servlet to be the cluster servlet
(weblogic.httpd.defaultServlet=cluster
weblogic.httpd.register.cluster=\
weblogic.servlet.internal.HttpClusterServlet
weblogic.httpd.initArgs.cluster=\
defaultServers=10.5.195.31:80:443|10.5.195.30:80:443,\
DebugConfigInfo=ON)
where these IP's are the application servers internal IPs.
Now, we wanted to serve the static files (images, html, js) from the wl
servers.
For our surprise, just putting the files on the wl servers was NOT doing the
job!
(We believed that the cluster first searches locally and only after that
looks on other hosts)
So we registered the images by file type
(weblogic.httpd.register.*.gif=weblogic.servlet.FileServlet
weblogic.httpd.register.*.jpg=weblogic.servlet.FileServlet)
Now, if we got images that are on the application servers, we can't get
these files!
Could someone please help how to set this configuration correctly?

Hi.
Please try posting this on weblogic.developer.interest.servlet or
weblogic.developer.interest.clustering.
Thanks,
Michael
"R@nsh!" wrote:
Hi All.
We're using 2 wl5.1sp9 as "proxies" and 2 wlcs3.2 as the application server.
We'd set the default servlet to be the cluster servlet
(weblogic.httpd.defaultServlet=cluster
weblogic.httpd.register.cluster=\
weblogic.servlet.internal.HttpClusterServlet
weblogic.httpd.initArgs.cluster=\
defaultServers=10.5.195.31:80:443|10.5.195.30:80:443,\
DebugConfigInfo=ON)
where these IP's are the application servers internal IPs.
Now, we wanted to serve the static files (images, html, js) from the wl
servers.
For our surprise, just putting the files on the wl servers was NOT doing the
job!
(We believed that the cluster first searches locally and only after that
looks on other hosts)
So we registered the images by file type
(weblogic.httpd.register.*.gif=weblogic.servlet.FileServlet
weblogic.httpd.register.*.jpg=weblogic.servlet.FileServlet)
Now, if we got images that are on the application servers, we can't get
these files!
Could someone please help how to set this configuration correctly?--
Developer Relations Engineer
BEA Support

Similar Messages

  • Installed update (11.0.08). App still crashes if I try to edit text and images. Any help?

    Installed update (11.0.08). App still crashes if I try to edit text and images. Any help?
    1)Specs:  Alienware M17 R4 (laptop)
    GPU: GeForce GTX 675M
    CPU: Intel(R) Core(TM)  i73840QM CPU @ 2.80GHz
    Memory: 16GB RAM (15.89 GB available)
    Resolution: 1920 x 1080, 60Hz
    OS: Windows 7 home premium
    2) There is no error message. Acrobat simply closes on me without warning. The program stays open for a brief time, but then closes at random.
    3) I have tried running it as an admin, but it does not change anything. The program still closes without my consent.
    4) I have tried installing and reinstalling multiple times. It does not work even if I do not get the update (11.0.08)
    Thanks,
    hiimwill

    In that case we might want to have a look at the crash logs to check what is failing.
    How to create a user-mode process dump file in Windows Vista and in Windows 7
    http://support.microsoft.com/kb/931673
    Also please be aware that if you are using a 64-bit system you need to follow a different procedure to collect the DMP file to avoid us getting  this error from the IDE when attempting to view the file “Debugging a 64-bit dump of a 32-bit process is not supported, please collect a 32-bit dump of a 32-bit process."
    You can get the correct dump by going to the location referenced in this blog excerpt:
    http://blogs.msdn.com/b/amb/archive/2011/05/12/do-not-collect-32bit-process-dumps-with-64b it-task-manager.aspx
    So, you need to use 32bit debugger, if you would like to collect a dump of a 32bit process. So, if your process is 32bit, then you need to run 32bit version of the task manager on a 64bit OS. 32bit task manager is located in C:\Windows\SysWOW64 folder and the name of the file is taskmgr.exe.
    Regards,
    Rave

  • My macbook crashed about two weeks ago and I had icloud already set up. How do I go about retrieving the music and images? Please, help me. I had over 10gb of music on that computer and the only place it was backup was icloud. Thanks.

    My macbook crashed about two weeks ago and I had icloud already set up. How do I go about retrieving the music and images? Please, help me. I had over 10gb of music on that computer and the only place it was backup was icloud. Thanks.

    I hate to say this, but unless you are paying the 25 bucks you cannot back up your library to the cloud.
    All you can do is back up the items you "purchased" from Apple.
    iTunes Match
    For $24.99/year you’ll get access to all your iTunesmusic including tunes you ripped from CDs or “borrowed” from anonymous friends. It scans your library to see if the song exists in iTunes’ 18 million song catalog and if it does it’ll stream it to you at 256 kbps. If your song is not in iTunes then it’ll be uploaded to iCloud at whatever rate it is on your device where it can be streamed for your listening pleasure. I cannot find any information on how to restore a library, however
    Best of luck

  • HT4623 Hi there , I have ipone3GS it is locked and I need your help to unlocke it as soon as possible .

    Hi there ,
    I have ipone3GS it is locked and I need your help to unlocke it as soon as possible .
    IMEI :  01 299500 378415 1
    I am waiting for your help for unlocke it to use it soon .
    Thank you for understanding my situation .
    Regards
    Sultan Alsharari

    Could you please give me their email to contact them.
    I am waiting for your replay .
    Thank you
    Sultan Alsharari

  • Debugging - need configuration help

    I also posted this in Advanced Techniques by accident...
    I need some help configuring my local development machine for CFBuilder debugging. CF application development is configured correctly, but I'm having problems configuring debugging settings for CFBuilder/Eclipse. CFBuilder is installed and connected to RDS, and the CF Administrator is setup to do line level debugging. I'm running Windows 7 x64 with ColdFusion 9 (using IIS).
    All my projects are in my "C:\Dev" folder, and each project contains a "www" folder, which is the web root for the project. So I've got my projects organized like this:
    C:\Dev
         TestSite
              design
              docs
              www  <--- web root folder
    I've created a ColdFusion project and mapped it directly to the "www" root folder. In IIS, the web root folder is mapped via a virtual directory under the default web site, and is accessed from "http://127.0.0.1/testsite"
    I configured my RDS Server, which works correctly, so I can see the databases on the server. Nice. I also setup a server in the servers list in the coldfusion perspective and imported the settings directly from my RDS server. This one has the same name as my RDS server, which is "Local RDS Server." I also added a URL Prefix for "testsite" that is mapped to the local path: (C:\Dev\TestSite\www) and "http:\\127.0.0.1\testsite. And finally, in the Debug Mappings (preferences window), I specified "Local RDS Server."
    Everything seems to be setup, but I still cannot debug. Here's what happens:
    From the ColdFusion perspective, I right click on index.cfm and select "Debug As -> ColdFusion Application" The first time I do this, it switches over to the ColdFusion Debugging Perspective and loads "http://homepage/" and then nothing seems to work. In the Debug tab, it shows me that it created a new launch for my project as follows:
    TestSite
         Local RDS Server
              ColdFusion Template
    I can see my breakpoint in my breakpoints tab. But I can't seem to get any farther. I can't find a way to run to my breakpoint.The home page for the active debugging session is "http://homepage/" which is something that I don't understand. How do I make CFBuilder go to the correct home page for the debugging session? That might be the key.

    My previous post had to do with migrating an eclipse project over to a coldfusion project... that was my first one. I was finally able to get running under the debugger. Very nice!! I'm so happy to have a debugger available now!!!!
    I just started setting up my next project, but I'm stumped. When I right-click on this new project, and I go to properties, and then click on my ColdFusion Server Settings pane, I want to be able to specify the address to use for debugging, which I would assume should be in the "Sample URL" field. But the field is disabled and it says "Sample URL is not available. (Project is not in document root of server Local RDS Server).
    Local RDS Server is the local RDS server I setup, but I see where I specify a document root for the RDS server... I just specify a Host Name, which is my local IP address for my projects.
    Any ideas?

  • Need configuration help on producing dial tone

    Hello Experts,
    I have a Cisco 2921 router with VWIC3-2MFT-T1/E1 card. On this card we have T1-CAS digital line connected. We have been provided with a set of DID numbers. We have a requirement where, when we dial a DID, the router should provide a dial tone, and should allow the user to dial to extension numbers. Not sure if this is feasible. If at all possible, will need to some configuration help.
    Thanks
    Arabinda

    Sure it's possible. What's the T1 connected to? The router will offer two-stage dialing (aka dial tone) when the incoming POTS dial-peer does not have the 'direct-inward-dial' command on it. The router will accept any input and search for an outbound dial-peer (or ephone-dn for locally registered DNs) to match. Be careful if the T1 is connected to the PSTN as this is a toll fraud risk. You need to use CoR to reign in what outbound dial-peers are available to it.
    Dial Peer Basics:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
    Class of Restrictions:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
    Please remember to rate helpful responses and identify helpful or correct answers.

  • IIOP and firewalls - need urgend help!!!

    Hello there,
    we have problems connecting with a Java applet to BC4J deployed as EJBs in an OracleJVM (Oracle9i AS 1.0.2) over IIOP throu a firewall. Is anyone out there who can help us? We need urgent help!!!
    Thanks in advance!
    Stefan

    Are ports 1521 (for JDBC) and 2481 (for IIOP) open on your firewall? That's what my problem turned out to be.

  • Need to do a remote wipe of my iphone - stolen 24 hrs ago and . Need urgent help on this. Thanks - Pinaki

    Need to do a remote wipe of my iphone - stolen 24 hrs ago  Need urgent help on this. Thanks - Pinaki
    < Personal Information Edited By Host >

    Follow the steps in this article:
    iCloud: Erase your device
    Sign in to icloud.com/#find with your Apple ID (the one you use with iCloud), then click Find My iPhone.If you’re using another iCloud app, click the app’s name at the top of the iCloud.com window, then click Find My iPhone.If you don’t see Find My iPhone on iCloud.com, your account just has access to iCloud web-only features. To gain access to other iCloud features, set up iCloud on your iOS device or Mac.
    Click All Devices, then select the device you want to erase.If you have Family Sharing set up, your family members’ devices appear below their names.
    In the device’s Info window, click Erase [device].
    To erase:
    An iOS device: Enter your Apple ID password. If the device you’re erasing has iOS 7 or later, enter a phone number and message. The number and message will be displayed on the screen after the device is erased.

  • Hi  I'm having trouble in question No. secret and secret answer and I need to help

    Hi
    I'm having trouble in question No. secret and secret answer and I need to help

    Hello alamri 2014,
    Thanks for the question. It sounds like you wish to reset your security questions. The following resources may assist you in doing so:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    What should I do if I don't remember the answers to my Apple ID security questions?
    Try answering them at least once to see if you can get them right, even if you are not sure you remember the answers to your security questions.
    If you are confident you can't remember them, try one of the following:
    If you have three security questions and a rescue email address
         - sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers.
    If you have one security question and you know your Apple ID password
         - sign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID password
         - contact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    If you do not see the option for resetting your questions with a rescue email address, see this excerpt:
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so.
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Additional Information:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thanks,
    Matt M.

  • I'm not that good with computers and I need some help....

    I downloaded Adobe Reader 9.3.3 for windows 7 so I could print out sheet music (pdf file). When I try to open it using Adobe Reader, this pops up:
    "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association for this program in the Default Programs control panel"
    and I need to know what to do, to fix it. It might be a small problem, but I have no idea what to do. so could someone tell me in detail, how I'm supposed to fix this?                                                                     thanks,

    Felix2000 wrote:
     Actually, when I open Adobe Reader (just by itself) the same message appears, and if I close the pop-up, adobe reader closes.
    That is very unusual - it appears that the Reader is not installed correctly.  Can you open Control Panel, then Add/Remove Programs, and uninstall Adobe Reader.  Then reinstall it from http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3.3/enu/AdbeRdr933_en_US.exe

  • My switch Linksys srw224g4 has problem and I need someone help

    Hello,
    My switch Linksys srw224g4 has problem that it keeps rebooting continuously and cannot bootup successfuly. Can someone tell me how to fix this problem? Firmware version is 1.2.2b , boot version is 1.0.2
    Here is console capture:
    ==================
    ------ Performing the Power-On Self Test (POST) ------
    UART Channel Loopback Test........................PASS
    Testing the System SDRAM..........................PASS
    Boot1 Checksum Test...............................PASS
    Boot2 Checksum Test...............................PASS
    Flash Image Validation Test.......................PASS
    BOOT Software Version 1.0.2 Built  17-Aug-2006  14:55:46
    Linksys SmartSwitch based on 88E6218 with ARM946E-S.
    32MByte SDRAM. I-Cache 8 KB. D-Cache 8 KB. Cache Enabled.
    Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.
    Preparing to decompress...
     100%
    Decompressing SW from flash
     100%
    OK
    Running from RAM...
    *** Running  SW  Ver. 1.2.2b  Date  20-Mar-2007  Time  11:44:49 ***
    HW version is 00.03.00
    Base Mac address is: 00:1d:7e:74:b6:14
    Dram size is  : 32M bytes
    Dram first block size is  : 16969K bytes
    Dram first PTR is  : 0xF6D840
    Flash size is: 8M
    01-Jan-2000 01:01:02 %CDB-I-LOADCONFIG: Loading startup configuration.
    LZMA: Decompressing file failed!
    HOSTG_rscode_file_load: could not load file
    Device configuration:
    Slot 1 - SRW24F4G HW Rev.  0.2
    Tapi Version: v1.3.3.1
    Core Version: v1.3.3.1
    01-Jan-2000 01:01:09 %SYSLOG-F-OSFATAL:
    L FATAL ERROR: ROOT: ABORT DATA exception 
    ***** FATAL ERROR ***** 
    SW Version  :  1.2.2.16
    Version Date:  20-Mar-2007
    Version Time:  11:44:49
    Instruction            0x121fc0
    Exception vector       0x10
    Program state register 0x20000013
    *****************  SYSTEM RESET  *****************
    ------ Performing the Power-On Self Test (POST) ------
    UART Channel Loopback Test........................PASS
    Testing the System SDRAM..........................PASS
    Boot1 Checksum Test...............................PASS
    Boot2 Checksum Test...............................PASS
    Flash Image Validation Test.......................PASS
    BOOT Software Version 1.0.2 Built  17-Aug-2006  14:55:46
    Linksys SmartSwitch based on 88E6218 with ARM946E-S.
    32MByte SDRAM. I-Cache 8 KB. D-Cache 8 KB. Cache Enabled.
    Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.
    Preparing to decompress...
     100%
    Decompressing SW from flash
     100%
    OK
    Running from RAM...
    *** Running  SW  Ver. 1.2.2b  Date  20-Mar-2007  Time  11:44:49 ***
    HW version is 00.03.00
    Base Mac address is: 00:1d:7e:74:b6:14
    Dram size is  : 32M bytes
    Dram first block size is  : 16969K bytes
    Dram first PTR is  : 0xF6D840
    Flash size is: 8M
    01-Jan-2000 01:01:02 %CDB-I-LOADCONFIG: Loading startup configuration.
    LZMA: Decompressing file failed!
    HOSTG_rscode_file_load: could not load file
    DelScr fatal Error: Invalid Variant type01-Jan-2000 01:01:03 %SYSLOG-F-OSFATAL: DelScr fatal Error
    ***** FATAL ERROR *****
    Reporting Task: ROOT.
    Software Version: 1.2.2b (date  20-Mar-2007 time  11:44:49)
    *****************  SYSTEM RESET  *****************
    Thanks,
    Tien

    Hi,
    Please follow the steps in this link to reload the image:
    http://www.cisco.com/en/US/products/ps9967/products_qanda_item09186a0080a36371.shtml
    And this is the link to download boot code 1.00.86:
    http://ip.gliebetronics.com:800/firmware/Linksys%20SRW2024/Firmware/
    Hope this help.

  • Ultra 10 and Creator 3D Configuration Help

    Hi.
    First post. Like so many others, I wanted to try Sun systems, so I got an Ultra 10 off eBay. I didn't have a 13W3 connector or monitor, so I pulled the Creator 3D card, and installed Solaris 9, using the built-in ATI video. Now that my 13W3 to HD15 adaptor has come in, I'm trying to get the 3D card back into the system, and I'm having trouble configuring it.
    It took me a while to find out that FFBCONFIG is not in Solaris 9, (at least it doesn't show up in a "find file" search of local storage) and then a short time to learn about M64CONFIG. I ran the M64CONFIG from a terminal window in the CDE, and it seemed to take, but I still get the "Can't find driver for console framebuffer" error upon reboots after re-installing the 3D card. The system halts while trying to load X. Everything up to that point (with the exception of the above alert) seems correct, so I know it's just the card and the configuration. I know the card works, because on bootup, the Sun logo is different with the card in, as opposed to the ATI Sun logo, and, of course, I DO have video...
    I used the M640 file with M64CONFIG and the -defaults option while configuring with the ATI card as my video source, because that's the only file in the directory, then re-installed the 3D. Did I miss a step somewhere?
    Oh- I'm still a real Solaris newbie, so if you could answer in plain English, rather than a lot of UNIXSpeak it prevents my lips from moving while I'm reading and thus, not look like an idiot! :-)
    If I didn't supply enough information here, just let me know and I'll add whatever's needed. Thanks.
    Aside from this issue, so far it's been a blast!
    ..Joe

    just re-install the OS
    Where's the fun in that? :)
    Actually, that's my last resort. The reason I'm trying to avoid it is because this way, I get to learn how to do it the hardware way.
    Perhaps you would be kind enough to anser one question on re-installing the OS: Were I to do that, will it overwrite all the files I have changed, and do a completely clean, new install? I had a devil of a time getting the workstation configured for internet access. I would have the ability to see the web, but only by IP addressing. DNS wasn't working, and a friend who's a Sun engineer changed one NIS file and got it working fine. Would that get overwritten? Also, I have downloaded several programs (Open Office, FireFox, etc.): Would those remain after a new OS install?
    Thanks for all the help.
    ..Joe

  • Back buttons wont work on Canon 70D and images wont display - help!

    Hi guys. so i was shooting at tthe beach with my cannon 70d, i took some 2" long exposures with flash on then my camera shutter started to lag and the camera would say "busy" alot. after a few pictures the back buttons on my camera stopped working (like delete, menu, options and such) and the images i took would not display on the screen. my hands were a bit wet while i was holding the camera but shoud that be an issue since it is weather sealed? please let me know what to do. 

    GeorgeCKW wrote:
    so u suggest i should take it to repair it at the store? yes it was salty water. 
    There may be nothing wrong with your camera.
    You mention taking long exposures with it. If you had Long Exposure Noise Reduction enabled, that will cause a delay and "busy" warning. The way LENR works is right after you take your shot, the camera automatically takes a second shot of the same duration, with the shutter closed. This "blank" shot is then used to determine where noise is occuring and that data is used to "subtract" the noise from the first shot. While the second "blank" shot is being made the camera is in "busy" mode. If your first shot was 2 seconds, then the camera will show "busy" for another 2 seconds while LENR takes the second shot. If your first exposure was 30 seconds, then there will be an additional 30 second busy period, etc. You can cancel the second shot from happening by turning the camera off, but doing so will delete both the original shot and the second "blank" shot. To prevent LENR from automatically operating, it can be turned off in the camera's menu. With it off, your images will typically show more digital "noise" as a result, of course, so you should plan to apply some noise reduction later during post-processing.
    Another possibility, you mention using flash. There are a lot of variables, but it's also possible the camera was showing "busy" while the flash was recycling (recharging, if you will). If using the built-in flash in particular, the duration of recycling can be slower than it would be with an external, self-powered flash. This is because the built-in relies upon the camera's main battery for power. As the power level of that battery is reduced, the duration of recycling will grow longer.
    Also when using flash, after a certain number of "pops" are done within a certain time period, most flashes have a protection featyre to prevent them from overheating, by stopping any additional flashes for a while, giving the flash time to cool off.
    If you merely touched the camera with wet hands, it's possible but not certain that the dampness might have damaged the camera in some way. Essentially, some water has to intrude into the circuitry and cause the camera to short out to cause a problem. The 70D has some sealing and resistance, though maybe not as much as more high end cameras. But no Canon DSLR is completely waterproof, either. I'd be particularly careful if changing memory cards or lens or batteries, not to let water get inside. But I've gotten soaked in a sudden, heavy downpour while carrying a pair of older and less well sealed 30Ds without any problem. Once I got to shelter I turned the cameras off, removed all the batteries & memory cards, removed the lens and propped open the memory card & battery doors,  then let them sit to dry for a several days. Both worked just fine afterward.
    Unless the camera gets splashed with water... or dunked in it... it's rare for water to get inside. I think it unlikely to happen merely because your hands were wet. But, it only takes a single drop in just the wrong place, so I'm not entirely ruling it out as a possibility, either.
    Salt water is worse than fresh water. The salt increases the waters conductivity and is corrosive too. If the outside of the camera got wet from your hands, you might want to wipe it down with a lightly dampened, lint free rag or a pre-moistened "monitor wipe" or similar, just to be sure that any salts or minerals are removed. Stay off the optics of the lens and viewfinder, though. If those need cleaning too, use lens cleaning procedures instead.  
    I do not recommend putting a camera in rice to dry it out, other than extreme emergencies. Rice gives off dust, which can intrude places you don't want it and make for problems too. Better is to use some sort of dessicant in a package that prevents dust... a lot of people who shoot in humid environments will keep a package of dessicant in their camera bag. For example: 40gm dessicant in aluminum tin with indicator. This can be dried in an oven at low heat and reused over and over. It has a "saturation" indicator on it.
    Prevention is the best solution. I recommend getting some sort of protective cover for your camera if you will be using it at the beach a lot. Not just to keep water off it, but also sand can cause problems if it finds it's way into some of the camera's nooks and crannies. There are raincovers you can purchase, or you can simply make one out of a plastic bag, some gaffer or duct tape and rubber bands. For really wet work very close to surf or right in the water, there are fully sealed underwater housing ranging from relatively inexpensive, heavy duty plastic bags that might serve near the surface, to diving rigs that can be used doen to 100 feet or more depth, but cost a whole heck of a lot more. These also often limit the lenses you can use with the camera, and might require special flashes be used.
    Hope this helps and your camera is fine.
    Alan Myers
    San Jose, Calif., USA
    "Walk softly and carry a big lens."
    GEAR: 5DII, 7D(x2), 50D(x3), some other cameras, various lenses & accessories
    FLICKR & PRINTROOM 

  • Hello I have a few questions and I need some help with my iTunes and  iPod

    Hello iTunes people.
    I have a little problem with my iTunes. I actually almost know nothing about iTunes really. But I have had a 80 gig ipod .. ummm I think it's a iPod classic maybe. A long time ago I just downloaded iTunes. I think one of my tech friends already had put the program onto my PC so I did not even have to download it. Anyways I put my life's collection of mp3's onto iTunes and then syncs it with my iPod and it worked great. Here is my problem. I just recently bought a MONSTER PC. I have lovingly named it " ED209 " I downloaded iTunes for it and I have the most up to date version.8.1.1 is the most current version correct? Ok well here is my problem. What I want to do is I want to put everything that is currently on my iPod ONTO the iTunes library. I DO NOT want to import anything from the library or playlist or whatever you call it ONTO the iPod because there is nothing in the library. Now this is were its gets weird and possibly silly. A person I was chatting with on Facebook sort of made fun of me because she was like " Dude! Just push " Sync " But the reason I am paranoid is because THIS is the message I get....
    " The iPod " Aaron's iPod " is synced with another iTunes library. Do you want to erase this ipod and sync with this iTunes library? "
    HOLY COW!! That girl on Facebook was making fun of me but READ THAT. That exactly says ERASE the "iPod" and Sync with THIS library " It does not say put what is ON the iPod into THIS Library. It says it the other way around. Clear as day it says it will ERASE the " Ipod " it does not say " Fill the library with whats on your iPod "
    Do I all of a sudden not understand English or something???? I know how to freaking read and from what it says is sounds a 100 percent like " we will ERASE youe iPod and put everything from this playist or library onto your iPiod" But there is NOTHING in my library? Am I mentally challenged or what?
    I hope someone can help me here and I have another request. Could someone just tell me all the cool things I can do with iTunes and my iPod? I am trying to read the help files and the FAQ and whatever else Apple provides you with but it has SO MUCH crap that looks usless. I find myself reading a whole paragraph about some simple little section of s section of a section of a feature! Know what I mean. Someone give me the long and short of the neat things I can do with this stuff. I have windows Vista with a wicked computer that has like 6 gigs of ram and m iPod is a 80 GB Classic
    help !!
    PROTEUS

    *What I want to do is I want to put everything that is currently on my iPod ONTO the iTunes library.*
    1). Connect your iPod to your computer. When you get the message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod.
    2). When your iPod appears in the iTunes source list change the update setting to manual, that will let you continue to use your iPod without the risk of accidentally erasing it. Check the "manually manage music and videos" box in Summary then press the Apply button. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default: Managing content manually on iPod and iPhone
    3). Once you are connected and your iPod is safely in manual mode there are a few things you can do to restore your iTunes from the iPod. iTunes will only let you copy your purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    For everything else (music from CDs, other downloads and including iTunes purchases) there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. You can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    A selection of iPod to iTunes utilities:
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    SharePod Windows Only (iPhone and iPod Touch compatible)
    iPod2PC Windows Only
    iDump Windows Only
    YamiPod Mac and Windows
    iPod Music Liberator Mac & Windows
    Floola Mac & Windows
    iPodRip Mac & Windows (iPhone and iPod Touch compatible)
    iPod Music Liberator Mac & Windows (iPhone and iPod Touch compatible)
    Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    4). Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync.
    5). I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay: Back up your iTunes library by copying to an external hard drive

  • I am desperate and seriously need some help - iPhone tracking.

    I’m really hoping one of you can help me.
    Long story short – my daughter aged 6 was taken from me last week because my violent rapist ex husband told Children’s Services that I tried to drive her off a cliff and am a serious suicide risk, I abuse her, I neglect her, I’m an alcoholic, anorexic, complete psycho nutjob etc etc, really nasty stuff. I am desperately trying to get her back. I need to prove I was not at this cliff & in fact have never been there, nor have I ever been stalking his house as he claims (& was awarded a 500m exclusion zone from his house so I can’t get my daughter if I need to as well as a ban on any telephone or postal contact between my daughter & I). I can prove my phone has been used every day for the last 2 years with my bills and if I can prove that in that time I have never been to this cliff, among a million other things I need to try & prove by Wednesday, I have a fighting chance of getting her back. I was allowed supervised visitation today & she’s scared & confused, massively regressed, looking physically neglected, she was withdrawn & was trying to tell me something but being supervised she couldn’t & got told off for whispering. The police are powerless in this & Children’s Services believe him over me, unless I can disprove his claims. Apparently it’s my job to prove their allegations are false rather than them having to prove they’re true!
    Anyway, I’m trying to do the tracking thing on my iPhone 4, IOS 5.1.1.
    I have got so far but I am totally stuck now. Nothing I do seems to work & to be honest half of the instructions may as well be in Swahili to me! It’s all totally over my head & I am not techy enough to understand it, I’m literally Googling every other word to try to understand.
    Please please please can you help me???
    Though I would never normally do it with complete strangers is there any way anyone would be willing to do a remote access thing on my laptop to get the proof I need? Can anyone give me an idiots guide to it? I’m not on Skype or chat or anything but I will get on to it if it helps? Can I ring someone & talk me through it? Can anyone please do anything at all to help my daughter & I??
    I’ve been on http://petewarden.github.com/iPhoneTracker/ & downloaded the app. I’ve also downloaded all the suggested programmes on http://www.26horas.com/apple-device-tracker/ as well as HDXHex thingy, I follow the instructions as far as I can but then I keep getting errors about SQLite3 databases & modules not being found... I have no idea what any of this means but I have heard this technology is no longer valid? Apple has changed it or something? Apparently people whining about big brother & invasion of privacy has made apple change everything & clam up about tracking, but apparently there is still a way, just no one seems to know how!
    Please can you help me? Please, if there is any way you can help me I would owe mine and my daughter’s lives to you. I am desperate and literally on my knees begging you to help me, please. I’ll pay for your time, but please can you help me?

    #1. The iPhone "tracker" you're referring to has already been completely debunked. That is NOT what the data was. In addition, Apple update that "fixed" the percieved problem, so the data is no longer accessible.
    The only way to "prove" what you want to is get a court order for your cellular company to pull the records for the location of your phone over time from their system.
    They know exactly where you phone is at any given moment, but that is not going to be something they will give you just for the asking.
    Get a lawyer.  If you had one, they would have already advised you of this. If you can't afford one, call legal aid.

Maybe you are looking for

  • Word 2011 for Mac Issue with Custom Page Size

    I have installed Microsoft Office 2011 for Mac on my brand new iMac.  I'm using Microsoft Word 2011 for Mac and I have opened the "Word Publishing Layout" template (this is essentially Microsoft Publisher).  I'm trying to set up custom page sizes by

  • URGENT HELP WITH BLACKBERRY ID!

    Hello,  I have a persistent problem with my BlackBerry ID. When I registered I stupidly entered my email address without the number in it, so it was incorrect. Unfortunately, this is the only email address the phone recognizes, so when I type in my a

  • Apache conf file not working

    I've seen instructions all over the internet about rewriting a .conf file to get Apache to see your user "Sites" folder in Mountain Lion. Mine refuses to work. The server still works at localhost, but localhost/~user will not, I get "Safari cannot co

  • Error: "You are not connected to a company"  in deployment site

    This error only occours in the deployment site, in development I have no such error. In the deployment site all the software is installed in the same machine. This is a WebService developed internally with VStudio .NET,in c# , and we are using SAP BO

  • How to activate object in Infoset

    Dear experts, I have an Infoset made on a master data InfoObject (0EMPLOYEE) and a DSO. I have added a new object to the DSO (0REMARK). However I am not able to select the same for viewing in the report. The selection checkbox is deactivated. Please