Apache in FMS 4 Developer vs XAMPP Environment for PHP

1.  Have a Flash Webpage under development designed to permit preview and streaming of FLV video.  Downloaded FMS Developer as a test server on my computer.  Apache 2.2 loads with it with a checkbox option to install it or not. I'm able to stream my video OK in this setup using RTMP://localhost and the FLVPlayback component in Flash Pro.  I like some of the OSMF players better like the one in the FMS Start Screen, but I haven't been able to integrate/embed it into my Flash webpage using the HTML provided.  They say just paste it to the webpage, but in ActionScript how do you do that?  None of the online help really explains how to embed Strobe Media Player into an FLA webpage using their HTML.
2.  I plan to use PayPal Express Checkout for Digital Goods (EC/DG) as my pay facility on the Flash webpage. My videos will play to a cuepoint and then jump to a PayPal button which executes (EC/DG) .  I'm having trouble integrating PayPal with my Flash webpage.  There's a lot of online help, but most solutions involve PHP.  To help me understand PHP I bought the e-book, "Adobe Dreamweaver CS5 for PHP" which recommends downloading the XAMPP platform which contains Apache, PHP, MySQL etc.  I have several questions concerning this:  (a) If I use the XAMPP software, as recommended in the Dreamweaver book, do I have to first uninstall the Apache that comes with FMS? I assume you can't have two Apache's running at the same time. (b) Is FMS the Server or is Apache the server in the FMS installation? (c) Does the Apache software installed with FMS include PHP and MySQL, which seems to be required for any server-side coding?
You can see by some of these questions that I'm new to all this Server stuff.  I'm doing it myself because I can't afford to pay the $400 to $500 a month for a Video Streaming Host.  I want to use FMS with Amazon Web Services to implement my Streaming Video Project, but I'm not sure I can do it with all the problems I'm encountering.  Anybody know any "reasonable" developers?   ;-)
Two final questions:
3.  Why would I need Flash Builder if I have Dreamweaver?  Don't they do essentially the same thing?
4.  Can I do everything I'm trying to do in 1 and 2 above just using ActionScript and JavaScript, which I understand is just Server-side ActionScript?
I appreciate any help you can give me on any one or all of these issues.  Thanks
Joel Cotten
VideoArts

1. backup your applications folder, fms.ini and any other config files that you have changed in the FMS install directory.
2. uninstall FMS
3. reinstall FMS and uncheck the option to install the bundled apache webserver . FMS should be installed on a seperate server as apache. Flashplayer uses port 80 and it  Will conflict adobe apparently bundles apache to be used as demo. I have never gotten PHP and all its modules such as gd to work on their version of apache. reinstall you applications folder and fms.ini(any thing else you backed up)
4. install apache 2.2,PHP,PHP PEAR(if you ever want to send mail)  install  mysql and mysql workbench on the server machine.
5. create a text document and change hide known file extensions in the windows folder options so you can change the text files extension to .html(myEmbedFile.html) paste the html provided into this file put it on the webserver and browse to it.
Resources to keep in mind.
1. You can use any desktop machine running windows that is has at least 512 mb of ram as development machine. I have installed all the above mentioned servers on desktop machines. I currently use a single quad core destop for all my delvelopment needs and because its a devlopment machine i took port 80 out of fms.ini and installed IIS,Mysql and FMS on it. Keep in mind if you are using windows 7 that you can install apache and PHP on it but I could not get GD (php graphics module) to install on it an currently use IIS. If you do all of this on Linux its not a problem but you may have to find a patch for FMS to get it to install.
2. if you want to attach your ip adderess to a domain name use dyn.dns their client will autochange your IP address if your ISP gives you a new one or you change a nic card or for any other reason.
You should do everything I've described above to be able to learn and create apps as effiecently and with as little hassle as possible.
You can use a package such as  XAMPP to which will install all the above servers but i prefer to do it one by one and use config files without a config manager and I think its easier to install any sever modules I might want to use in the future to expand my development websites. Your choice though.

