All in One Deployment not pointing to the javascript stuff inside application.woa/Ajax.Framework?

From: Johan Henselmans (joha..etsense.nl)
Date: Mon Jan 18 2010 - 03:08:49 EST

  • Next message: Mr. G Brown: "Maven's ziptards don't have executable bits set"

    I just did an AllInOne deployment of a project, which included the Ajax Framework. On the production server, it seemed that the URL pointing to the javascript libraries was not to the included javascript libraries: so instead of pointing to

    <script src="/WebObjects/Application.woa/Frameworks/Ajax.framework/WebServerResources/prototype.js"></script>
    <script src="/WebObjects/Application.woa/Frameworks/Ajax.framework/WebServerResources/ibox/ibox.js"></script>
    <link rel="stylesheet" type="text/css" href="/WebObjects/Application.woa/Frameworks/Ajax.framework/WebServerResources/ibox/ibox.css"/>

    it pointed to:

    <script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/prototype.js"></script>
    <script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/ibox/ibox.js"></script>
    <link rel="stylesheet" type="text/css" href="/WebObjects/Frameworks/Ajax.framework/WebServerResources/ibox/ibox.css"/>

    So I Still had to install the Ajax.Framework WebServerResources on the webserver.

    Is that a design decision, some oversight, a mistake on my side (most probable)?

    Eclipse 3.5.1, WOLips 3.5.6028, WO 5.4.3

    Johan Henselmans
    joha..etsense.nl



    This archive was generated by hypermail 2.0.0 : Mon Jan 18 2010 - 03:09:34 EST