configuring external Apache2 web server

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default configuring external Apache2 web server

    Need some help. I just bought he Coldfusion MX Consturcion Kit and am
    following directions to install the server. I installed successfully and am
    now trying to configure an external Apache web server for ColdFusion. I find
    in the documentation the following command to execute to configure an apache
    web server:

    c:\cfusionmx\runtime\jre\bin\java -cp c:\cfusionmx\runtime\lib
    -jar c:\cfusionmx\runtime\lib\wsconfig.jar -ws Apache
    -dir c:\Program Files\Apache Group\Apache2\conf -v

    When I execute this command, I get the following message:

    C:\Documents and Settings\abbas>c:\cfusionmx\runtime\jre\bin\java -cp
    c:\cfusionmx\runtime\lib -jar c:\cfusionmx\runtime
    \lib\wsconfig.jar -ws Apache -dir c:\Program FIles\Apache Group\Apache2\conf -v
    Usage: java -jar wsconfig.jar
    (to use GUI to specify options)
    or java -jar wsconfig.jar -f <property file name>
    (to use property file to specify options)
    or java -jar wsconfig.jar [-options]
    (to use command line to specify options)


    where options include:
    -ws <IIS|Apache|NES|iPlanet|Zeus> web server
    -dir <dir> Apache conf, NES or Zeus config directory
    -site <site-name> IIS web site name
    -host JRun server address (default=localhost)
    -server JRun server name (default=default)
    -cluster JRun cluster name
    -l enable verbose logging for connector
    -a enable native OS memory allocation
    -map IIS application mappings list (.ext1[,.extn])
    -bin <file> Apache server binary file (optional)
    -script <file> Apache Unix control script file (optional)
    -service Apache Windows service name (default=Apache)
    -v verbose output from connector installer
    -norestart do not restart web server
    -list list all configured web servers
    -list -host <server-host> list all JRun servers on host
    -r remove configuration (-ws and -dir or -site)
    -u uninstall all configured connectors
    -info print JRun version information
    -h print this help message

    C:\Documents and Settings\abbas>

    Any idea what I am doing wrong. Please respond at your earliest . Thank You.





    shahabbash Guest

  2. Similar Questions and Discussions

    1. configuring an rds server in report builder
      Hi All, I am having trouble configuring an rds server when trying to set up the app. Here is the scenario. I have access to multiple ColdFusion...
    2. Configuring MySQL Server v5
      Hi All, I have installed MySQL Server v5 on a WinXPpe box. IIS is installed and enabled. I next run the configuration program. It will not let...
    3. Help configuring Flash Media Server
      Hi All Can anybody help in configuring FMS2 on a local machine so that I can test some sample applications. My main aim is to abe able to stream...
    4. Configuring Web Server
      I have CFMX7 installed Developer edtion. I used the Mult-Server option so it installed JRun 4, and setup the CFUSION server in it. I am using IIS...
    5. My CMFX Server Doesn't work (CF6.1+Apache2) HELP!
      I'm having a super frustrating time trying to figuire out what is wrong with my server. I'm running Apache 2 and CFMX 6.1. When I try to load a .cfm...
  3. #2

    Default Re: configuring external Apache2 web server

    If you have CF installed, why not try the connector scripts? Go to c:\cfusionmx(7?)\bin\connectors\ and run the apache one, which should configure your apache install for CF.
    HairyDude Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139