This content has been marked as final.
Show 2 replies
-
1. Re: JBoss administration console not available for clients
raja05 Aug 30, 2004 10:50 AM (in response to khem)Check out the web.xml in the jboss deploy directory ..
<JBOSS_HOME>/server/default/deploy/jbossweb-tomcat.sar
In the web.xml, there would be a entry called listings for DefaultServlet. The default value for that is true which means display all the listings as in ur case. Turn that value to false and you would be able to avoid it from seeing by your clients. -
2. Re: JBoss administration console not available for clients
khem Aug 30, 2004 11:29 AM (in response to khem)Hi raja and thx for your quick answer,
I made as you said but it doesn't work : clients can access jboss admin page by typing : http://myipadress:8080/ ...
I think the entry "listings" is usufull when there s no welcome file but at the root, there is a welcom file (which display the link to access the amdin pages).
Have you any other idea?