Secure Java Servlet
5 pts.
0
Q:
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: Aug 13 2009  11:37 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
275 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Aug 14 2009  2:49 PM GMT by Ppolette   275 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0