Hi Jim, I think this is something you would probably do at the Servlet Container level or web server level. What web server or servlet container are you using? Tomcat allows you to restrict access to certain URLs based on patters. Perhaps you can check that out.
Also in the Apache virtual host setup, you can deny entire directories like the web-inf for example. Can you give us more details on your setup? Cheers, Yogesh --- Jim Burns <[EMAIL PROTECTED]> wrote: > If I have some services that can be find at > http://localhost:8080/services, a page will show > > Services: > MntAccessService[wsdl] > TrackService[wsdl] > UMService[wsdl] > How to avoid people to see that page? Thanks. > > Jim > > > > ____________________________________________________________________________________ > Yahoo! oneSearch: Finally, mobile search > that gives answers, not web links. > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
