5 pts.
 Secure Java Servlet
Hi, is there any way to secure the execution of Java Servlets on Lotus Domino 7.x ? I used the Realm document and does not ask for user and password. For Databases it does. It is about Lotus Domino on iSeries machine. Thanks and best regards.

Software/Hardware used:
Lotus Domino 7 on iSeries 5
ASKED: August 13, 2009  11:37 AM
UPDATED: August 14, 2009  2:49 PM

Answer Wiki:
Hi, Did you issue the "tell http refresh" or "tell http restart" command after setting your realm ? Realm is a way to secure access so something else is wrong. I would check the following. The realm applies if the HTTP query contains the path defined in your realm. If the realm is not in the HTTP query, the default protection applies. Also, make sure that your servlet is not accessed through another mean. For instance, you included your servlet into an HTML file and restricted access to the servlet. Since authentication occurs only for the HTML file (which is unprotected), your servlet is unprotected. I assume it works the same when accessing the servlet through a db. In this case though, you could restrict access to the servlet by restricting accesss to the note containing the servlet. Lastly, You could also create a file protection document for you specific servlet. Regards
Last Wiki Answer Submitted:  August 14, 2009  2:49 pm  by  Ppolette   435 pts.
All Answer Wiki Contributors:  Ppolette   435 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _