Iweb & 3rd party servers - file names

i'm new at this. i built my website in iweb. i got a trial version of fetch to launch my site onto my host at yahoo. now i'm getting all these errors in uploading the files because file names and jpg names have spaces in them. yahoo is a unix based server. is there a way to change all my file names to 1 word or do i have to rebuild the entire website????
this is frustrating.
Steve

is
there a way to change all my file names to 1 word or
do i have to rebuild the entire website????
Inside iWeb you need to change your page names to something without spaces, either one word or replace spaces with underscore or hyphen. Then republish and reupload. You may have to do the same with any graphics or links to files if their file names have spaces in them. Here are some tips for using other servers:
http://homepage.mac.com/thgewecke/iwebserver.html

Similar Messages

  • Classpath and 3rd party jar files

    We have been searching for a long time and have not been able to find an answer to our question. Do you think that you could help us out?
    We need to include 3rd party jar files in our application. Where in the deployment classpath directory structure can we place these. This does not seem to happen when we publish.
    We also need to give our clients the ability to modify our configuration. Currently we do this with an xml file, which we place under server/config in our JBoss directory. We also need to find a home for out log4J configuration file.
    Where does this type of thing exist in the SAP world?

    We have had problems with 3rd party jar files also. We ended up including them in the WEB-INF/lib directory of our WAR file and packaging/deploying them everytime.
    If you are looking for your project on your server, it is deployed to a directory similar to this:
    /usr/sap/J01/JC00/j2ee/cluster/server0/apps
    Hope this helps.
    Chris

  • How to include  3rd Party swc files in my Application

    Hi ,
    I have downloaded , a calendar component namely "kccalendarflex1.4.0beta-4.1.swc" . 
    I want to include this 3rd party swc file in my Application , please suggest me what are the
    steps i need to follow to use it in My Application . 
    Thanks

    1) You have to just copy your swc file into your project libs folder.
    2) Right click on your project and choose properties->Flex Build path->Library Path then click on Add SWC button and choose your swc file and finally hit ok button

  • How to make the ear file including the 3rd party jar files without menttion in the System Classpath.

    Hai Sir,
    I am facing one problme in weblogic8.1 while depolying the .EAR FILE.
    Please help me sir.
    Case1)     1) I am using the struts and log4j frameworks and 3rd party jar files with
    weblogic8.1.
         2) I make the ejbs,webapplications and 3rdparty jar files, ear file the following
    dir structure .And i mentioned the Class-path including all jar files in the MANIFEST
    OF EAR FILE.
         While deploying the ear file it is giving following error.If log4j.jar does not
    mention in the Weblogic script file
         java.lang.NoClassDefFoundError: org/apache/log4j/Priority
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:1494)
    at java.lang.Class.getDeclaredFields(Class.java:1073)
    at weblogic.ejb20.deployer.EJBModule.disableImplClassLoader(EJBModule.java:1082)
    at weblogic.ejb20.deployer.EJBModule.setupEJBToImplClassDependencies(EJBModule.jav
    a:982)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:419)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.j
    ava:2792)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.
    java:1478)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:11
    36)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:97
    5)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareCon
    tainer(SlaveDeployer.java:2571)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(Sla
    veDeployer.java:2523)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeploy
    er.java:2453)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer
    .java:820)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:
    536)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java
    :494)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:
    25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Please provide the soluation without mentioning classpath in the weblogic script
    .How to make the EAR file incliding ejbjar,webapplication and 3rd party jar files.
    Thanks & Regards,
    ASHOK SAMRAT
    [email protected]

    Refer to the section
    Handling Utility classes
    http://dev2dev.bea.com/products/wlserver/articles/musser.jsp
    thanks,
    Deepak
    "Ashok Samrat" <[email protected]> wrote:
    >
    Hai Sir,
    I am facing one problme in weblogic8.1 while depolying the .EAR FILE.
    Please help me sir.
    Case1)     1) I am using the struts and log4j frameworks and 3rd party jar
    files with
    weblogic8.1.
         2) I make the ejbs,webapplications and 3rdparty jar files, ear file
    the following
    dir structure .And i mentioned the Class-path including all jar files
    in the MANIFEST
    OF EAR FILE.
         While deploying the ear file it is giving following error.If log4j.jar
    does not
    mention in the Weblogic script file
         java.lang.NoClassDefFoundError: org/apache/log4j/Priority
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:1494)
    at java.lang.Class.getDeclaredFields(Class.java:1073)
    at weblogic.ejb20.deployer.EJBModule.disableImplClassLoader(EJBModule.java:1082)
    at weblogic.ejb20.deployer.EJBModule.setupEJBToImplClassDependencies(EJBModule.jav
    a:982)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:419)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.j
    ava:2792)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.
    java:1478)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:11
    36)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:97
    5)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareCon
    tainer(SlaveDeployer.java:2571)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(Sla
    veDeployer.java:2523)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeploy
    er.java:2453)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer
    .java:820)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:
    536)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java
    :494)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:
    25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Please provide the soluation without mentioning classpath in the weblogic
    script
    How to make the EAR file incliding ejbjar,webapplication and 3rd party
    jar files.
    Thanks & Regards,
    ASHOK SAMRAT
    [email protected]

  • How can I include 3rd party jar files with my custom extention?

    I'm writing an extension that is dependent upon some 3rd party jars. How can I include/package these with my extension?
    we're using the 11g tech preview
    thanks,
    Dylan

    Do you mean that you need these files to appear in JDeveloper as a library available for the developers who build a project and use your extension?
    You can create a library in JDeveloper with JAR files by simply adding the following to your extension.xml file:
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    - <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="My Extension Library">
    <classpath> ${ide.extension.install.home}/lib/some.jar</classpath>
    </library>
    </jdeveloper-hook>

  • IWeb 1.1 out, Files names are still too long

    Problem was brought up to Apple about length of files names created automatically by iWeb back in January and a new update comes out that doesn't address this. Many Web servers can't deal with the 255 character limit of unix and have a much lower limit on filenames. There is no justifiable reason why filenames can't be under 30 characters. Server is Webstar 4.4.
    A simple fix for Apple simply goes unfixed in the new update... shame on you Apple. iWeb remains totally unusable for many of us still.

    Many Web servers can't deal with the 255 character
    limit of unix and have a much lower limit on
    filenames. There is no justifiable reason why
    filenames can't be under 30 characters. Server is
    Webstar 4.4.
    You can keep sending feedback, but personally I doubt Apple is going to make any effort to accomodate old technology. Probably best to find a more modern host or just use a different app.

  • IWeb: 3rd party app?

    I imagine this has been talked about before, but I created fairly extensive web sites on iWeb. Since Mac no longer supports the program, I want to be pro-active and see what can possibly be done. I really like the simplicity of the iWeb setup. Is there a 3rd party app that can essentially continue iWeb, that is, can take my existing iWeb files and simply go on from there?

    You might try looking at/posting your question on the iWeb community.
    https://discussions.apple.com/community/ilife/iweb

  • Jabber Mobile/3rd Party App Contact Names

    Prior to integrating our CUCM solution with LDAP, whenever we added a user account to CUCM it replicated across to CUPs and the users name appeared to people using windows, Iphone and Android apps as Firstname Lastname. Post integration of CUCM to LDAP has resulted in any new users that are created appearing in the Iphone/Android/3rd Party App as [email protected] rather than the firtname lastname we were previously getting. NOTE **Its not affecting Windows Desktop Jabber users***
     We have noticed that if you log onto the cups user page and look at your contact list <Ipaddress:8443/cupsuser> User Options > contacts those that were created in CUCM prior to integration have an entry in the alternative name field.....those that were created in AD and synced to CUCM then replicated to CUPs do not!
    I have pulled the following from a log on the Jabber client on a Mobile device (replaced specifics names etc)
    02-25 10:40:14.476 2642 2642 D ContactsAdapter: [ContactListFeatureSet.cpp(359)] [DumpContactListToLogs] - Contact: <0x6be1b928>, name: <Firstname> <Last Name>, jid: [email protected]
    02-25 10:40:14.476 2642 2642 D ContactsAdapter: [ContactListFeatureSet.cpp(359)] [DumpContactListToLogs] - Contact: <0x6a75e6f0>, name: [email protected], jid: [email protected]
    Any ideas as to  why the Alternate name field doesn't populate for CUPs contacts when users are created in AD, but did when previously created in CUCM?
    Is their a Field in AD that will populate this in the background?

    Thanks Jaime
    EDI still working. Jabber Windows client Fine, however the BDI doesn't appear to be working on Android/Apple devices? Logging appears to show that these devices aren't even trying to access LDAP servers for directory
    Is the configuration below valid?
    - <Directory>
      <DirectoryServerType>EDI</DirectoryServerType>
      <PrimaryServerName>IPADDRESS</PrimaryServerName>
      <ServerPort1>389</ServerPort1>
      <ConnectionUsername>username@domain (UPN)</ConnectionUsername>
      <ConnectionPassword>password</ConnectionPassword>
      <SearchBase1>OU=users,DC=domain,DC=co,DC=uk</SearchBase1>
      <DirectoryServerType>BDI</DirectoryServerType>
      <BDILDAPServerType>AD</BDILDAPServerType>
      <BDIPrimaryServerName>IPADDRESS</BDIPrimaryServerName>
      <BDIPresenceDomain>domain.co.uk</BDIPresenceDomain>
      <BDIServerPort1>389</BDIServerPort1>
      <BDIConnectionUsername>username@domain (UPN)</</BDIConnectionUsername>
      <BDIConnectionPassword>password</BDIConnectionPassword>
      <BDISearchBase1>OU=users,DC=domain,DC=co,DC=uk</BDISearchBase1>
      <BDIUseJabberCredentials>false</BDIUseJabberCredentials>
      <BDIPhotoSource>thumbnailPhoto</BDIPhotoSource>
      <BDIPredictiveSearchFilter>mail , displayName</BDIPredictiveSearchFilter>
      </Directory>

  • Missing File Messages / iWeb adding -1 to files names

    I am trying to create a website using iWeb '09 but I am have an issue with missing file messages. I created the site without an issue. Opened it up the following day and immediately received missing file messages for almost all pages on the site. iWeb appends a -1 to valid file names ex: IMG_12345 -> iWeb message = missing file IMG_12345-1. I am also receiving the missing file messages with the template images which are not being used on the website (dragged and dropped my images over template images).
    I tried to delete the pages then recreate them but that didn't work either. I also deleted the com.apple.iWeb.plist file (emptied trash) then restarted, held shift while rebooting, changed template to a different template then changed it back...nothing is working.
    Does anyone have any other suggestions?

    Another thing I noticed; I have two "domain.sites2" files, one in Users >> Folder >> Application Support >> iWeb and the other is in a personal directory. They are both modified today two hours apart. I just opened and closed iWeb and the file in the application support directory shows a modification not the one in the personal directory.
    The first five or so times I opened iWeb I had to acknowledge the iWeb welcome screen before it wouldn't come back. It seems that my iWeb may be corrupted and have to be reinstalled?

  • 3rd. party software files disappeared!!!

    Since my Lion install, all of my files for a 3rd. party software I use have vanished. It is a software I use to run a digital die cutting machine. Any ideas how to recover them???? These are not free files, I had to pay for each one. the software opens fine and seems to run the

    LOL!! I don't know what happened!! anyway, i'm fairly illiterate when you start mentioning p-lists since i actually deleted some of them from my iMac recently. i was behaving in a cavalier manner when trying to find some disk space on my 250g hd. (dumb, i know). right now i'm on my macbook pro and haven't deleted anything.
    is main menu free??? i've contacted the die cut company regarding the issue and i'll see what they say. technically the cutting files are not saved on your hard drive. u access them when you open the software and i'm assuming they live on the server. the only way they would be on my computer is if i resaved them to another folder, which i didn't do. mainly because i didn't want to clog up my drive. most users don't save the files to their computer for that reason. i could save and back up to an ehd, but i haven't.
    thanks for your help!
    ps-love your username....that was my favorite cereal of all time!

  • CWMS 1.x on 3rd party servers

    I would like to know if you plan to support other servers than UCS server in short/mid term ?                  

    Hi,
    I can't comment on the road-map of the product in the public forum. As mentioned earlier, no commitment has been made to include non-UCS (3rd party) platform to the supported list for CWMS. We don't have information/documentation about 2.5 at this time and we should know if anything changed once the product is released. For unofficial information, I would advise you to reach out to your Cisco Account Team and see if they have any information about the product road-map that they can reveal to you.
    I hope this will help.
    -Dejan

  • I am working with Acrobat  9 Extended Pro. How do you edit 3rd party pdf files?? Some do not allow.

    I've been attempting to modify a 3rd party, original form purchase agreement -- so I may complete it with answers and save in my system for future submital or more editing. The form I'm attempting to complete with my laptop .. turns blue (converts to photo storage?) and makes it impossible for me to edit.
    How do I edit under Acrobat 9 Extended Pro software  -- Please advise ASAP.
    Paul Johnson

    You could add form fields or comment annotations. If you want to modify the text directly you may need to OCR the pdf and convert it to a text or Word document, edit the text, then make a new PDF.

  • CoreAudio: Plug-in "insert 3rd party plug in names here" Not Available

    Hey guys, hoping you can help me with this one... been trying to read up on it a little and I've tried a couple of the suggestions that were made to no avail, the problem still is there.
    Basically, Logic isn't recognizing any of my 3rd party plugs that were working fine for a few months until a couple days ago. TC Powercore PCI, NI Kore 4, Arturia Mini Moog V, Sonalksis TBK's and a couple others are all not being recognized... They all were fine, now Logic won't recognize them.
    I ditched my Logic Pref's, re-installed all my plug's, repaired permissions... yet still, I get the "not available" story. If you guys can possibly help me out, I'd greatly appreciate it.
    Thanks,
    B
    G4 Dual 1.25   Mac OS X (10.4.10)   2 Gigs Ram / Logic Pro 7.2.3

    Hi,
    A couple of days ago... sounds like you did an Os update, to 10.4.10
    Which includes the 10.4.9 "fixes", which include a NEW and IMPROVED Logic Plug-In manager thingy.
    Which is why your Plug-Ins are not compatible anymore...so...
    Do a search in this very forum, and find how to fix the 10.4.9 issue.
    Hint: you'll have to re-download the OSX update manually, and re-install that.
    You'll spend time on this, but come out the wiser... ie don't let Apple's Auto-Update update anything, until you know for a fat it will not ruin your Logic experience.
    Welcome to the brave new world of still doing things manually.
    Cheers

  • How to use 3rd party jar files for xml transform

    Hi all,
    Am using OAS9.0.4 and I deployed my .ear successfully.
    In my application am using 4 jar files for xml transformation. (xerces.jar, xalan.jar, xml-apis.jar,xercesImpl.jar)
    OAS has its own xmlparserv2.jar file. Its using this jar file for transforming xml data and not even looking for above mentioned 4 jar files.
    In opmn.xml, I provided these 4 jar files in to class path. Then also it didn't effect my output.
    I also tried as put these 4 jar files into j2ee\home\applib directory, but o result.
    Can anybody tell me where should I keep these 4 jar files in OAS and OAS should use these 4 jar files instead of its own xmlparserv2.jar for transforming data.
    Thanks in Anticipation,
    Regards,
    RK

    Add the Xbootclasspath variable in the java-options field. It will somewhat look like the following in your opmn.xml file
    <process-type id="<OC4J Instance Name>" module-id="OC4J">
    <module-data>
    <category id="start-parameters">
    <data id="java-options value="........... -Xbootclasspath^/a:<location of your jar files>" />
    Ensure to use th ^/a (append) signature
    Regards,
    Chirag

  • Where to put 3rd party zip file

    Hi,
    I am testing wls8.1 and got all the third party library under APP-INF/lib including
    one zip file. but when I start the server, it says can't load the class which
    is in zip file. Where can I put the zip file?
    Thanks

    you mean I have to unzip it? why it won't read zip file which normally ok for classloader.
    Can i find any documentation on this issue?
    Thanks
    "Deepak Vohra" <[email protected]> wrote:
    >
    Copy the zip file containing Java utility classes to the APP-INF/classes/
    directory.
    "Jen " <[email protected]> wrote:
    Hi,
    I am testing wls8.1 and got all the third party library under APP-INF/lib
    including
    one zip file. but when I start the server, it says can't load the class
    which
    is in zip file. Where can I put the zip file?
    Thanks

Maybe you are looking for