I follow some tips found on the wiki and on this List to run Wo as if
i was on a local deployment machine.
I did this on two machines :
- On my laptop : my deployment test machine
- i enabled wotaskd as root
- changed nothing in the webobject apache adaptor file :
apache.conf (didn't need to)
- reboot and relaunch Apache server
Then i build my WOApp as if i intend to deploy it (with the
xcodebuil -install deployment command line tool), install it in a
proper way with the JavaMonitor. Moreover, i have to say that my css
file is in static folder in the Webser Documents root folder ; and
even if i didn't change the path to the css file from "/../FolderCss/
cssfile.css" to "/FolderCss/cssFile.css" as someone told me i would
have to do when i'll deploy, everything works great.
- On my dev computer :
- i enabled wotaskd as root AND user
- use it as USER in my session
- changed nothing in the webobject apache adaptor file :
apache.conf (didn't need to)
- reboot and relaunch Apache server
- disabled WODirectConnect
- choose the deployment build configuration
BUT then, when i build and launch, the WOApp works but the css
style doesn't apply… i changed the path to the css file in many ways
in the <link href="………> also as mentionned above, but nothing changed.
Is it normal ? Do i have to build and install the WOApp in a real
deployment way ? Any clue ?