Problems with location of JSP file

2001-05-08 Thread Martin Kupisch
Hi everyone, I have a problem concerning the URL/Path/directory where my JSP file is stored that I cannot resolve after searching the archives. I am writing a taglib that works fine if it is accessed via a JSP file from the webapps root, i.e. the URL http://localhost:8080/testLib/test.jsp works f

Declarative Security - Forbid access to all resources except one

2003-11-25 Thread Martin Kupisch
Hi, I'm looking for a way to declare security on my webapp. The webapp is very small. It consists of a few JSPs and a servlet controller. I tried to forbid access to every resource in the app with a element via /* and no . I granted access to a start JSP via a with . Unfortanetely this doesn't w