Can I use my webhosts coldfusion

Hi There
I have tried many times to install coldfusion. I've tried
version 6.1 I've tried version 7. I've tried on Windows XP, I`ve
tried on Mac OSX, and every time the install hangs, or I end up
with startup errors. Anyway to make things short I have given up on
trying to install coldfusion locally. So my question is...my
webhost account is on coldfusion and i want to learn Coldfusion Can
I simply try and test coldfusion pages on my webhosts server, or do
I have to install Coldfusion locally. I did a search to find any
beginner documentation on how to do this but all the tutorials I
can find explain what to do after you install coldfusion locally.
Any help would be great.
Thanks
Cam

Regarding problems installing coldfusion - You should
uninstall the previous part-installation before you try to install
again. Even after you install, some files do not get deleted and
have to be deleted manually - just an expereince I had. I maybe
wrong.
I am sure you would've searched for resources on these
issues. Here are some links, if they're of any help
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/part_ins.htm
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19187

Similar Messages

  • Can I use BC admin on my own webhost?

    Hello everyone, I've been using Adobe Muse CC, I have a
    trial and I really do enjoy using it.
    However, I have some straight-forward questions about it.
    I'm thinking about buying a plan, since I really love webdesign and working with Adobe.
    But first I'd like to know:
    Is the BC Admin panel limited to hosting on the BC host? Or can I use it, for example on
    my own web server too? (Via FTP, uploading)
    If my license ends, can I still use the BC Hosting panel on my own site/can my customers still use BC admin-panel if my licence ends?
    I've been wondering; because these days most people like to edit their own websites and keep them updated, and BC admin is just
    real simple and useful, for me and for customers.
    Thanks, and kindest regards
    PS: What plan is advised? I only use Muse CC at this moment.

    No, the Business Catalyst Admins cannot be used on other hosts.
    If you would like to continue to use the BC Admin after your subscription, simply upgrade your BC Hosting to the webBasics paid plan. It is just as cheap as any other host.

  • Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?

    Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?
    For those who have done this,
    1.  What quirks did you find that you had to overcome in your installation (I know that everyone's environment is different and produces differest results)?
    2.  What part of your code broke for which you had to find fixes?
    Tips and suggestions for a smooth installation, besides following the installation document.
    Thanks!

    Create a car (archive file) in CF 9 enterprise which will capture all CF 9 settings like Data sources, Web services etc. Make sure when you are doing this, pop up blocker is disabled.
    NOTE : While creating the archive file, give the full name with the absolute path in the package name. For example C:\Test\mypackage.car
    Then move this car file into the server where you want to install CF 11. Install CF 11 and then  deploy this archive (car) file. All CF 9 settings will be migrated to CF 11 enterprise.
    Else, if you want to install CF 11 on the same server where CF 11 is installed, then remove the connector for all the websites which are configured with CF 9, make sure the CF 9 services are running and then run the CF 11 installer and at the end of CF 11 installation, you will get a dialogue box which will ask you to migrate CF 9 settings in CF 11.
    Run the Code Analyzer in CF 11 Administrator to check whether any the CF 9 code used in your application is breaking in CF 11 or not
    HTH
    VJ

  • Can't use JDBC URL for multiple LDAPs

    ColdFusion 8,0,1,195765 Enterprise (Trial)
    We use Oracle OID (LDAP) instead of tnsnames.ora to resolve database connection strings. This is how I specify one LDAP JDBC URL. On the CF admin page, Server Settings, Java and JVM, ColdFusion Class Path is set to C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar. Under Data & Services, Data Sources, create a new source. Set JDBC URL to
    jdbc:oracle:thin:@ldap://mdaoid1.mycompany.com:389/mdad2,cn=OracleContext,dc=mycompany,dc= com
    where mdaoid1 is one of the two Oracle OID servers that resolve connection strings, and mdad2 is an entry in the two OID's sync'ed to each other. That works.
    According to many sources based on Google search for "space separated LDAP URLs", I should be able to add another LDAP server separated by space. Now I append " ldap://mdaoid2.mycompany.com:389/mdad2,cn=OracleContext,dc=mycompany,dc=com" (no quotes, added to indicate leading space) to that string. Upon clicking Submit, I get
    Connection verification failed for data source: orcl10g3
    java.sql.SQLException: For input string: "389 ldap:"
    The root cause was that: java.sql.SQLException: For input string: "389 ldap:"
    (orcl10g3 is the CF data source name I'm creating) Some say I need to replace space with %20 in the double LDAP URL. With %20, I get error
    Connection verification failed for data source: orcl10g3
    java.sql.SQLException: Io exception: JNDI Package failurejavax.naming.InvalidNameException: Invalid name: mdad2,cn=OracleContext,dc=mycompany,dc=com ldap://mdaoid2.mycompany.com:389
    The root cause was that: java.sql.SQLException: Io exception: JNDI Package failurejavax.naming.InvalidNameException: Invalid name: mdad2,cn=OracleContext,dc=mycompany,dc=com ldap://mdaoid2.mycompany.com:389
    Question: How do I add more than one LDAP server to the JDBC URL so I can achieve failover and load balance?
    Yong Huang
    yong321 at yahoo.com

    The message above was posted by me two years ago and was brought to my attention today. Here's a short update: The network team added a load balancer mdaoid in front of, and resolved to, mdaoid1 and mdaoid2 (in round-robin fashion). The problem described in this thread is bypassed because the JDBC URL can simply use one-OID format, in which mdaoid is used as the LDAP server.

  • Can I use ajaxOnLoad with a function to which I give a parameter?

    I accidentaly posted this on the live docs... So here I go again:
    Can I use ajaxOnLoad with a function to which I give a parameter? 
    e.g.: 
    <cfset ajaxOnLoad("initCourses('#tmpUUID#')") /> 
    The JS function looks as following: 
    initCourses=function(tmpUUID){ 
         ColdFusion.Layout.collapseAccordion('awCourseList','awCourseList_1_'+tmpUUID); 
         // the _1_ in the name is set through the currentRow attribute while looping through a query
         setWinUnsaved; 
    I'm having the problem, that my first accordion panel doesn't initialize hidden, so I wrote this method. Later on I noticed, that the accordions were somehow cached, so the URL params given whithin the source weren't right anymore. This might be, because I gave name attributes to the layoutareas. I added an UUID to the name attribute so the source wasn't cached anymore. But now it doesn't seem to find the cflayout container anymore. (I checked the name of the layoutarea and the temporary saved uuid, they are the same.) 
    I tried using cfhtmlhead instead, but that didn't seem to work neither.

    So I've been searching the whole day yesterday and many hours today and this is what I got:
    <cfsavecontent variable="jsheadcont">
         <script type="text/javascript">
         <!--
              initCourses('#tmpUUID#');
         //-->
         </script>
    </cfsavecontent>
    <cfhtmlhead text="#jsheadcont#">
    And that's what my JavaScript function looks like:
    initCourses=function(tmpUUID){
         setTimeout("ColdFusion.Layout.collapseAccordion('awCourseList','awCourseList_1_"+tmpUUID+ "')",1);
         setWinUnsaved;
    So I'll have to write all that instead of a simple
    <cfset ajaxOnLoad("initCourses('#tmpUUID#')") /> ?
    Or am I completely wrong? I forgot to mention that the accordion is inside a tab-layout which is inside a border-layout.
    Cheers
    Boris

  • How can i use my own Fonts in iCloud Pages?

    How can i use my own Fonts in iCloud Pages?

    Baluk wrote:
    And WebHosted Fonts like GoogleFonts?
    No.
    To tell Apple you want such features added, go to
    http://www.apple.com/feedback

  • Is there a spreadsheet app/plugin that can be used in a cf template?

    We need a user definable spreadsheet for use in our web app. We need to be able to allow the client to set up the spreadsheet, create the calculations, formatting, rounding and decimal places, and then save all to a database.
    Is there something like this out there for ColdFusion?
    Thanks.
    -A-

    Thanks ExedyUSA,
    I have, but find it a bit cumbersome and complex. Was hoping for a PS plug in.....if ImageJ can be used as a plug in I would love it. I have been in pursuit of this thing for several years and was hoping some one/company would come up to the plate with a plug in for Mac like the Chernof plugin available for PCs.
    Thanks,
    Stephen

  • Use Subversion with Coldfusion Builder Beta

    Hi,
    I run Coldfusion 9 Beta, Coldfusion Builder Beta under Windows7. Also installed Subversion/tortoise.
    How can I use Subversion within CF Builder? If I right click a projects and choose Team->Share project,I get a window prompting me to select a repository type. Nothing is listed in the white space below and I cannot add any repository types. Under Preferences->Team I have options "File Content", "Ignored Resources" and "Models". Cannot choose here for a version system (CVS/Subversion) as in Eclipse with Subclipse installed. Do I have to download Subclipse and add it to CFBuilder manually?
    Thanks for any tips,
    Marc

    What is very strange is that I have been using the CF Builder Beta for awhile now and it has always had repository types listed.  I have been working with VSS for my repository.  However I am having the same issue since I installed CF Builder Beta 2.  I have no options for repository type.  Any ideas what happened to this feature?
    Sincerely,
    Braden

  • Can I do this in coldfusion?

    Hi all. I need to do the following
    1. Log into a website
    2. click a link
    3 download a file by clicking a button (and accepting the
    file download in the pop up)
    Can I do this in coldfusion?

    quote:
    Originally posted by:
    SilentBob'secretfusion
    Hmmm. This forum is acting funky this morning. Messages
    appearing and disappearing.
    Anyway, to be honest. I am alittle lazy and don't really want
    to code all this. Do applications exist which can capture the users
    actions, record them, then repeat them when required.
    JMeter (
    http://jakarta.apache.org/jmeter/
    ) can actually do exactly what you're asking for. With Jmeter, you
    can "record" a user's session clicking around a web site, and you
    can save it to a "test plan". You can then re-run that "test plan"
    over and over again. You can also configure it to run multiple
    "threads" (users) performing those actions at the same time.
    This tool often comes in handy for performance and load
    testing, but can be used for a variety of other purposes.

  • Can I use iWeb to work with live journal?

    Hi! Can I use iWeb to control my livejournal? Style? Design? Posts?
    Thx!

    No, because Google is not a web host in that sense of the word.  Google has free webhosting, but you need to go to Google and sign up for an account and use Google sites to create your site and then publish it.  It is free because it is then published and hosted on the Google server.  You don't have the ability to publish an ordinary iWeb site to a host like this.  It is the same as Weebly where you create your site in the same way or WordPress.com, where your blog or site is hosted on the WordPress.com servers.
    You need to get proper web host such as http://www.hostexcellence.com or http://www.godaddy.com.  Do a search though for the numerous other free web hosts out there - there are more than just Google.

  • IWeb to WordPress...can I use WP without knowing a lick of code?

    I am interested in some of the advanced features of WP (.org not .com); I've heard so many good things about it. I want to create a website that can be managed by a PC or a Mac person, etc., etc.
    I am a simple web person--experience only with FrontPage and iWeb--no knowledge of PHP or any other coding language. My webhost supports WordPress, but I am wondering about the learning curve. Can I use WP without knowing any code, learning as I go?
    Any advice will be greatly appreciated.

    basically wordpress is very easy. it is a complete blog with several thousands of themes you can download and then use.
    you do not need to know much except some iframe stuff to get movies in. but under the wordpress.org site there is lots of help! you find everything explained step-by-step.
    only feature that i miss is the ability to design. you cannot just draw textboxes in there and done. there is allways some preset stuff and if you do not know PHP you cannot change much!
    max

  • Can we use IF statement in PDF templates

    Hi,
    I developed a PDF template. I need to underline ang bold the records based on a specific condition. Can we use IF conditon in PDF templates. Please suggest.
    Thanks...

    Billy  Verreynne  wrote:
    The case syntax is a bit funny though as there's not a single condition evaluation (like a DECODE or case structs from some other languages).
    This is what I would expect a typical case struct to look like - evaluating a single condition:
    case <condition>
    when <value-1> then return <result-1>
    when <value-n> then return <result-n>
    else
    return <return-z>
    end
    ?:| You mean like this...?
    SQL> ed
    Wrote file afiedt.buf
      1  select empno, ename, deptno
      2        ,case deptno
      3           when 10 then 'This is Department 10'
      4           when 20 then 'And department 20'
      5           when 30 then 'And of course department 30'
      6         else
      7           'Blimey it is something else!'
      8         end as dept_desc
      9* from emp
    SQL> /
         EMPNO ENAME          DEPTNO DEPT_DESC
          7369 SMITH              20 And department 20
          7499 ALLEN              30 And of course department 30
          7521 WARD               30 And of course department 30
          7566 JONES              20 And department 20
          7654 MARTIN             30 And of course department 30
          7698 BLAKE              30 And of course department 30
          7782 CLARK              10 This is Department 10
          7788 SCOTT              20 And department 20
          7839 KING               10 This is Department 10
          7844 TURNER             30 And of course department 30
          7876 ADAMS              20 And department 20
          7900 JAMES              30 And of course department 30
          7902 FORD               20 And department 20
          7934 MILLER             10 This is Department 10
    14 rows selected.

  • In alv report can i use control break events? if no .whay?

    Hi all,
    in alv report can i use control break events? if no .whay?

    hi,
    you can use control break statements in ALV report.
    for example: if one PO is having more than one line item, that time you need to display PO only once.

  • HT1751 I need to uninstall and reinstall iTunes (it won't let me update). So, how do I copy or back up my iTunes library of over 1,500 songs? Can I use a Flash Drive to do so?

    I need to uninstall and reinstall iTunes (it won't let me update). I have IE 8 on Windows XP, and iTunes 10 something. In my Program files list I see iTunes and iTunes (2) and even iPod and iPod (2) where a tech had to back up and do this for me before. I'm just trying to fix it all. I keep getting the "The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package 'iTunes.msi' in the box below." I can even run a search and find the folder, but it gives me the same error message. I was planning on using the Microsoft Fix-It tool  to help uninstall then Reinstall iTunes. But I need to backup my library. So, how do I copy or back up my iTunes library of over 1,500 songs? Can I copy the folder to desktop or can I use a Flash Drive to backup my music? I don't want to do anything until I know for sure how I can backup my songs, and then reinstall them into iTunes. Thanks for any help.

    Ok, thanks that helps. I don't have an external hard drive though. What about backing up through 'the cloud'? I'm just wondering since my husband syncs his iPod to the PC through iTunes and he's worried that he will lose all the songs on his iPod if the library is lost from iTunes and he tries to 'sync' it up again. I'm not exactly sure how to  'copy the entire iTunes folder' either. I kinda suck at this unless I have step by step instructions, which I haven't found yet on iTunes help or other sources.
    The only way I know how to back anything up is by going back to a restore point, etc. (as stated before, we don't have an external hard drive.)
    Thanks for the info.

  • How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes?

    How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes? I wanted my teenager's AppleID to be different from mine so that she couldn't charge stuff to my AppleID, therefore I created me another one. Now when I go to Sync either device, it tells me that this IOS device can only be synced with one AppleID. Then I get a message to erase it, not going to do that, lol. If I logout as one ID and login as the other, will it still retain all synced information on the PC from the first IOS device? If I can just log in out of the AppleID, then I have no problem doing that as long as the synced apps, music, etc stays there for both. I am not trying to copy from one to the other, just want to make sure I have a backup for the UhOh times. If logging in and out on the same PC of multiple AppleIDs is acceptible then I need to be able to authorize the PC for both devices. Thanks for the help. I am new to the iOS world.

    "Method Three
    Create a separate iTunes library for each device. Note:It is important that you make a new iTunes Library file. Do not justmake a copy of your existing iTunes Library file. If iTunes is open,quit it.
    This one may work. I searched and searched on the website for something like this, I guess I just didn't search correctly, lol. I will give this a try later. My daughter is not be back for a few weekends, therefore I will have to try the Method 3 when she comes back for the weekend again. "
    I forgot to mention that she has a PC at her house that she also syncs to. Would this cause a problem. I am already getting that pop up saying that the iPod is synced to another library (even though she is signed in with her Apple ID to iTunes) and gives the pop up to Cancel, Erase & Sync, or Transfer Purchases. My question arose because she clicked on "Erase & Sync" by mistake when she plugged the iPod to her PC the first time. When the iPod was purchased and setup, it was synced to my PC first. When she went home, she hooked it up to her PC and then she erased it by accident. I was able to restore all the missing stuff yesterday using my PC. However, even after doing that it still told me the next time I hooked it up last night that the iPod was currently synced with a different library. Hopefully, you can help me understand all this. She wants to sync her iPod and also backup her iPod at both places. Both PCs have been authorised. Thanks

Maybe you are looking for

  • BT Sport Is An Utter Disaster

    What the hell is going on? I can no longer get BT Sport (initially, I could). Error messages. Advice on the site that doesn't work. Telephone 'support' that doesn't answer (again and again). The forum is chock-full of complaints. Nobody seems to be d

  • PPR event hides button click :(

    Hi, I have a problem with the PPR event. I have a PPR on a field. If I change this field without tabbing out from it, and I press a button, the code in the button is not performed. I read the OAF DEV Guide, and I put in the processRequest the code: <

  • Whats the best way to charge an Ipod Touch 4th generation?

    What is the best way to charge an Ipod Touch 4th generation?

  • Can't Connect to Other Mac

    I have 2 macs in my house... a mac mini (pre intel) and a macbook... I've always had them networked so I could access files on either computer.. all of a sudden, I can't connect to the mini... all the settings are the same in the sharing folder... bu

  • WTB: Encore DVD 2.0

    Hello. I currently own both Premiere Pro 1.0 and Encore DVD 1.0. After trying out both PP 2.0, PP CS4, Encore 2.0, and Encore CS4, I have decided that the 2.0 versions of both programs are right for me. CS4 is just way more than I need. So, I was won