I have an IBM Notes/XPages site, and I'm trying to allow access to one of the pages to anyone. This particular xpage is fairly simple, but it does call some java code that is sitting under Code/Java in Designer. I know about the Public Access setting for design elements, and I think I have checked it for the xpage itself and the form/view it uses. It still doesn't execute the code on the page, and I'm wondering if it's because the java file doesn't have public access enabled. If that might be the case, how does one go about enabling it? I don't see a security tab for the java file. Thanks!
(The reason for this, by the way, is so the xpage can be called by a scheduled agent. That's made debugging this a bit tricky.)