I want to create a local environment for a new application and wants to bootstrap it using Roxy. I have specified the various ports in my local.properties file.
app-port=6060
xcc-port=6070
webdav-port=6090
Upon hitting the bootstrap command ml local bootstrap my application is setup but I don't see a WEBDAV port created for my application. All other ports gets created. What am I doing wrong?
You have to edit
deploy/ml-config.xml, and add a webdav-enabled http-server yourself. You should be able to use something like:You can use that next to the existing http-server in ml-config.xml..
HTH!