Coldfusion Server Spec

Hi,
I've been asked to spec a new server to install coldfusion,
could anyone point me in the right direction?
I have no experience of building servers, any help would be
much appreciated.
Thanks

Minimum requirements here:
http://www.adobe.com/products/coldfusion/systemreqs/
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
"matthisco" <[email protected]> wrote in
message
news:g81ant$97u$[email protected]..
> Hi,
>
> I've been asked to spec a new server to install
coldfusion, could anyone
> point
> me in the right direction?
>
> I have no experience of building servers, any help would
be much
> appreciated.
>
> Thanks
>

Similar Messages

  • How to create a Flex3 project with remote ColdFusion server?

    I have a question related to Flex 3 and ColdFusion that it might be simple to answer but I have been struggling with it for a while.
    How to create a Flex application using Flex Builder 3 that uses ColdFusion, but the ColdFusion server is not installed locally but in a remote server?
    I need to create a Flex application to use with ColdFusion and although this is a simple procedure when we are creating the project in a computer where you have ColdFusion installed locally (as all books shows examples of it), but what if the ColdFusion server is installed in another machine in the network?
    My current situation is the following:
    -          I have Flex Builder 3 install in my PC at work and its workspace is in a folder in the network outside of my PC.
    -          We have a server (ISWEB1) partition in two drives; C, where the ColdFusion 8 is installed and D where all the files the developers work with reside. The ColdFusion installation runs in a server where IIS is used as the web server.
    -          I have the drive D on the server ISWEB1 mapped to one of my letter drives and can access it easily
    -          The drive C on the Server can only be accessed remotely (or through the web to access the ColdFusion admin page) and is not exposed to the network as drive D is.
    My problem is, I need to create a Flex 3 application that uses ColdFusion using remote object access service (CF Flash Remoting) but I wanted to point to the installation version on the server ISWEB1 and not to the one installed locally. The Configure ColdFusion Server screen in the Flex Builder asked me for the location of ColdFusion root folder, Web root, and root URL. There is no way I can point to the server (ISWEB1)where ColdFusion is installed as those fields seem to required a address that points to a local install or a mapping on that local server.
    The work around that could be used is to use the ColdFusion developers edition I have installed locally and use during the creation of the project in Flex Builder, but then I would have to have all the same data sources, mappings, and CFCs in my the local server in order to test, which seems double work. To aggravate that when you try to test the application Flex writes the files to the local server and unless you have everything available locally it would not work properly. I am trying to avoid duplicating the work. Ideally I would like to test the Flex application on the server where the CF is installed and where the Flex Builder workspace is.

    Sort of. I found this article below that helped me to connect to the remote CF server using MXML. It seems that you have to create a regular project in Flex with Aplication Server Type set to None and connect to CF using the endpoint attribute of the RemoteObject MXML tag or via AS.
    http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200
    However I found out after getting error using the AS3 code to use the endpoint property that
    mx.rpc.remoting.RemoteObject does not support  the "endpoint" property
    whereas mx.rpc.remoting.mxml.RemoteObject does. See link below
    http://www.mail-archive.com/[email protected]/msg101439.html//www.mail-archive.com/[email protected]/msg101439.html
    So I had to change my AS3 code by adding a new channel to my RemoteObject using a code similar to the one on the link below (Note that this code uses PHP, when I instantiate myRemoteObject, I do so informing that the destination is "ColdFusion" [new RemoteObject("ColdFusion")], so no need to set destination as in the code on the link below
    http://tech.groups.yahoo.com/group/flexcoders/message/120115
    I hope that helps you.

  • E Business Suite 11i Server Spec for Linux?

    Does anyone know, or can suggest possibilities, of a server spec for 11i on Linux. This is for a small company installation of 11i.
    Where can I go to ansewer questions like this?
    What Linux distributions are supported for 11i?
    I was thinking of multiple CPU's, highpoint raid controllers to give RAID 0+1, and 1 or 2 Gb of memory.
    thanks
    Dave Darrall.

    Jimmy,
    Our E-business suite 11i has been running on the application tiers RHEL 4, due to the requirement to support large memory configurations on a 32-bit system.  Is it true that from RHEL 5, the “hugemem” kernel which achieves this 32-bit memory scalability has been deprecated in favour of the use of 64-bit kernels?
    Your 11i application tier will be limited to 32-bit even if you install 32-bit OS on x86-64 hardware.
    Our Oracle 11g database is running on RedHat Linux 5.8. Is E-Business suite 11i (application tiers) certified to run on RHEL 5.8?
    Yes.
    Also for future planning, is E-Business suite 12 (application tiers) certified to run on which versions of RedHat?
    Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)
    Thanks,
    Hussein

  • DMS Server Specs

    Can anybody provide a doc with the correct server specs? I'm looking for the actual C210 server. Specifically, is it an M1 or M2? What amount of memory is installed in the DMM and SnS? What CPU? Heat? Power? Dimensions? Etc. Last document I saw on compatibility only show specs up through 5.1 (almost 2 years old!!)

    If you bought your DMM recently you are probably running on a HP   MCS-7835 H3  previous versions were H1 and H2.
    Cheers
    C.O. Little

  • ColdFusion server script in multiple browser tabs

    When I run the ColdFusion server example in multiple browsers I am unable to grab sessions in each tab other then the first.  See screen shot for error message.  However if I disable cookies then I can run as many tabs as I want.  Can anyone tell me if there is a work around for this?  It has to do with the http call that is made in account manager initializes.  In all other tabs except the first one when the http call is made it returns with an unexpected result, with the tag "meeting-info" in the result.
    Any help is appreciated.
    -chris    

    I have just tried and I am not seeing the problem you are having.
    Anyway, the symptoms you are describing let me think you are doing something with session cookies.
    Any web application that uses session cookies would show those "symptoms": you login to FaceBook,GMail,YahooMail, etc. from one browser and then open another tab or window and access the same site you'll see you are automatically "already logged in" as the original users.
    Call this a bug or a feature, but this is how browsers works. This still doesn't explain how you are having a problem with server-side calls when you open multiple tabs, unless you are storing the accountManager object in the session (that is ok, if you want to save on server-to-server calls).
    But even if that is what you are doing, I still don't understand what your real problem is. Assuming you are trying to run multiple rooms under the same account, the first request to the AFCS server will ask to authenticate and all the others will be already authenticated. And this is working as expected.

  • Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11

    Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11.  I can see the tables and views in the database tab, but no stored procedures.  If I connect to a data source created in ColdFusion Server 6 I am able to see the stored procedures.

    Ben thanks for the reply!
    Yes that is the process I am following:
    In Dreamweaver, open the page that will run the stored procedure.
    In the Bindings panel (Window > Bindings), click the Plus button, and then select Stored Procedure.
    In the Data Source pop‑up menu, select a connection to the database containing the stored procedure
    Enter the ColdFusion Data Source user name and password.
    At this point in the procedure drop down I would get a message that said No Stored Procedure Found.
    Right now it appears to be working, I had to create a new site that pointed to the older CF 6 server's data source and create a page following the process above, then when I went back to the CF 11 site the stored procedures were now populated.  I need to make sure it is pulling from the correct server but right now it appears to be working.
    Thanks
    Dwight

  • ColdFusion Server Settings box is blank

    I finally got my copy of CFBuilder 2, and I've been trying to get it set up for my projects.  When editing code, I have a "Firefox" and "IE" tab at the bottom of the editor window, but when I click on either one (or if I click on the green "Run" button in the toolbar), I get the following message:
    Server is not configured with the project.
    Along with instructions about how to configure the server settings.  However, when I do (project->properties->ColdFusion Server Settings), that box is completely blank, other than the "Restore Defaults" and "Apply" buttons.
    What gives?

    Ok, somehow I managed to figure it out.  I ended up with a double "http://" in the server path, so I nuked it and started over.
    Now my problem is a 404 when I preview in my browser.
    I have CF8 installed locally, running on localhost:8500.  I have C:/ColdFusion8/wwwroot/ as my local path, and folders for each project under that (example: planning).
    I'm assuming since my project path is C:/ColdFusion8/wwwroot/planning/ and my "Sample URL" is http://localhost:8500/planning/ that previewing the index.cfm file in that folder should give me the proper URL.  But I get a "File not found" error.
    I can browse to the file in Firefox and view it fine, so I suspect a pathing problem.

  • Best Hardware Server Specs for Wsus to run close to 3000 Clients

    Hello Team,
    I am currently configuring a Wsus server 2012 for my company. I am looking forward to buy a Dell rack server and would like to take your input on what is the best server specs I could go for. I am intending to use a San-box to store Wsus content but still
    would need the best spec to run it without any outage. Kindly suggest. Thanks in advance.
    Many Thanks
    Many Thanks Krish

    I am currently configuring a Wsus server 2012 for my company. I am looking forward to buy a Dell rack server and would like to take your input on what is the best server specs I could go for.
    This is documented in the WSUS Deployment Guide
    System Requirements article.
    But the *BEST* specs you could go for would be whatever you can afford to buy .... which may also be gross overkill for a 3000-node WSUS server.
    Load tests from 2007 are documented in the
    WSUS Capacity Requirements article in the WSUS3 SP1 Deployment Guide. In short, for 3,000 clients you need a 1.5GHz vCPU and 2GB RAM.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • CSA CM Server Specs

    Hi There,
    Can you please refer me to the CSA CM server specs?
    Thanks,
    Haitham

    CSAMC specs can be found here:
    http://www.cisco.com/en/US/docs/security/csa/csa52/install_guide/CSA52IG.pdf
    Tom

  • Server Specs

    Hello Kind Identity Management Folks!
    We are getting ready to purchase and setup our production server environment for our Identity Management Project. We will be managing about 40,000 accounts. The majority of the management tasks will involve manipulating data in a production LDAP server. That data will then be used by other systems to handle authentication and resource access. We have a good understanding of our requirements for the LDAP server hardware. Unfortunately we do not have a good understanding of our IDM server hardware. Currently we are planning on housing 4 production systems. One pair for end user access (reseting passwords, account claiming, etc.) and one pair for back end system processing and administrative tasks (Active Sync., etc.). We want to load balance between the two servers for each pair. We are planning on using a content switch to load balance. We believe that we will be running RedHat on all of the systems.
    Soooo...... What kind of specs do you all think we should be getting for the 4 servers? What kind of specs are you using? How does your usage compare with our projected usage? Is there anything hardware wise you think we should be aware of?
    Any input into the hardware needs of IDM is greatly appreciated.
    Thanks!
    Jim

    System notes:
    User Population: ~300K
    Identity System Password Changes: ~4K/day
    Resource Password Changes: ~12K/day
    Identity System Password Resets: ~1K/day
    User Modifications (other than password): ~5K/day (about half flowed to downstream resources)
    10 ActiveSync adapters (more on this later)
    Primary Resources:
    RACF (190K users)
    AD (100K users)
    LDAP (~300K users)
    Novell (14K users)
    Server Specs:
    DB Servers -- 2xSun V490 each w/16GB RAM running an Oracle Cluster
    Active Sync Servers -- 2xSun V440s each with 8GB RAM running Weblogic 8.1SP5 and Sun 1.4.2 JVM (heavily tuned for garbage collection)
    User Facing Servers -- 10xHP DL380s w/4GB RAM running RedHat, Weblogic 8.1SP5, Jrockit JVM (heavily tuned)
    We configured the ActiveSyncs to make it so the each dealt with approximately 10% of the changes, first one filtered to deal with employee numbers ending in 0, second to deal with employee numbers ending in 1, etc. We couldn't get it to scale otherwise - our nightly data changes were taking almost eight hours to process, we now deal with them in under an hour.
    The user facing servers also deal with miscellaneous tasks, we are starting to bring other smaller systems into the fold, and they will handle those as well. We could deploy more instances of the application on all servers, but we're still getting our feet wet, and it's working fairly well so far. We see typical loads on all servers to be under 20% utilization, except for the DBs, which we see jump to 70 or 80% under heavy use periods (particularly AD reconciliations).
    Hope that helps you out.

  • Server Specs for SLES and GW 12

    I need to look into a new server to put SLES and GroupWise 2012 on it. I am having trouble finding server specs for this, so I was hoping to get a little advice. GW will be the only thing on this box, one PO with about 150 users. Hoping to build something or purchase something that isn't too expensive due to budget restraints.
    Thanks

    I work for a small non profit organization and we only have one server, never found the need for virtualized servers.
    >>> magic31<[email protected]> 3/6/2013 1:46 AM >>>
    umchs;2250164 Wrote:
    > I need to look into a new server to put SLES and GroupWise 2012 on it.
    > I am having trouble finding server specs for this, so I was hoping to
    > get a little advice. GW will be the only thing on this box, one PO with
    > about 150 users. Hoping to build something or purchase something that
    > isn't too expensive due to budget restraints.
    >
    > Thanks
    If this is going to be a dedicated physical setup (you are not planning
    to run GroupWise on a virtualised server) you should not need a big
    budget to find a decent server for those 150 users.
    IMO, a dual core CPU with 4 GB of RAM would seem quite sufficient in
    this case. Getting a proper disk controller (with a true hardware raid
    handling if you are looking for a raid setup) & decent disks that can
    handle the I/O required is important too.
    The A brand entry level servers that I've seen easily meat this
    requirement. Do make sure it's suitable for 64bit.
    In any case, GroupWise 2012 has about the same requirements version 8
    would demand.
    I'm curious, you are not already virtualising servers?
    Cheers,
    Willem
    Knowledge Partner (voluntary sysop)
    It ain't anything like Harry Potter.. but you gotta love the magic IT
    can bring to this world
    magic31's Profile: http://forums.novell.com/member.php?userid=2303
    View this thread: http://forums.novell.com/showthread.php?t=464618

  • Server Specs for crystal reports server

    Hi,
    I am a prospect Crystal Reports Server customer. I am looking to find out Server Specs for a typical 10 CAL Crystal Reports Server deployment. The information for minimum spec seems to be widely available but not for a Spec for good performance.
    Thanks in Advance

    My recommendation is to work with an SAP pre-sales consultant who will be able to provide "truer to life" guidelines on RAS sizing.  Generally, you're looking to accommodate ~ 30-60 concurrent report events on a single RAS CPU.
    Of course, report size (data stored within in, # pages, etc) all get factored into estimating memory requirements and goes back to making use of a pre-sales consultant for this purpose.  Additional factors include deploying a multi-RAS configuration and other layouts to optimize your needs.  They definitely have what you need - it's a matter of reaching out to them.
    Good luck.

  • Server Spec 11.1.2

    Hi all
    Below is the server spec for EPM 11.1.2. I would like to know the impact on memory and space if we have two, three applications instead of One. Can u guys help me ?
    100 Users (35 active users) For One Planning App
    HTTP Web/J2EE Server Processor      4 X 3GHz
                   RAM           8 GB
                   Hard Disk     32 GB
    Essbase               Processor      4 X 3GHz
                   RAM           16 GB
                   Hard Disk     32 GB                    
    Other Services (Reporting, ODI Etc)     Processor      2 X 3GHz
                   RAM           8 GB
                   Hard Disk     32 GB               
    RDBMS               Processor      2 X 3GHz
                   RAM           8 GB
                   Hard Disk     100 GB RDBMS Storage
    200 GB For Essbase Storage
    Many Thanks
    Edited by: user8819264 on Sep 28, 2010 1:45 AM

    I am not going to really make a judgement on your specs as I don't really think you can do it over a forum it requires much more depth in understanding on how the system would be used.
    Though looking at the specs for the essbase server, are you considering storing the data on the local disk, if so I would consider looking at getting more space as you could easily hit that amount if you have a number of large applications on there.
    Other than that it looks ok for a number of planning applications, you may have to increase the ram if you are going to have quite a few planning applications running on a 64bit platform and want to include any other products, once again its hard to make judgements and you will probably be fine it is a ok spec.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I have problem with Adobe ColdFusion Server Manager.

    I have a problem with Adobe ColdFusion Server Manager when you log on and connect to the server. An advantage of the settings do not load.

    When I see others screen cuts of CF Server Manager here:
    http://www.coldfusionjedi.com/index.cfm/2009/10/21/Quick-example-of-Diff-within-the-ColdFu sion-Server-Manager
    http://forta.com/blog/index.cfm/2009/7/6/Simplified-ColdFusion-Server-Management
    the Errors View button display’s the yellow ! sign. Without a better guide I just thought that is a normal button icon until I noticed Charlie comment earlier in the thread and I thought hold up that is not normal.
    As it is when I press Errors View I get “no error” which might be because there is none or just simply not giving meaningful details as per some other CF Server Manager limitations previously noticed in other threads on forum here.
    I just hope some of that helps the original post to do with the display of the settings on left side. Maybe a better look at the error might help? Does anything get logged in CFadmin UI > Debugging & Logging > Log Files that relates to issue?
    Regards, Carl.

  • Assigning/restricting certain IP address to coldfusion server

    I have coldfusion 9 server on my development server. but when i try to log in to the website on the dev server a licensing error shows up saying the IP address is disallowed. can anyone tell me how to assign the IP address that needs to have access to the CF server?

    sachinpol wrote:
     if i get licensing then no of IP addrr accessing shud not be an issue, is that right?
    As Adam said.  Yes that is exactly how the free developer's edition works.  With the addition that the local loop back url (127.0.0.1 aka localhost) never counts towards the two IP limit.
    I also wanted to add, if you get a new license for a CF 9 ColdFusion server, the EULA allows that license to also be used for development, staging, QA and cold backup servers.  Thus that licensed development server WILL NOT have the IP restrictions.

Maybe you are looking for

  • Creating the Windows Service for the Database Instance

    Hello, I am using the PeopleTools 8.52 Installation for Oracle documentation and was in Task 6A-2: Creating the Windows Service for the Database Instance. After I type in oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database

  • Variable offset for calday is not working - urgent

    Dear experts, I need to create RKF on PO count by 0calday. I need PO count for last 3 cal days in columns. I have a standard variable on 0calday, characteristic type, single value, mandatory. I have created 3 RKF -having offesets:  0calday, 0calday-1

  • WLC 4402 RADIUS Authentication with IAS

    Hello I configured a WLAN with PEAP (CHAP v2)and Radius authentication to a Win 2003 IAS Radius Server. On the controller 4402 the layer 2 security is set to WPA1+WPA2 with 802.1x authentication. The IAS server don't use the configured policy when a

  • Problem with Desktop redirector forwarding messages

    In my office 5 of us use the desktop redirector , and it stopped working last Saturday so I fairly sure the problem is with our SPAM filtering or exchange etc the problem is everyone I talk to seems clueless, In out look I see all the BB messages now

  • After last security update (28 Nov 2007) can't login

    Hi after the last update (which ocurrs automatically) I can't login to my account !! anyone had the same problem ? any workaround ? help is very much appreciated thanks