|
|
I have a new Ubuntu install (24.04) everything appears OK and JavaMonitor runs fine.
I can setup a new app however the D2W css is not available to the app.
Ubuntu is running locally on a little Windows box as a Hyper-v instance.
The app has the appropriate Properties line: WOFrameworksBaseURL=/WebObjects/BookingD2W.woa/Contents/Frameworks
when I go to the app's URL, the result displays, without the css. so in the Web Inspector of Safari i see:
<html>
<head>
<title>Booking_D2W Login</title>
<link rel="stylesheet" type="text/css" href="/Local/Library/WebObjects/Applications/BookingD2W.woa/Contents/Frameworks/ERModernDefaultSkin.framework/WebServerResources/default_login_page.css"/>
I select the red default_login_page.css and I am shown: An error occurred trying to load the resource.
Of course the href above is missing the NEXT_ROOT (/opt/webobjects as the first part of the listing.
Please any ideas what I am missing? when I list the directory, it shows all the files are owned by appserver:appserveradm
Ted
|
|