Skip to content

modified url so that it works in standalone mode#12

Open
christophe-g wants to merge 1 commit intoeXist-db:masterfrom
christophe-g:standalone
Open

modified url so that it works in standalone mode#12
christophe-g wants to merge 1 commit intoeXist-db:masterfrom
christophe-g:standalone

Conversation

@christophe-g
Copy link

in addition to this pull request, one should have
In web.xml:

 <servlet>
        <servlet-name>JMXServlet</servlet-name>
        <servlet-class>org.exist.management.client.JMXServlet</servlet-class>
    </servlet>

And in controller-config.xml (so that running http://localhost:8088/status indeed returns a jmx file)

  <forward pattern="/status" servlet="JMXServlet"/>

Cheers,
C.

@joewiz
Copy link
Member

joewiz commented Mar 13, 2017

@christophe-g Are you still using this local patch on your system and is it still working for you as before? Did you test on a non-standalone system? If there is no effect on standard eXist installations and this enables monex to work in standalone mode, then could you please update the branch to eliminate the conflict so that the PR can be reviewed against the current versions of eXist and monex?

@line-o line-o added the awaiting response More information is needed in order to reproduce the issue. label Apr 8, 2020
@line-o
Copy link
Member

line-o commented Apr 8, 2020

Would this fix #7 @christophe-g ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting response More information is needed in order to reproduce the issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants