Asking again - thanks - dave
-----Original Message-----
Hi;
1) I want my default page to be index.do so I set the following in web.xml:
<welcome-file-list>
<welcome-file>index.do</welcome-file>
</welcome-file-list>
But instead I get a directory of files in my root when I go to the servlet.
I can do this which works:
<welcome-file-list>
<welcome-file>index.txt</welcome-file>
</welcome-file-list>
It appears it wants a file. Not an issue (see item 2) but just wanted to
know what is going on.
2) My main page is a frameset. I tried having that be a do/jsp but when I
pressed refresh on the browser, it went back to the start page. So I made it
a html file and the three frames are .do urls. This works fine, I'm just
asking if this is the best way to do this.
3) I need to have a method called when my servlet first loads. Is a
listener the best way to do this?
Thanks - dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]