Re: The requested application not found on this server

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Mon Jan 19 2009 - 21:50:32 EST

  • Next message: Lachlan Deck: "Re: The requested application not found on this server"

    On 20/01/2009, at 12:59 PM, David Holt wrote:

    > Anything here useful? These are the steps I did to get Apache working:
    >
    > http://wiki.objectstyle.org/confluence/display/WO/Running+Through+Apache+-+Leopard+Client+10.5.5+-+Summary
    >
    > See especially steps 8,9 and 10 ;-)

    Where's step 11? ;-)

    I've triple checked everything and I feel defeat is staring me in the
    face.

    So steps..
    Step 1) I did need to fix the Directory definition

    No need to add the line to include WO's apache conf. Just add a
    symlink in /private/etc/apache2/other:
    $ ls -lan /private/etc/apache2/other/
    total 24
    drwxr-xr-x 5 0 0 170 19 Dec 18:15 .
    drwxr-xr-x 10 0 0 340 20 Jan 13:28 ..
    -r--r--r-- 1 0 0 73 25 Nov 2007 bonjour.conf
    -r--r--r-- 1 0 0 194 25 Nov 2007 php5.conf
    lrwxr-xr-x 1 0 0 57 14 May 2008 webobjects.conf -> /System/
    Library/WebObjects/Adaptors/Apache2.2/apache.conf

    Step 2) confirmed

    Step 3) I'd already added WOHost to the launchdaemon plist (better
    option I think as it'll stick)
    $ cat com.apple.webobjects.wotaskd.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
    ">
    <plist version="1.0">
    <dict>
             <key>Disabled</key>
             <false/>
             <key>GroupName</key>
             <string>appserverusr</string>
             <key>Label</key>
             <string>com.apple.webobjects.wotaskd</string>
             <key>OnDemand</key>
             <false/>
            <key>Nice</key>
            <integer>20</integer>
            <key>LowPriorityIO</key>
            <true/>
             <key>Program</key>
             <string>/System/Library/WebObjects/JavaApplications/
    wotaskd.woa/wotaskd</string>
             <key>ProgramArguments</key>
             <array>
                     <string>wotaskd</string>
                     <string>-WOPort</string>
                     <string>1085</string>
                    <string>-WOHost</string>
                    <string>localhost</string>
             </array>
             <key>ServiceIPC</key>
             <false/>
             <key>UserName</key>
             <string>appserver</string>
    </dict>
    </plist>

    Step 4) Permissions correct

    Step 5) Options correct

    Step 6) Done numerous times

    Step 7) As seen above the filename matches the label key.

    Steps 8, 9, 10) Still no luck :-(

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Mon Jan 19 2009 - 21:51:29 EST