running DM nuxeo with JBOSS

My DM nuxeo on Jboss was not able to access from theĀ  LAN

It was because by default JBossAS binds its services to localhost (127.0.0.1) *by default*, instead of binding to all available interfaces (0.0.0.0). This was primarily done for security reasons because of concerns of users going to production without having secured their servers properly.

We can enable it by running “/opt/nuxeo-dm/bin/run.sh -b 0.0.0.0 “

Tags: , ,

Leave a Reply