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
Hi, just tried out this nice app, thanks ; )
I came across an issue (because my controller-config.xml file is not standard : <root pattern="/app" path="xmldb:exist:///db/apps"/> ). Instead of requesting jmx status with urls like /localhost:8080/status/..., the app was sending /localhost:8080/exist/app/index.html/status/... .
@christophe-g Are you still using this patch to monex? If so, would you consider filing a PR? Looks like a change that would work and make monex useful outside of eXist's default URL spaces.
Hi, just tried out this nice app, thanks ; )
I came across an issue (because my controller-config.xml file is not standard :
<root pattern="/app" path="xmldb:exist:///db/apps"/>
). Instead of requesting jmx status with urls like/localhost:8080/status/...
, the app was sending/localhost:8080/exist/app/index.html/status/...
.changing the url para in (exadmin.js. line 90)
to just (without the regex on the url - which is not adding much here) :
made it back to work.
This might help make the app more robust when users do not have standard configs.
Cheers,
C.
The text was updated successfully, but these errors were encountered: