Re: Is it possible to hide tomcat resource from outside?

2008-11-20 Thread espinchi
Christopher Schultz-2 wrote: Is it possible to hide an url pattern on the outside, but have it available when accessing from the server machine? There are ways to do this, but the best way depends on what you want to actually happen when someone requests a URL from /admin. So, let me

Re: Is it possible to hide tomcat resource from outside?

2008-11-20 Thread espinchi
That's cool, but a little overkill for some use cases. For instance, in a portlet-based portal application, you might have individual portlets registered to the patterns /PortletInvoker/MyPortletName. We need the portal to access them, but a user shouldn't be able to access a portlet directly