You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Forte, Graham" <gr...@ngc.com> on 2004/03/16 16:32:58 UTC

RE: web.xml Welcome-file for SSL

Corrected subject, any takers.
Thanks!!

-----Original Message-----
From: Forte, Graham 
Sent: Tuesday, March 16, 2004 7:20 AM
To: 'Tomcat Users List'
Subject: web.xml Welcome -file and for SSL


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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: web.xml Welcome-file for SSL

Posted by Mark Thomas <ma...@apache.org>.
Should do. This works for me with TC4 and the default welcome list.

Mark 

> -----Original Message-----
> From: Forte, Graham [mailto:graham.forte@ngc.com] 
> Sent: Tuesday, March 16, 2004 3:33 PM
> To: 'Tomcat Users List'
> Subject: RE: web.xml Welcome-file for SSL
> 
> Corrected subject, any takers.
> Thanks!!
> 
> -----Original Message-----
> From: Forte, Graham 
> Sent: Tuesday, March 16, 2004 7:20 AM
> To: 'Tomcat Users List'
> Subject: web.xml Welcome -file and for SSL
> 
> 
> 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: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org