We need to use both NTK and 4D Web server in the same system: NTK for stand-alone-build systems, and 4D Web Server when deployed with 4D Server.
Looking through the manual to find how to make these two options automatically work based on the application type...
When deploying with build-stand-alone application does NTK automatically take-over for Lightning? (since 4D Web Server is not available in those configurations?
Thanks!
David Ringsmuth
Graham,
I think it will J
Thanks!
David
--
You received this message because you are subscribed to the Google Groups "Lightning - 4D Web Applications" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lightning-4d-web...@googlegroups.com.
To post to this group, send email to lightning-...@googlegroups.com.
Visit this group at http://groups.google.com/group/lightning-4d-web-apps?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
You should see from the docs that you can initiate the desired web server on startup;
Ltg_Startup("4D") or Ltg_Startup("NTK")
