Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JNLP file for Java Client with WebObjects 5.2



I create a sample HelloWorld Java Client with WebObjects 5.2 and I am trying
to deploy via my Server(Sun-Unix) to Windows 2000. After getting the link
from my Main.woa to run the app thru WebStart I get an error message,
"http://dev.xxx.com/WebObjects/Java/HelloWebStart.jar Failed to load
resource"

General Info: Unable to load resource:
http://dev.xxx.com/WebObjects/Java/HelloWebStart.jar

I would appreciate any suggestions.

Thanks

Cynthia Mavros

The dynamically generated jnlp file is as follows:

?xml version="1.0" encoding="utf-8"?>
<jnlp
href="http://devcms.xxxx.com/cgi-bin/WebObjects/HelloWebStart.woa/eowebstart
/com.webobjects.eodistribution._EOWebStartAction/webStart/JavaClient.jnlp"
spec="1.0+" codebase="http://devcms.xxx.com/WebObjects/Java";>

<information>
<title>HelloWebStart</title>
<vendor>Vendor</vendor>
<homepage
href="http://devcms.xxxx.com/cgi-bin/WebObjects/HelloWebStart.woa"/>
<description>Description</description>

</information>

<resources>
<j2se version="1.3+"/>
<jar download="eager" href="wojavaclient.jar"/>
<jar download="eager" href="HelloWebStart.jar"/>

</resources>
<application-desc
main-class="com.webobjects.eoapplication.client.EOClientApplicationSupport">

<argument>-applicationURL</argument>

<argument>http://devcms.xxxx.com/cgi-bin/WebObjects/HelloWebStart.woa</argum
ent>
<argument>-page</argument>
<argument>JavaClient</argument>
<argument>-suppressClassLoading</argument>
<argument>true</argument>

</application-desc>
</jnlp>



********* DISCLAIMER *********
This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person.
_______________________________________________
projectbuilder-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/projectbuilder-users
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.