Le 2011-09-03 à 19:55, James Cicenia a écrit :
> Hello -
>
> I just tried to deploy.
> Anyway, I am baffled.
>
> I did the usual embedded deployment. And I split out the WebServerResources.
> I seemed to have put the .woa file for ERModernSkin everywhere on my server.
>
> But to no avail.
>
> <link rel="stylesheet" type="text/css"
> href="/ERROR/NOT_FOUND/framework=ERModernDefaultSkin/filename=default_login_page.css"></link>
> How do I determine where the modernapp is looking for that stylesheet /
> framework
Does your WSR from other frameworks or the app works? Also, make sure that
WOFrameworksBaseURL is in the script that launch the app (App.woa/App), the
last two lines should look like this:
echo ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS} -WOFrameworksBaseURL
/WebObjects/WOWODC.woa/Frameworks
eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS} -WOFrameworksBaseURL
/WebObjects/WOWODC.woa/Frameworks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]