You should look in your webapplications log file. If you are using the tdk, this is /tdk/webapps/your webapp name/logs
There is a velocity.log file. Check it out. As far as the 2nd question, check out SecureScreen.java I believe this is how one can protect different screens. There are probably a half-dozen ways to do this. On Tue, 15 Oct 2002, Akshay Kapur wrote: > I have 2 questions. Will really appreciate your suggestions - > > 1) > I have created abc.vm under templates/screens/xyz > and on accessing the URL http://localhost/servlet/template/xyz/abc.vm > get routed to the default error.vm. What am I doing wrong? > > > 2) > I would like to create 2 directories under modules/screens ... > modules/screens/auth > modules/screens/unauth > ... such that the auth directory is configured to be authenticated in > web.xml and unauth is un-authenticated. Is this possible and how should I > configure this? > > Regards > Akshay > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
