Open cvogt opened 8 years ago
NailgunLauncher needs to define a new method nailMain, which gives the server access to the clients context which includes client env vars
see section Nails in http://www.martiansoftware.com/nailgun/quickstart.html and NGContext in http://www.martiansoftware.com/nailgun/doc/javadoc/
we should combine this with passing context like this further to the user application, so it can run correctly in the nailgun container
NailgunLauncher needs to define a new method nailMain, which gives the server access to the clients context which includes client env vars
see section Nails in http://www.martiansoftware.com/nailgun/quickstart.html and NGContext in http://www.martiansoftware.com/nailgun/doc/javadoc/