Re: [Tomcat] - Resources referenced in CSS not displayed [Solved]

2020-05-14 Thread Dev WO via Webobjects-dev
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 :

RE: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread GILQUIN Pierre via Webobjects-dev
: 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

Re: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread Dev WO via Webobjects-dev
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

RE: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread GILQUIN Pierre via Webobjects-dev
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: