Installing CF9 beta along side CF8 developer edition

I am using CF8 developer addition on an XP pro SP3 machine running IIS 5.1. I would like to install the CF9 beta. I know you can run this along side of 8, but how does it do that? Am I able to use IIS still or do I need to use the built in Jrun server? I just dont want to effect my day to day development on 8, but I would like to play with 9. What's the install procedure to do this?
THANKS

I presume the developer edition you have installed is a standard install, not a multi-server?  You don't specify.
One can have a standard install and multi-server install cohabitate on the same box no worries.  Just install CF9 as multi-server as per a normal multi-server install, and configure it to run on a new site set up in IIS.
I pretty much always run multi-server on a dev machine so I can simply deploy any number of different CF instances I need, at any given point in time.  It might be an approach worth considering..?
Adam

Similar Messages

  • Error installing Oracle 10gR2 on Solaris Express Developer Edition

    Hi
    I'm trying to install Oracle Db 10gR2 on Solaris Express Developer Edition 1/08 for x86 but it fails with the following link error:
    INFO: /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    INFO: ld: fatal:
    INFO: symbol `ntcontab' in file /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/lib/libn10.a(ntcontab.o): section [3] .data: size 0x60: symbol (address 0, size 0x70) lies outside of containing section
    INFO: ld:
    INFO: fatal:
    INFO: File processing errors. No output written to
    INFO: /export/home/u01/app/oracle/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1
    INFO:
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: *** Error code 1
    INFO: make: Fatal error: Command failed for target `client_sharedlib'
    Any ideas would be appreciated.
    Thanks

    If your version of Solaris is not supported, see the support matrix, you are on your own. This is likely the case.

  • CS6 beta along side CS5

    Will there be any conflict to installing CS6 in Win 7 64 without uninstalling CS5? I've been trying it out on Win 8 but hit a snag (no drivers for certain HW) and I really don't wish to uninstall CS5.

    Surprise, this doesn't work as stated. If you locate Photoshop.exe your selection is not, OK, it's Open. Click that, nothing happens. Click Open afterwards in Bridge and the dialog disappears. Open it again and the association is still CS6.
    Pretty clunky.
    PS-Pattie wrote:
    You should be able to install both CS5 and CS6 on Win7. Please see the associations FAQ for details you may want to know first:
    FAQ: What do I need to know about file associations when I load the Photoshop CS6 beta?
    FAQ: What do I need to know about file associations when I load the Photoshop CS6 beta?
    6. For each file type you wish opened in CS5, change the association from CS6: choose the "Browse" option and locate the CS5 version of Photoshop.exe".  This is probably in Program Files/Adobe/Adobe Photoshop CS5 (64 Bit)/Photoshop.exe. Click on OK to complete the association.
    Now you can invoke Bridge CS5 and it will properly invoke Photoshop CS5.  If you invoke Bridge CS6, it will invoke Photoshop CS6.  If you use file manager to invoke one of your selected file extension types, it will start Photoshop CS5. Other graphic files will start Photoshop CS6.

  • Can I install Photoshop CS5 along side Elements 11?

    I have Photoshop Elements 11 and just bought Photoshop CS5. Should I uninstall the old one before I install the new one?

    Photoshop Elements, despite its name, is not Photoshop.
    Photoshop Elements 11 and Photoshop CS5 have nothing to do with each other, so you cannot call Photoshop Elements 11 "the old one" and CS5 "the new one".
    They will not interfere with each other.
    Unlike Elements, Photoshop is a professional level application that makes no apologies for its long and steep learning curve.  If you are used to Elements, you probably want to keep it until you decide whether the full version of Photoshop is suitable for you.
    One caveat:  Adobe hasn't been selling CS5 for well over a year.  Make sure you bought a legitimate copy you can run legally, as it absolutely requires not just registration but activation.
    If you bought CS5 from a private party who has used its serial number to upgrade (to CS6 or to CC) then you would have an illegal copy of Photoshop that you cannot run.

  • Cf8 dev edition install on mac intel os x tiger fails

    Installing CF8 developer edition w/built-in server on macbook
    running tiger. Basically accepted all defaults. Completed first
    step of installation, tried to run Firefox at
    http://127.0.0.1:8500/CFIDE/administrator/index.cfm
    but get a "JRun Servlet Error": "500
    There is no web application configured to service your
    request" ... thus cannot continue install
    The Adobe knowledgebase on this error doesn't seem relevant.
    What to do now?
    TIA ...

    I had the same problem - mine was because of the
    adminconfig.xml doesn't properly update once the install was done.
    Go into your Coldfusion 8 folder. Then go into folder named
    "lib" - then open adminconfig.xml. In the xml, you will see this
    <runsetupwizard>true</runsetupwizard> but it should be
    this
    <runsetupwizard>false</runsetupwizard> (since
    there is no need for a runsetupwizard once it is installed
    already).
    You should be good to go then.

  • [SOLVED] Jdk 64bit along side of Jdk 32bit...

    What is the best way to install jdk 64bit along side of a 32bit version.  The wiki doesn't say anything about it.  I have both the oracle jdk and jre from the aur installed as of now.
    Last edited by fowler (2012-04-04 16:04:43)

    I've struggled with a similar problem in the past and this is what I've been doing for a while now: In my case, I don't need 32/64 bit different jdks, but I need jdk4/5/6/7 all on one machine. First, decide what your "default" JDK should be. In my case, it's the one that I want to keep updating via pacman: "jdk7-openjdk". All others, I simply go to oracle.com and download the .bin file (not the RPM, you don't want that complication). Then, as root, copy the file to /opt and run the .bin file. This will extract that jdk into /opt. I rename the folder to simply javaX, where X is 4, 5, 6, etc. In your case - call it javaX-32 or javaX-64, whatever.
    To use the specific JDK, almost all apps that use the JDK can be configured to use a specific JDK via configuration files, so simply edit those config files and point them to /opt/javaX. Worst case, set the JAVA_PATH or the PATH environment variable.
    To use a specific JRE for browser plugins, go to the /usr/lib/mozilla/plugins folder and delete the symlink you see there for IcedTeaPlugin.so (open source) or libnpjp2.so (Oracle/Sun) and symlink your wanted plugin from the /opt/javaX/jre/lib or /opt/javaX/jre/lib/amd64 folder.
    Of course, you'll have to update all the JDKs you installed in /opt yourself, but I find this much less headaches than trying to install various Java's through pacman / AUR...

  • CF8 developer : debugging output ?

    I have CF8 Developer Edition installed on my Vista Business
    PC.
    I tried to set debugging output on (in the ColdFusion
    Administrator - Debgiing & Logging), but I get no output.
    On my older PC (CF7 Developer Edition on Windows XP), I had
    no problems to configure this.
    Any idea ?
    Thanks

    Sorry, I found the solution :
    In ColdFusion Administrator - Debugging & Logging, I
    cleared the IP address list, and now it works.
    (empty list means : send output to all users)

  • SAP Community Developer Edition - with limited lisence

    Hi!
    I recently downloaded and installed MiniSAP, or the SAP Community Developer Edition which supposed to have a permanent
    license - but the SLICENSE shows me a 1 month limited lisence - which i know that can be extended for another 3 months, but it's a very short period (I want to use this home-SAP version to keep my own programs - instead of txt files that has no nevigation capabilities).
    Does any body knows how can I get the promissed forever-lisence?
    tia.

    I guess "the promissed non-expiry license" does not exist until now. Do you ever thought about using SAPLINK, to save your developing objects and reuse it on other systems?
    If you want to develop again with a working system, just reinstall minisap and import your SAPLINK exports.

  • SQL Developer Edition.

    Hi,
    I was wondering if anyone could tell me whether it's possible to install SAP onto Microsoft's SQL Developer Edition in Pre-Production platforms. Microsoft state publicly that Developer Edition has all the functionalilty of Enterprise and is essentially a rebadged Enterprise Edition with a development-centric Licensing model.
    Furthermore, I understand that Microsoft's licensing documents cite a three tiered environment approach - Dev, Test and Prod - using Enterprise in production and Developer Edition in Dev and Test, as per pretty much any other SQL based environment.
    I understand that the SAP system installation can be carried out manually (as opposed to the VBS scripted method), allowing the use of non-SAP provided media for the SQL installation but I'm unsure as to whether it will accept the Developer Edition installation at this point.
    Thanks
    W

    Hi,
    SQL Server 2000 and SQL Server 2005 are only tested in the Enterprise Edition by SAP. Therefore, only the Enterprise Edition is supported. The SAP support may not be able to solve problems that occur with other editions
    if you want to try to use Developer Edition you need to install it manually check the installation document to install SQL server manually but do it as your own risk as SAP support is concern
    regards,
    kaushal

  • The 10.4 upgrade smart playlist editing has removed the ellipse as the 3rd button option along side the adding or removing a parameter. Why? And can we get it back?

    I just did the iTunes update to 10.4 (80) from 10.3 on a MacPro OS X 10.6.8 . I am extremely nervous and saddened by a subtle change to the smart playlist editing features. I have 178.26gb of music, and a very extensive array of playlists and smart playlists taking full advantage of all the wonderful features and complexity someone has taken the time to develop. I have taken years of time developing my library, and this one little change will set me back substantially. The change? Removing the ellipse as the 3rd button option along side the adding or removing a parameter. The button allowed one to  create levels or groups of parameters within the dialogue window that could act independently within one smart playlist. For example, songs from artist "A" needs at least 2 stars to be included, while songs from artist "B" need three stars, and they both can be in the same smart playlist which has its first level of complexity. I have lists that go dozens of layers beyond. And dozens more that cross reference. Is there any way we can get the hierarchy back, ie. Reintroduce the ellipse button? Or is there something new I do not know about? Thanks!

    I would like to second this.
    This subtle yet life-changing removal is a total loss for advanced users that (used to) take full advantage of "logical and hierarchical" playlists. It tremendously impairs the "smartness" of the feature, effectively removing the possibility of mixing "and" & "if" parameters—which was the real beauty of the whole concept of "smart playlists" à la iTunes.
    Here's a simple example. I would like to create a playlist combining two genres (rock and electronic) with only songs that have a rating higher than 3. I cannot do that anymore. I need to create two playlists:
    a first playlist (A) that displays [Rock] OR [Electronic] (note that this playlist will never be played, it's an intermediary step required for B)
    then a second playlist (B) that displays [songs from playlist "A"] AND [with a rating higher than 3].
    It's a pain. And it clutters up browsing lists on my iPad/iPhone a lot.
    Smart playlists should get the ellipse button back!
    Moreover, the possibility of creating / editing smart playlists on iOS via a nice menu would be just… awesome. I would have thought Apple was going in that "smart" direction with iTunes. In hoping it's just a delay… until iOS 5 maybe?

  • Cant figure out how to install the Developer edition

    Hey everybody, I'm totally new to ColdFusion technology. I
    work in the advertising world working on print related material.
    Feeling a desire to learn more, I decided to teach myself Flash.
    So, I picked up the Flash Bible and began reading. After I finished
    the section on creating forms in Flash, I thought it would be a
    good idea to learn ColdFusion so I could learn how to write server
    side scripts and test them on my local machine with my Flash forms
    before deploying them to a remote server. In any case, I downloaded
    the free Developer edition of ColdFusion MX 7. Something is going
    wrong, and I have no idea why? After I finished completing each
    section of the installation process, the program does not seem to
    install into my hard drive. I have the path for the program to be
    installed in my applications folder on my hard drive. I'm also
    running on MAC OS 10.4.8.
    Here is some info on my computer:
    Hardware Overview:
    Machine Name: Power Mac G5
    Machine Model: PowerMac7,2
    CPU Type: PowerPC 970 (2.2)
    Number Of CPUs: 2
    CPU Speed: 2 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 3 GB
    Bus Speed: 1 GHz
    Boot ROM Version: 5.1.5f0
    And this I copied from the Adobe site for ColdFusion MX 7
    system requirements:
    Macintosh
    ColdFusion Product Editions Enterprise, Standard, Developer
    Processor PowerPC
    Operating System Apple Mac OS X 10.3.9, 10.4.2 and 10.4.3
    Memory 512 MB RAM
    Hard Disk Space 500 MB

    I decide that it may be helpful to include this info that I
    copied and
    pasted from the installation windows.
    The Installation Confirmation window:
    Installation Type:
    Server configuration
    Licensing:
    Developer Edition
    Installation Directories:
    Product: /Applications/ColdFusionMX7
    Web root: /Applications/ColdFusionMX7/wwwroot
    Server Information:
    Web Server: Built-in Web Server
    Port: 8500
    Search Service: not installed
    Sample Apps: not installed
    RDS: disabled
    Disk Space Information (for Installation Target):
    Required: 267,025,584 bytes
    Available: 25,123,663,872 bytes
    The Installation Complete window:
    You have successfully completed the first step in installing
    $PRODUCT_NAME$.
    To continue with your installation, go to
    $USER_INSTALL_DIR$$/$bin and
    type"./coldfusion start" to start your server.
    Once the server is started log in to the Configuration Wizard
    at
    http://[machinename

  • Installing SQL Server 2012 Developer Edition or wait for SP2?

    Hi everyone,
      I just received my copy of SQL Server 2012 Developer Edition I ordered.  As usual, before installing, I searched the web for any hint or other stuff on the subject.
      I first found that SP1 was already available.  Honestly I prefer installing using the last version available instead of upgrading.  I found the SP1 install package using the following web address:
    http://www.microsoft.com/fr-ca/download/details.aspx?id=35575
      Is this the right install package to use? 
      Now, still reading everything I could find on that SP1, I found stories about major issues with SP1. 
    Two examples I remember:
    http://connect.microsoft.com/SQLServer/feedback/details/770630
    http://support.microsoft.com/kb/2793634/en-us?wa=wsignin1.0
    Two others (not specifically related to SP1):
    http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/a0da3372-ab3d-4af0-b4c4-0d47163e0e03/
    http://www.sqlperformance.com/2012/11/system-configuration/2012-cal-problems
      My question.  Should I wait for SP2?  If so, any target date when it should be available?
      If not, what would you recommend as the logic install sequence?  Should I look for any cumulative update(s)?  Any other "manual settings" I should consider?
      Finally, can someone guide me regarding what options I should choose while installing.  My main goal is to program/build C++, C# applications using VS2010 that will interface with SQL Server for data storage purposes (add/update/delete,
    batch update/delete) and reports.
    Hope to hear from someone.
    Stephane
    BTW:  My current setup is the following:
    Intel(R) Core(TM)2 CPU  [email protected]
    3.00 Go
    Vista Ultimate SP2 32bits
    Visual Studio 2010 Professional Edition (which will be upgraded to last SP once installed)

    Hi again,
      I proceeded with download of CU7.  On Microsoft's webpage, there are several files we can download:
    2012_SP1_DAC_CU7_2894115_11_0_3393_x86
    2012_SP1_AOrcleDes_CU7_2894115_11_0_3393_x86
    2012_SP1_AOrcleSer_CU7_2894115_11_0_3393_x86
    2012_SP1_PPExcel_CU7_2894115_11_0_3393_x86
    SQLServer2012_SP1_CU7_2894115_11_0_3393_x86
      Which one I should choose?
      Also, some people reported having problems installing this update. 
    http://blogs.msdn.com/b/sqlreleaseservices/archive/2013/11/19/cumulative-update-7-for-sql-server-2012-sp1.aspx
      Can you comment?
    Thanks again for helping,
    Stéphane

  • SQL Server 2012 Developer Edition will not install. Setup files don't even get copied completely. Win 8.1. ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    SQL Server 2012 Developer Edition will not install.  Setup files don't even get copied completely.  Win 8.1.  ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    Hello,
    I am glad it worked.
    Thank you for visiting MSDN forums!
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Do I need to install crystal reports developer edition?

    Hi,
       I tried to open a CR 8.5 reports in vs 2005 and it opened up fine. But when I try to preview the report it comes up with the error
    Failed to load Database information
    Details:The Database DLL 'crdb_fielddef.dll' could not be found.
    We have used Active Data drivers and Field definitions using ttx files in 8.5. We used the 8.5 developer edition. Will I be able to use the crystal reports for .net with vs 2005 without installing the new version of crystal reports or Do I need to install the developer edition to overcome this? I used the 10.2 version with the VS2005.
    Thanks,
    SS

    VS 2005 does not ship with crdb_fielddef.dll, which is the lib used with ttx reports.  You won't be able to preview off of a ttx file, or create a new Crystal Report off of a ttx file, using CR.NET shipped with VS 2005.
    If you require those functionalities, CR XI Release 2 would be an possible option.
    Sincerely,
    Ted Ueda

  • SAP Netweaver 7.2 developer edition installing

    Hi guys,
    I'm a functional consultant and really interested in learning some basics developments stuff in SAP. So I'm trying to install SAP Netweaver 7.2 developer edition, and when I checked the prerequisites in sapins and error came about environment variable CPIC_MAX_CONF and JAVA_HOME
    could you guys help me in this ...

    Hi,
    EHP2:
    looking at
    https://websmp110.sap-ag.de/ocs-schedules and
    https://websmp110.sap-ag.de/pam
    it's not released (GA).
    br,
    Tobias

Maybe you are looking for

  • Populating the Values into Dropdownindex using Web services

    Hi Experts, Iam New to the Web dynpro for java.i am doing one assignment. That assignment is like this 1. Create a form with 4 text boxes Plant, material, UOM, altBOM 2. Using webservices 3. Populate plant textbox with list of plants as input help 4.

  • Can we use Call transaction and session method in same program ?

    Hi experts,                  Is it suggested to use call Transaction and session method in the same Program ?                  i have a doubt , why cant we use multiple call transactions in same program instead of session method if we have multiple t

  • Facetime still isn't working.

    Hi,      didn't see an up to date answer to this question so... My Facetime hasn't worked at all for a while, I've got an iPod touch 5g and Macbook Air running iOS 7.1.2 and OS X 10.9.4 and the other person is updated as well.  I've made sure Facetim

  • Os x mavericks with Lion

    Hi Im useing operating system 10.6.7 (Lion) and have just downloaded os x mavericks which is causing some problems can i easily delete Mavericks and revert to Lion? What to do? Lusso

  • Locate all 64 bit Office 2013 across AD

    You can probably do this with the method Don007 mentions; otherwise, this may work for you as well. I think you will need the Pro version of PDQ Inventory to do so. Create a scan profile to look for the registry key in relation to it being a 32-bit o