yline="true" />
>
>
>
> By the way, you need to copy the WebResources for framework as well ..
>
> Pierre
>
> De : Dev WO [mailto:webobje...@anazys.com]
> Envoyé : jeudi 14 mai 2020 10:21
> À : GILQUIN Pierre
> Cc : WebObjects-Dev
> Objet :
: WebObjects-Dev
Objet : Re: [Tomcat] - Resources referenced in CSS not displayed
Thanks Pierre,
Just tried it, the files are now also in the “static” tree, but the application
still generate the url like
http://localhost:8081/CloudManager/WebObjects/CloudManager.woa/wr/wodata=/usr/local/apache
Thanks Pierre,
Just tried it, the files are now also in the “static” tree, but the application
still generate the url like
http://localhost:8081/CloudManager/WebObjects/CloudManager.woa/wr/wodata=/usr/local/apache-tomcat-9.0.29/webapps/CloudManager/WEB-INF/CloudManager.woa/Contents/WebServerResou
Hi Xavier,
To fully deploy and serve static files from Tomcat, I do the following things :
in Application start:
setApplicationBaseURL("/MyApp/static/");
setFrameworksBaseURL("/MyApp/static/Frameworks/");
in build.xml for ssdd task: