Good morning,
I have a beginner’s question. I built one of our apps with maven. I put the split install version with the web server resources on the web server. I can type in the url to a web server resource directly in the browser and I can access it okay. Now when I run the application from the command line I can connect to it but the application is generating URLs to web server resources (images, JavaScripts, css) that go through the application using the wodata, e.g. <script src=“/app/WebObjects/MyApp.woa/wr?wodata=…%2Fscript.js”></script> How can I turn that off so that it generates URLs that go through the web server? E.g. /WebObjects/MyApp.woa/…/script.js. I tried setting WOAllowRapidTurnaround=false but it is still generates the wodata URLs. Thank you Ricardo Parada
