----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> That is, i want to protect access to my page not to the serlet. The
>servlet should be execute when the user attempt to call my page.

This complicates the issue. I don't know any direct solution for this kind of
authentication. I could think of several  "walk around"-solutions but they don't
seem "nice" to me. You could use URL rewriting to let a servlet handle all of you
static page requests and print out the pages only if the user has been
authenticated.

Anyway, I suggest you to wait a few hours if someone has a better solution. If
not we can go over this.

sk

--
======================================================================
Stefanos Karasavvidis
Electronics & Computer Engineer
e-mail : [EMAIL PROTECTED]

Multimedia Systems Center S.A.
Kissamou 178
73100 Chania - Crete - Hellas
http://www.multimedia-sa.gr

Tel : +30 821 88447
Fax : +30 821 88427




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to