Similar Messages

  • Php 5.12 / Apache 2.054 / Saprfc 1.4.1 for php 5.1.1

    Hi Everybody,
    I am trying to install this sap connector.
    It's easy but no simple to find the good version running together.
    My configuration below :
    Windows XP Pro SP2
    IIS 5.1 on port 80
    Apache 2.054 on port 8080
    Php 5.12
    Saprfc 1.4.1 for php 5.1.1
    I use the binaries distributions for each product.
    I have no issue, i hope, to load php_saprfc.dll module: i have no error message when Apache is starting.
    The test file index.php is running nice and display the environment to screen, BUT I DON'T FIND SAPRFC MODULE.
    If some of you have a idea, thanks for your help.
    If its usefull i have no issue to send us my files httpd.conf and php.ini.
    Best Regards
    Georges FREROT

    Hi Everybody,
    I want test the connector saprfc with php on two technical environments bellow:
    - Windows XP SP2 Professional, IIS 5.1, php 5.11 or 512
    - Windows XP SP2 Professional, Apache 2.054, php 5.11 or 512
    Windows XP is running on C: .
    IIS 5.1 is running on port 80, and Apache 2.054 on port 8080.
    I have build a development workspace on H: .
    The directory tree has this structure:
    H
    Apache2054
    Apache2
    Php511
    ext
    sessions
    includes
    Php512
    ext
    sessions
    includes
    saprfc141-511
    WebDev
    Sessions
    I have downloaded binaries of Apache 2.054, Php 5.11 and 512 and his Pecl 5.11 and 512 and Saprfc 141 511.
    I have uncompressed :
    Php 5.11 under H:\php511, 
    Pecl 5.11 under H:\php511\ext,
    Php 5.12 under H:\php512, 
    Pecl 5.12 under H:\php512\ext,
    Apache 2.054 under H:\Apache2054,
    SapRfc 1.4.1 5.1.1 under H:\saprfc141-511
    My first step is run php on IIS in isapi mode. It’s successful.
    The command localhost:80//Index.php display correctly echo phpinfo().
    My second step is install saprfc requirements:
    Copy:
    php_saprfc.dll in H:\Php511\ext
    php_saprfc.dll in H:\Php512\ext
    librfc32.dll up to date in C:\Windows\System32
    Verify msvcp60.dll up to date is in C:\Windows\System32.
    Modify php.ini:
    Include_path = “.;H:\Php511\includes;H:\Php511\pear”
    Extension_dir =”H:\Php511\ext”
    Include_path = “.;H:\Php512\includes;H:\Php512\pear”
    Extension_dir =”H:\Php512\ext”
    Extension=php_mbstring.dll
    Extension=php_gd2.dll
    Extension= php_saprfc.dll
    Extension=php_soap.dll
    Extension=php_mysql.dll
    To run php 5.11 or php 5.12 I modify the system path and configuration in WebServer 
    The results with php 5.11 are :
    With IIS 5.1 no loading error message, echo phpinfo() running nice, but no display the saprfc module.
    With APACHe 2.054 loading error message the same twice for php_saprfc.dll
    The results with php 5.12 are :
    With IIS 5.1 no loading error message, echo phpinfo() running nice, but no display the saprfc module.
    With APACHe 2.054 no loading error message, echo phpinfo() running nice, but no display the saprfc module
    If some of you have an idea what is wrong or forget at this point, thanks to help me.
    Bests Regards
    Georges FREROT

  • Migration from development to production environment for SAP Netweaver BI

    All,
    When I created a SAP Netweaver BI connection using BeX query in BW development environment, the system is defaulted to the BW development environment. Since the system textbox can't be modified to use a variable to point to production environment, can you share how you migrate your SWF file to production environment and ensure that it points to the BeX production query?
    Thanks for sharing ....

    After some more searching, I found this link: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f005a4ca-d4fd-2c10-adb8-8ec24383cb97

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Development environment for 10g R2

    Guys,
    I need to setup a development environment for oracle 10g r2 forms development. I am a new to oracle and due to downsizing we lost our DBAs so I am on my own and need your huge support.........
    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *
    Secondly, I heard various stuff about development environment and would like your input as well:
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server where oracle is installed? *
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *
    Please help me to resolve my confusion so I can present the development environment to my management.....
    Thank you soo much...
    -Raj
    Edited by: user12236377 on Jan 28, 2010 10:55 AM

    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *If you want to go with Forms 10G, i would apply the latest patch set (i think its 10.1.2.3, but would suggest to consult Metalink for that)
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server >where oracle is installed? *Yes, you can develop "locally" on your PC using only OC4J, but for integrationtests it might be useful to have an "test"-OAS (Oracle Application server 10.1.2)
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *For running 10G forms in production you will need an OAS (Oracle Application server 10.1.2), not a WebLogic-server.
    As an alternative to 10G, you could also start directly using Forms11G, which is the latest release. In this case you need a WebLogic-Server 11-installation both for development as also for production.

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • SDSoC development environment for Zynq SoCs and MPSoCs now available

    Xilinx has announced the public access release of the SDSoC development environment for Zynq SoCs and MPSoCs. The SDSoC development environment provides a familiar embedded C/C++ application development experience including an easy to use Eclipse IDE and a comprehensive design environment for heterogeneous processing designs based on the Zynq SoC and MPSoC device families.

    Sorry about the delay in responding. There isn't a document that spells out the bug fixes right now.
    Briefly, the main fixes in 2.0.1 are around:
    -Errors related to workspaces having spaces in the path
    -Can't stop a server when there's a space in the domain path
    -Difficult to create a server against a domain other than the default
    -EPL syntax highlighting didn't work in some valid config files.
    And a handful of smaller UI oriented fixes.

  • Rising development environment for developers on Forms 11g

    We installed Weblogic and oracle forms 11g on windows server. now we should allow our application team to develop and compile forms.
    Oracle support claims that we should install on every PC Weblogic in order to make possible forms builder 11g installation.
    We are looking for another possibility , because the proccess seams to be very complicated and waisted.
    Does anyone know how to rise development environment for developers in Forms 11g?
    Thank you.

    At this time, you are required to install Oracle WebLogic Server (WLS) in conjuction with Oracle Fusion Middleware (FMw) 11g (Forms/Reports). I agree that the process is more difficult that it should be, but if you use the My Oracle Support document, *"How to Install Fusion Middleware 11g Forms and Reports Only [ID 854117.1]"* as a guide, the installation is much easier. Note:  You do need an account with My Oracle Support in order to access this document.
    Also, because so many have complained about how "Heavy" the installation is for Forms 11g, Oracle is working on a "Lighter" install. Take a look at Grant Ronald's reply in the thread, Re: Forms/Reports 11g Builder without WebLogic. Unfortunately, there is no time table published when FMw 11g Release 2 will be available, but it is nice that Oracle has listened to our complaints and is working to address this issue.
    Craig...

  • Development Environment for G6

    I am having problems creating a development environment for G6.
    When I was using Plumtree 5.0, I installed a copy of the Portal on my laptop, installed the MSDE version of SQL Server, and everything worked fine.
    Now, when I install G6, the Portal server fails on startup because it cannot connect to the database.  I have no idea how to troubleshoot this further, since I can connect to the same database using Query Analyzer.  The config tool test db connection feature gives me the same error as the portal server startup.
    I noticed that 6.0 is only qualified for Windows 2003.  Could this be the problem?
    Thanks,
    Tim Halbach

    MSDE isn't supported for G6 (nor was it ever supported, although it just happened to work).  There were a lot of core engine changes, so the database access is no longer compatible with MSDE.
    The workaround is to use SQL Server Personal Edition (also free).  You're limited to 5 concurrent connections, but it works fine.

  • SharePoint 2013 Development Environment for Devolopers

    Hi All,
    What is the system requirements for developing and deploying web-parts in SharePoint site for developers?
    we are getting above error when trying to deploying web parts from local machine, our local machine configuration in win 7 with visual studio 2013.
    Mani L

    Hi,
    This is a known bug that will be fixed in the future versions of the SharePoint Developer Tools.
    As for now the workaround is to have the host mapped in the hosts file not to 127.0.0.1 but to your real IP address.
    When you try to create a new SharePoint 2013 project or will change the URL of an existing project everything will work as expected.
    Please mark the same as answer if it helps you. Thanks.

  • Development and product environment

    Dear all,
    I want to setup two databases in seperated server. One for development purpose and another for product environment.
    Which good method/tool in oracle can transfer data (like pl/sql,tables,fields) from
    development to product environment?
    Thanks you

    I would strongly suggest cloning the database from Development to Production, using RMAN. You get a proper copy that way - and it isn't hard to do. Howard Rogers has all the answers here: http://www.dizwell.com/prod/node/9

  • Development and Production Requirements for a Forms/Report application

    Dear all,
    We have an application witch run in client/Server mode using Forms/Reports 6i For 300 users.We want to migrate it on Forms/Reports 9I using Oracle 9IAS and Oracle 9IDB.
    I would like to have advises about material requirements of both development and production environment((developer deskop, development appServer and databaseServer, end user desktop,production databaseServer and production AppServer).
    Thank u for giving more details about my request.

    I have my dev and production on 2 different databases/instances, and the workspaces have a different name aswell (think 'dev' and 'prod').
    I do reuse my application ids, which makes the whole process a lot more manageable: easier for me to identify and replacing a whole application.
    However, when i want to replace only 1 page, apex stumbles over the workspace. Bummer.
    So i took an export of a page on both workspaces, and opened the files.
    prompt  Set Credentials...
    begin
      -- Assumes you are running the script connected to SQL*Plus as the Oracle user APEX_040100 or as the owner (parsing schema) of the application.
      wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,1377027056414870));
    end;
    wwv_flow_application_install.get_workspace_id,1377027056414870));
    I took both workspace IDs and keep them in a simple txt in my installation-files folder. Each time i need to import a page from dev->prod i go in the exported file from dev and change the workspace id to the id of my production workspace id. Everything works magically after that.
    If your application ids also differ, you can try changing the id in the exported file aswell, but i can't tell if it works or not since i've not done that yet.
    prompt  Set Application ID...
    begin
       -- SET APPLICATION ID
       wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,130);
       wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    null;
    end;where of course you'd change around nvl(wwv_flow_application_install.get_application_id,130);

  • What is the best VM specs for a 2 Tier SharePoint Environment for 100 users?

    We are looking to set up SharePoint Environment 2013 and SQL 2012 on two VMs for around 100 Users. At this point, its to develop a intranet portal for the company to post HR polocies and share info. BI, worlflows, and content management will come later on. 
    It's a virtual environment running on Hyper V Windows Server 2012 Standard with
    32GB RAM, 4X300GB 15 SAS Drive, RAID 10, Partition C:80GB D: 477GB
    Would the following be okay for the VMs in a production environment?
    SharePoint VM:
    RAM: 18GB?
    Hard Drive space: 150GB
    Processor: 64bit, 4 cores. 
    OR RAM 14GB instead??
    SQL VM:
    RAM: 10GB
    Hard Drive Space: 150GB
    Processor: 64bit, 4 cores.
    OR RAM 14GB instead???
    Hyper V host: ?? (Not too if 4GB will suffice.) 
    RAM: 4GB ??? 
    Please advise.
    Any suggestions will be appreciated. 
    (Newbie to SharePoint)
    AR
    Thank you. 

    Thanks guys this has been really helpful. 
    I got another identical server approved so I was wondering if the following specs will do if LOB applications are installed on the SharePoint Infrastructure in the future. 
    Virtual Machine 1: Web Server + App Server
    SharePoint Server: 
    RAM: 25GB Processor: 64bits. 4-cores  Disk space: 160GB
    Virtual Machine 2:
    SQL 
    RAM: 20GB Processor: 64bits,4-cores Disk space: 160GB 
    Would this be overkilling it or should I just increase the RAM to 25GB on the SharePoint Server and leave the SQL as 16Gb?
    Just to give an idea the portal consists of 1 corporate site and about 8 departmental sites which is not the concern as the 16GB for SP and 16 GB would be fine (I would assume). I am however concern if the old specs would be okay when the LOB applications,
    workflows, BI are installed in the future. 
    Thanks again, 
    AR.

  • Setting up environment for display cluster verification

    Hello all,
    I am starting with a fresh project which needs image acquisition and verification of different display clusters, having different sizes.
    Firstly, I need to setup an ideal environment which would introduce minimal errors (like perspective error). I would be able to keep the camera mounted perpendicular to the display device. Apart from this point, what other points should I consider while setting up an environment for image acquisition? What points should I consider while building up a mounting structure for vision based inspection?
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"

    Hi,
    For setting the environment variable and notes for how to program and sample programs are available in the Java card kit itself..
    Setting Environment variable in Windows XP
    Create Batch file named javacerd_env.bat and type the following in the file and save it.
    set JC_HOME=C:\java_card_kit-2_2_2
    set JAVA_HOME=c:\j2sdk1.5
    set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
    Later open command window and run the batch file.
    The above are if u install java j2sdk in c:\ and u extracted javacard in c:\java_card_kit-2_2_2..
    Else u set the appropriate path where u installed Java and card kit..
    Further reference read the manual available in the kit cJDK_Users_Guide

  • Setting up test environment for EBS

    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    Vinod

    VinodNagpure wrote:
    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    VinodYour TEST/Patch instance does not necessarily need to match your production in terms of hardware specs. However, you need to make sure you are running on the same OS and updates. UAT instance is the one that needs to be running on a hardware which is identical (or very close) to production.
    Please see old threads for similar topic/discussion.
    Re: How many lower levels of Oracle Applications?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=+Instances+AND+UAT+AND+Development&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for