Thank you Daniele. That might help too. I’ll give that a try as well. 

Here’s what I did so far and seems to work:

I’m running everything on my laptop. So I set up the nginx web server and deployed web server resources generated by maven. 

I noticed that WORequest determines whether it is running with a web server by looking to see if the request has an “x-webobjects-adaptor-version” http header. 

So I just setup nginx to send that header and set the value to “nginx” and magically the application started generating the split install URLs. 

I also had to adjust the WOApplicationBaseURL and WOFrameworksBaseURL. 


Sent from my iPhone

On Nov 4, 2025, at 11:25 AM, Daniele Corti <[email protected]> wrote:



Hi Ricardo,

I don't remember if this is the trick, but have you tried the argument

-WODirectConnectEnabled NO

?

Daniele Corti - IT

VINATI Srl

[email protected]

tel: +39 030 2532813

___________________________

CONFIDENTIALITY NOTICE

Questo messaggio (incluso qualsiasi allegato alla presente) contengono informazioni confidenziali e sono rivolte esclusivamente ai destinatari citati nel messaggio. Se non siete i destinatari non è concesso reinoltrare, distribuire, copiare o fare use di questo messaggio. Se avete ricevuto questo messaggio per errore siete pregati di avvisare immediatamente il mittente via e-mail, e di cancellare la presente dal vostro sistema.

This message (including any attachments transmitted with it) contains confidential information and is intended only for the individual named herein. If you are not the herein named addressee you should not disseminate, distribute, copy or otherwise make use of this message. Please notify the sender immediately by e-mail if you have received this message by mistake, and delete it from your systems.



Il giorno mar 4 nov 2025 alle ore 17:03 Ricardo Parada via Webobjects-dev <[email protected]> ha scritto:

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, _javascript_s, css) that go through the application using the wodata, e.g.

<script src="">
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

Reply via email to