Hi Paul, Are you using Click's quickstart to generate your application?
If so the quickstart generator uses J2EE security to secure the folders user and admin. HomePage is placed inside the user folder thus is secure. If you need HomePage publicly visible you can move the home.htm to the root level. You will also need to rename the HomePage.class package.
Hope this helps. bob Paul wrote:
I do not need security on my home page. It is just a search page and I would like anyone to have access to it without logging in. However, all other menus should have security and a user needs to login to use them. How do I by-pass security on the home page only. Thanks, Paul
