Le 2012-12-05 à 12:23, [email protected] a écrit :
> Have you set the -server flag in deployment recently? If so, you'll need to
> specify your frameworks URL in properties.
>
> WOFrameworksBaseURL=/Webobjects/Application_v14.woa/Frameworks
That should be set in the script that launch the application when you build
with Ant:
echo ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS} -WOFrameworksBaseURL
/WebObjects/MyApplication.woa/Frameworks
eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS}
-WOFrameworksBaseURL /WebObjects/MyApplication.woa/Frameworks
So you shouldn't need to add the property in JavaMonitor or anywhere else
unless your build was done years ago. I think Maven builds don't have that by
default.
> David
>
>
> On 2012-12-05, at 8:34 AM, Jesse Tayler <[email protected]> wrote:
>
>> I seem to have lost my links to deployment resources from WOnder frameworks,
>> like so:
>>
>> /WebObjects/Frameworks/ERModernDefaultSkin.framework/WebServerResources/datepicker.css
>>
>> Is this because of apache rules or something, or do I actually need to
>> install new frameworks and resources on my old AWS server?
>>
>> I'm uncertain when this error started and was looking through deployment docs
>>
>> http://wiki.wocommunity.org/display/documentation/Deployment
>>
>> but didn't really find anything that rang a bell.
>>
>> thoughts on that?
>>
>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
>>
>> This email sent to [email protected]
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>
> This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]