<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sakshi Aggarwal schrieb:
<blockquote
 cite="mid9f0fdd5b0609140346k65bd660qa45a158089541a8d@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
  <br>
  <p>I would like to specify a separate login page.. have done it using
the <form-based> attribute.</p>
  <p>However, if I give a path in the xml file like "login.jsp", which
is lying at the root of my site, this page does not work for all the
subfolder authentications(looks for a login.jsp relative to the
currently requested folder path).
  </p>
  <div>Is there some way that I can specify an absolute path for the
site..either some additional parameter, or change the value itself,
such that even if the authentication is required for a sub-folder, they
would all refer the same "
login.jsp".</div>
  <div>Thanks,</div>
  <p>Sakshi</p>
</blockquote>
Have you tried <br>
    /login.jsp<br>
instead?<br>
<br>
christian<br>
</body>
</html>