How to setup Coda site to use my standalone coldfusion 9

Hi I just downloaded the new coldfusion 9 statndalone and am using the default server setup. I downloaded all my files to a subfolder inside wwwroot. I found a tutorial on how to setup standalone with dreamweaver but no other text editors. I'm using coda which has a similar site setup panel but I cant get my files to display in my browser when I test them. Its give me an error :
The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
File not found: /root/srv/htdocs/ovportal/index_home.cfm
Resources:
Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser      Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko)
Remote Address      0:0:0:0:0:0:0:1%0
Referrer     
Date/Time      15-Sep-11 03:23 PM
Anyone can help me please get this running. I'm almost 5 hours into this setup now with no luck.
Thanks

Here is my Coda setup.
I'm not sure if remote root should be set to this address.
http://localhost:8500/sy-v2/sy (branch)/root/srv/htdocs/portal/
This is where my index.cfm file would be.
When I type in to a browser directly I am able to load the page but when I broswe it through coda I keep getting this url.
I keep getting sent to a local machine path and not my http://localhost path. I know its something simple in my Coda settings.
Also to note i'm testing from my local tab in Coda and not remote tab.

Similar Messages

  • How to setup Adobe CC to use Firefox instead of Internet Explorer

    How to setup Adobe CC to use Firefox instead of Internet Explorer

    Hi mOmO,
    Please chage the default browser to Firefox: http://support.mozilla.org/en-US/kb/how-make-web-links-open-firefox-default.
    Regards,
    Romit Sinha

  • How to setup the WRT350N to use a USB NTFS Drive for backup storage?

    My network consists of a WRT350N Router/AP/NAS (with a 500GB NTFS formatted USB drive), a Windows Vista Ultimate Desktop (wired connection), a Windows Pro SP2 Desktop (wired connection) and a Windows Pro SP2 Laptop (wireless connection).
    Does anyone know what settings to use for the WRT350N and how to setup each of the computers to allow me to use the WRT350N for Backup file Storage?
    For example: Can I/should I enable and use the ftp server functions?  Can I just use the guest user account for all logins; etc.?  Do I have to reformat the USB Drive to FAT32?
    Any help would be appreciated!

    Here is the clue to your question.
    1.If you have formatted your Disk with the help of your computer it will be better if you reformat it with the "Erase" button
    available on the Storage Tab of the Linksys
    router's Setup page.
    2.After that You need to make sure that you have
    public IP address as your WAN IP on the status of the router to setup a FTP server.
    3.You can use guest account for all your users but
    please make sure that you select guest as group
    while creating user.

  • How to setup and send mails using utl_mail on Oracle E-Biz R12

    Dear All
    There is a new requirement from client to setup and send mails using utl_mail utility on Oracle EBS R12.1.1
    What is utl_mail utility ? what is the difference between Workflow Notification Mailer and this utility/tool?
    What are etiquette's to pursue mail functionality in apps / db?
    - Chetan

    What is utl_mail utility
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_mail.htm
    How to Use the UTL_MAIL Package [ID 269375.1]
    FAQ and Known Issues While Using UTL_SMTP and UTL_MAIL [ID 730746.1]
    Master Note For PL/SQL UTL_SMTP and UTL_MAIL Packages [ID 1137673.1]
    Workflow Notification Mailer:
    you can send email using workflow notification email procedures,These ar built into the system and only need some minor configuration. check Workflow Administrator's Guide, Chapter 2, Section: Setting Up Notification Mailers for more detail.

  • How to setup the system monitoring using sol man ?

    Experts
    can any one advise me how to setup the below monitoing.
    Background jobs (SM50)         -  Long running jobs >24hrs
    Email/Fax  transmission(SCOT)  -  alert if there is any failire/errors in the email transmission
    iDocs Processing(WE05)          -  Data Transfer failure
    Enque locks (SM12)         -  alert if there are any Lock entries which are older than 2 days
    Update Records(SM13)         -  alert if there are any update request  older than 90 days
    Regards
    Karthi

    Hello Prasad
    Thanks a lot your information. I wil go thorugh the documents which you have mentioned.
    I have configured few alerts  and  unfortunately I am still struggling to configure these alerts. I am also not able find whether I will be able to configure these alerts are not. Any advice/tip  would be a great help.
    if I get some solution, definately I will share with all.
    Regards
    Karthi

  • How to Setup Historical DSC Database on a standalone Server

    Hey @all,
    I am looking for documentation how to setup a standalone server for the DSC Module(Ver. 8) Historical Database.
    My aim is to log all data to this server. The Server will be running Win2K.
    Do I have to install the complete Labview 8 software and the DSC Module?
    Does a walkthrough exist how to setup a DSC server?
    Thx!
    Carsten  

    After installing the runtime you should only have to reboot the computer in order to get the citadel service running.  At the point, for citadel purposes, this machine will behave as though you had the DSC development system installed.  The 8.0 runtime has no setup requirements...it should only need to be installed.  Unlike previous versions, 8.0 requires you to build your application into an executable and the runtime should be invisible to you once you install it.  If this is not the case, please post about it so it can be looked at.
    If you have specific questions, please post them and I will either try and help you find the answers, get them posted, or answer them myself.
    Regards,
    Robert

  • How to setup Data services to use existing zend application

    The application I'm working on is going to have views created both in Flex and in PHP. Thus, we want to setup the Zend framework so that it can be used for the PHP part of the application and to display views in the browser. We want to setup the AMF gateway so that it's a service provided through a controller in Zend and with the actual service classes hidden from public view in the application folder, and not like the default now seems to assume that you create a folder in your public webroot where the endpoint and all service classes live.
    So the structure we are after is
    Zend_AMF endpoint at http://example.com/services/amf
    Zend folder structure:
    application/controllers/ServiceController.php    // the controller that handles all incoming requests, so acts as the gateway.phpI assume
    application/services/amf/    // contains the actual service classes, e.g. Users.php, Products.php
    public/swf/    // will contain the actual .swf files for the Flex application
    the /public/ folder is set to the webroot with /application/ outside the webroot as per the Zend framework recommendations.
    I would like to use the Data service introspection to generate the Flex code for the services, however the introspection afaik requires the services to be in the /public/ folder or a subfolder there. So how can I make introspection work for a service that lives in /application/services/amf and is accessed through http://example.com/services/amf ?
    Suggestions? links to tutorials?

    Yes, well hopefully this will be supported in the future. In the mean  time, I've noticed that it's only actually when creating the service  and the API for it that you need to have the class inside the web root.  In order to configure the return types and input types you don't need to  go through the standard gateway.php anymore. So, although not ideal,  here's how I do it right now:
    1. I have set up m zend  framework as described in my first post, with my AMF service gateway being a Zend controller and not the gateway.php
    2. I create the service class with the API I need inside the application/services/amf folder. If the service needs to connect to the database then I create a Zend Db Model using the zf command line tool (as per Zend framework practices) and then hook my service class to use that. Which basically means that my service classes are very slim and simple.
    3. When I created the Flex project I created a dummy service using the sample  php, which has set up Flash builder with the default gateway and so on
    4. Once I've created my service class, I copy the file to the default location where Flash Builder wants to create my services. I then strip out any implementing code from the copied file, leaving only the public API and empty methods.
    5. I then create a new service in Flash builder, point it to the stubb class in the default location and let the introspection discover the public api. This will of course mean that all input values and return values are generic objects.
    6. After this is done I delete the stubb class. In the created AS service class I override the service endpoint so that it points to my real gateway controller within the zend framework.
    7. After this is done I can configure the return types and input types using auto discovering. It will connect to the real gateway and ignore the default gateway and thus I can develop against the real endpoint and don't need to create my service classes within the public location of the Zend folder structure.
    It's a bit of a workaround for sure, but since I don't create new services that often and I can have Flash builder update my return types etc. automatically this way, I figure it's worth the extra steps. Still, I would hope that in the future Flash builder will support having the introspection happen on a location outside the projects own web root.

  • How to setup DR site for ERP ECC 6.0 (ABAP)

    Dear
    For prepare to setup and config Oracle Data Guard in DR site
    I have a question for this issue as follows :
    If my system is Central System with Sap Application and Database Oracle in the same server . In the DR site, please guide me what steps which I need to do ?
    If my system is Distributed System with Sap Application and Database Oracle in the differ server. In the DR site, please guide me what steps which I need to do ?
    Thank for your guide

    Hi
    In step 1 : "Install SAP on DR site (including CI & DB)" -> With this step, I must install a new instance SAP with (CI + DB) in DR site as normally ? CI+DB must have a SID, hostname and instance number the same as Primary site ?
    Ans-->  yes install DB+CI on one instance and it must have same SID,hostname(not necessary),instance number
    step 3 : "enable force logging in primary site" -> I have not understand your comment, please guide clearly ?
    Ans--> u need to implement force logging in primary database
    sql> select force_logging from v$database;
    sql>alter database force logging;
    In step 4 : "From your primary site shutdown db and copy the datafiles to the DR site" -> With this step, before shutdown DB and copy datafile in Primary site to DR site, How do I do with the datafile was created in DR site at step 1 ( Must I delete them in DR site ?)
    Ans-->do not copy the datafiles of primary to standy database. just take a full offline backup of primary database, then restore it on standby database(only restore do not open it), then configure oracle DG
    In step 6 : "Create a backup controlfile" -> why create a backup controlfile while at step 1, we have a controlfile after a new instance SAP was created in DR site - I think If a new instance SAP was created in DR site, controlfile in DR site the same with Primary site (sorry if my thoughts are not true), please clearly
    Ans--> u need to create a standby controlfile and it will be created from your primary database.
    for your reference i am listing down the steps in serial order, first complete one then proceed to second and hopefully u will be able to configure Oracle GD
    Summary Actions
    u2022     Implement Force Logging mode (P)
    u2022     Synchronize O/S clocks
    u2022     Create password file (P & S)
    u2022     Create identical Primary & Standby sites (P &  S)
    u2022     Create / Modify Oracle SQLNet configuration files (P & S)
    u2022     Set initialization parameters using u2018spfileu2019 (P & S)
    u2022     Check that u2018archivelogu2019 mode is enabled (P).
    u2022     Backup the Primary dB for restore to Standby node (P) [if not exist].
    u2022     Create standby controlfile (P) and u2018scpu2019 to standby site.
    u2022     Start the listeners (P & S)
    u2022     Startup standby database (S).
    u2022     Put Standby database in u2018managed recovery mode (S).
    u2022     Check the database protection mode (P).
    u2022     Verify log shipping to Standby is working (P).
    u2022     Verify log apply to Standby (S).
    P------> Primary database
    S------> Standby database
    Regards
    Sumeet Kapur

  • How to setup a list to use item level permissions - SP 2013 - Need Help

    Hi All,
          I have a created a group called TeamGroup in a site collections and i have all the users i the site to this group.
    Now i have a subsite and in the subsite is a list i want to configure list item permission for.
    For users to get to the subsite the TeamGroup has been given access to the subsite unless they wont have access to the list inside the subsite.
    The list has been configured to use unique permissions.
    But any time i add users dynamically to the list item(Read Permissions) it also adds TeamGroup(Read Permissions) to it :(
    Im using powershell to add users to the list time which also breaks the inheritance.
    So when users browse the list they also get to see other items because the TeamGroup has been added.
    How to set this up?
    Thanks in Advance

    Thanks .
    Ok i can try removing the user from the group an would give it a try.
    When you say "when break the inheritance did you remove everybody from the list?"
    What do you mean can you elaborate?
    when break the inheritance did you remove everybody from the list?
    if ($item.HasUniqueRoleAssignments -eq $False)
    $item.BreakRoleInheritance($True)
    #$user = $web.AllUsers[$UserName]
    $roleDefinition = $web.RoleDefinitions[$PermissionLevel]
    $item | ForEach-Object {
    #Write-Host "ItemID: " $_['Contractors']
    $spuser = $_['Contractors']
    #ForEach ($user1 in $spuser)
    #Write-Host $user1.User
    #$roleAssignment = New-Object Microsoft.SharePoint.SPRoleAssignment($user)
    $userId= $spuser.Split(";#")[0]
    $account=$web.AllUsers.GetById($userId)
    #$domainName=$account.LoginName.Split("|")[1];
    Write-Host $account
    $roleAssignment = New-Object Microsoft.SharePoint.SPRoleAssignment($account)
    $roleAssignment.RoleDefinitionBindings.Add($roleDefinition)
    $item.RoleAssignments.Add($roleAssignment)

  • How do I code PL/SQL using files instead of directly against the database

    Hi All,
    My current project, like pretty much all I've every worked on, requires all developers of pl/sql routines to code those routines in source controlled files. We then edit the files (normally using TOAD - trying to move to SQL Developer) compile them against the DB, fix the errors, test etc.
    I've been trying to do the same in SQL Developer (1.2 and 1.5EA) and it appears as though I can't get the tool to understand my .pks and .pkb files are packages - and thus when I compile them I will receive a "compiler" window containing the errors. It appears to simply run the code as a script returning me:
    Warning: execution completed with warning
    PACKAGE BODY XYZ Compiled.
    This is not the same behavior I receive when I edit objects directly in the database (something I never do).
    I hope I'm not missing something obvious.
    Thanks in advance.

    Your latest EA fixed this, at least for subversion and cvs, hooray! and I'm quite happy with it.
    But I think our posters need a quick how-to for subversion:
    * the latest EA has subversion and cvs installed
    * open VIEW menu->Versioning Navigator
    * create your SVN repository in Versioning Navigator, that will establish all of the authentication stuff for your later work
    * use VIEW menu->Files and navigate to your subversion working checkout directory.
    The File navigator will become your main work zone, if you're anything like me.
    for unconventional file suffixes:
    * open TOOLS menu->Preferences
    * click the File Types topic
    * click "Add.." to add the file name extension
    * it won't let you specify content type in the little "add" dialog; just click OK
    * when you return to the main Preferences screen for file types, your new type will be selected, and below there is a content type drop-down under "Details for type .blahblah"
    * choose SQL Script as the type for your new file type, and click OK to commit the changes
    * I find "SQL Script" much easier to work with than PlSqlNode, which seems to suppress the file handling and versioning features
    Good luck!
    -- Andrew Wolfe

  • How to setup Time Capsule to use wifi and 2 ethernet ports

    Hi, I hope someone can help with this issue as I've been searching for an answer without success. Basically, can a Time Capsule (1st gen) connected to a modem create a wireless network, as well as connect to an ethernet powerline adapter, as well as connect to an iMac by ethernet?
    My original setup was as follows:
    modem > time capsule (which creates a wireless network) > iMac
    I bought an AirPort Express to use in another room. It was extending the TC wifi network, but the speeds weren't great so I've got a pair of powerline ethernet adapters. I wanted to add those into my current setup so that the Express can create a wireless network.
    Anyway, before I can get to that stage, I'm having issues with the TC. I want to achieve the setup as follows:
    modem > time capsule (which creates a wireless network) > powerline adapter 1 * > powerline adapter 2 > airport express
    * But as well as connecting an ethernet cable to powerline adapter 1, also connect one from TC to my iMac.
    When I tried connecting an ethernet cable to the TC in my original setup, the iMac lost connection to the internet. I've managed to get the following setup to work:
    modem > time capsule (which creates a wireless network) > powerline adapter 1 > powerline adapter 2 > imac
    But to achieve the setup I want, would require me to buy another powerline adapter (for the Express), and it seems silly to have to use a powerline adapter for my iMac when it is right next to the TC.
    Any help would be appreciated.

    modem > time capsule (which creates a wireless network) > powerline adapter 1 * > powerline adapter 2 > airport express
    * But as well as connecting an ethernet cable to powerline adapter 1, also connect one from TC to my iMac.
    When I tried connecting an ethernet cable to the TC in my original setup, the iMac lost connection to the internet. I've managed to get the following setup to work:
    What you are attempting should work fine. The TC should be able to manage multiple ethernet connections as well as the wireless.
    Investigate what is happening when you plug ethernet into the TC from the imac.
    Please try it.. turn off wireless in the imac to ensure ethernet is the only connection.
    But I would recommend you shut off the whole network at that point. Restart everything in order.. modem .. TC.. EOPs.. Express.. clients.. with 2min gap between them.
    Now look at the imac and check the network preferences.. did it pick up the correct IP from the TC? It should have router (gateway) and DNS all correct using dhcp.. if not check the connectivity light on the TC.. does it come on when you plug in the ethernet cord?
    Open a terminal on the mac and ping the TC address. does it respond?
    Give a few screen shots of how the TC is setup.. bridge, router and what IP it is running. Even just the summary page.

  • How to setup new site in dreamweaver if not working with Local Site Folder?

    Dear All,
    I am working with a website design (wordpress) project with a group of people, since we are working together on the same design, our developing site is not located in the local folder but on remote server, but I can't setup the website in DW if the developing site is not located locally.
    Is there any way to do the development on remote server with DW, and what will be the site setup setting for it?
    thanks for any reply.
    bruce

    Sharing a "Local" site is a recipe for disaster vis-a-vis file versioning.  The best way to avoid these problems is to have three locations defined:
    1.  A local site (truly local to your computer, although it can be on a network, shared drive).
    2.  A staging site (this would be the intermediate holding site for partially finished work.
    3.  A production site (this would be where the final versions of files are pushed).
    Enable DW's Checkin/Checkout facility.  Each of you would checkout files from the staging server, and when finished editing, checkin those same files to the staging server.  Thus, you are not sharing a local site - you are sharing a remote file repository, which is your gold standard source for version protected files.
    Make sense?

  • How to setup a Provider topology using OSPF as IGRP for P and PE routers

    Hi,
    I am trying to create a typical provider topology in GNS3.
    I would like to know what IOS to use for the:
    - P routers
    - PE routers
    Also the minimum Hardware to use for:
    - P routers
    - PE routers
    I am also going to use OSPF for the IGRP on the MPLS devices.
    From what I am reading so far you would need 4 routers for the P routers, 4 routers for the PE routers and 2 CE's pointing to the 2 PE's
                                  ce
                               pe     pe
                                |        |
                               p--------p
                                |        |
                               p--------p
                                |        |
                               pe       pe
                                   ce
    Kindly help send a link if there is any.
    Thanks,

    Hi Reynaldo,
    There is no clear answer for your questions.
    I would like to know what IOS to use for the:
    It depends on what features do you need.
    Also the minimum Hardware to use for:
    It depends on size/traffic load/number of devices in your network
    From what I am reading so far you would need 4 routers for the P routers, 4 routers for the PE routers and 2 CE's pointing to the 2 PE's
    It depends on your topology how much redundancy do you need, how big is your budget. If you can not afford big spending, you don't have to implement any P routers. So for certain traffic your core routers will be P routers and for another type of traffic will be PE routers. 
    My answers probably won't help you, but I am afraid that for these types of general questions there are not any other answers.
    Best Regards
    Please rate all helpful posts and close solved questions

  • How to setup airport extreme A1034 using snow leopard?

    I bought a used Airport Extreme A1034 and, barring that it is not broken, am I able to set it up as wireless base station?  I am using snow leopard, I currently use an airport express as a wireless router.  I cannot get the airport extreme to appear in my airport utility wirelessly.  It will appear in the airport utility if it is connect to my Mac via ethernet, but when I go to save the settings and the device goes to reseet, it just does not come back online.  I have done numerous factory default resets.  Any advice?

    Please check out the following Apple Support article on how to configure a WDS.

  • [Solved] How to set Code::Blocks to use Terminator!

    Hello All,
    I've recently just gotten into using an IDE to develop teh 1337 codez.
    Ignoring my silliness, I noticed that I can customize C::B to use whichever terminal emulator I like but I'm having trouble with using terminator.
    I've tried the following in the Settings :
    /usr/bin/terminator -t $TITLE -e
    terminator -t $TITLE -e
    terminator $TITLE
    And none of these have worked. Anyone have any suggestions? And yes, terminator is in my /usr/bin directory as evidenced by the output of "which terminator", which is /usr/bin/terminator
    Edit: Nevermind, I did it! Yay! Wanna know what worked? It was this (for once a man page was useful to me) : terminator -T $TITLE -x
    Last edited by MutantJohn (2013-08-23 23:30:39)

    There isn't a "code base" for java stored procedures ... that's an applet's issue.
    for more details about java stored procedures
    review teh java dev. guide and java stored proc guide located at :
    OTN FORUM ENTRY --> Oracle 8.1.7 Java Online Documentation
    http://technet.oracle.com:89/ubb/Forum18/HTML/001567.html
    null

Maybe you are looking for

  • Table or view does not exist when using in PL/SQL block

    I hav something strange... When i execute a query it works just fine... When i use the exact same query in a function i want to create, i get the error 'table or view does not exist' I create the function with the same user then when i'm executing th

  • In Get PDF properties what determines a PDF document

    I am using the getPDFProperties module to check if the submitted document is PDF. I have checked the "Is a PDF Document" option and assigned to the respective variable. When the PDF is submitted that module returns "false" for that property. I want t

  • Copied itunes library from one ext HD to another - some music not playing

    Hello, I copied all my itunes library from one external hard drive to another. I backed everything up first then reimported into itunes. About 100 of my MP3 files are in Windows Explorer and the files appear Ok but they are not adding to itunes. The

  • ORDSYS.ORDIMAGE vs BLOB

    Dear all, I've designed a table with an ordsys.ordimage field for images. BIG MISTAKE, because there is no possibility to upload images from a form. I'd like to change it into a BLOB field but an error arises: "You cannot modify the column definition

  • I have 80 classic and a nano. The classic says corrupted, I reformatted and

    The nano seems fine. The classic always states corrupted need to reformat.I reformat or reboot then wipes out everything. When I try to sync it syncs from nano and also freezes playing songs. Then goes back to being corrupted. Can anyone please help?