When deploying my app to jetty 7 server,
the files are deployed correctly to ~/Server/webapps directory, but context file is not created in ~/Server/contexts/
when using ME 2014 with same server and same app, on deploy it creates:
~/Server/contexts/myapp.xml
~/Server/webapps/myapp/…..(files)
I have tried checking “Use context deployer” from jetty config. It doesn’t seem to make a difference if it’s checked or un checked.
What controls the contexts file from being generated on deployment to jetty7 server? am I missing an option here?
The setup is the same in 2014 and it works there, but not in 2015