Hello,
I am wondering if it is possible to specify a Welcome-file for an
https request. If I am using port 443 how can I configure Tomcat 4.1 so that
when the user types in https://myIPAddress or https://myDomainName they
will be directed to https://myIPAddress/myFirstPage.jsp.
Thanks, Graham
PS I have the web.xml Welcome-file setup with:
<welcome-file-list>
<welcome-file>myFirstPage.jsp</welcome-file>
</welcome-file-list>
Will this accomplish what I need to accomplish, or do I need to add
something else.
I cant test this out right now because I have all ports blocked except 8443.
Thanks!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]