calling servlets as index.html
843841Nov 24 2003 — edited Feb 23 2008Hi all,
my question is as follows:
Is it possible to have a servlet return a page directly when the user enters a website, without submiting a form or clicking a button?
I want the website to read a database as soon as the user enters it, and display a page back.
do I call the servlet using the event onload()?? or is there a more direct way to do it?