[EMAIL PROTECTED] a écrit : > Hi, > > there is certainly a simple way to deny access to jboss "index" page to > non-admins on "localhost:8080" in order to avoid everyone have a look to > jboss management console and other admin stuff. Anyone knows how? > > Thanks
You should configure your apache reverse proxy to point http://public-server-name/ to http://jboss-server-ip:8080/nuxeo/ using mod_proxy_ajp and put the JBoss application server in the DMZ (e.g. do not let direct access to it to your users. They should only be able to access the apache reverse proxy). http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
