You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
dmcassel edited this page Aug 22, 2012
·
5 revisions
General troubleshooting notes.
In deploy/build.properties, I have app-port and I set up app-port-admin for a second HTTP server. I added the HTTP server XML to deploy/ml-config.xml, but the replacement isn't working right. In @ml.app-port-admin, the replacement script is only seeing "@ml.app-port", so I end up with 8123-admin. What gives?
The replacement script is not greedy -- it replaces the first string it finds that matches a variable. Workaround: instead of setting "app-port-admin", set "admin-app-port".