Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified url so that it works in standalone mode #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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