Instead create a file index.html

         <html>

         <title>Redirection</title>

         <header>

         <script>

                     parent.location = 'jsp/login.do?action="">' ;

</script>

</header>

</html>

 

in your web.xml, use

 

 

<welcome-file-list>
         <welcome-file>index.html </welcome-file>
  </welcome-file-list>

 

Hope this will help

 

-----Message d'origine-----
De : Nagendra Kumar O V S [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 11 juin 2003 07:02
À : [EMAIL PROTECTED]
Objet : welcome file in web.xml

 

hi,

 can i use this in web.xml

 

  <welcome-file-list>
    <welcome-file>jsp/login.do?action="">   </welcome-file-list>
TIA

--nagi

Nagendra Kumar O V S

Member Technical Staff

Ikigo India Private Ltd.

470-B, Road No. 36,

Jubilee Hills,

Hyderabad 500033

Contact(O): 23544671

Cell: 98482-41789

 

 

 

____________________________________________________
  IncrediMail - Email has finally evolved - Click Here

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to