Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root of a specific webapp of mine. In other words, all requests for a .jsp

RE: Asking again: Final questions: Default pages

2005-09-12 Thread Allistair Crossley
' Subject: Asking again: Final questions: Default pages Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root

RE: Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
PROTECTED] Sent: Monday, September 12, 2005 10:07 AM To: Tomcat Users List Subject: RE: Asking again: Final questions: Default pages Hi, Just don't bother putting the domain in the mapping from IIS to Tomcat, e.g /*.jsp=ajp13 would capture both domain requests and forward to Tomcat. Allistair

RE: Asking again: Final questions: Default pages

2005-09-12 Thread Allistair Crossley
PROTECTED] Sent: 12 September 2005 17:21 To: 'Tomcat Users List' Subject: RE: Asking again: Final questions: Default pages Hi; What I am trying to do is beable to have a url of www.windward.net/cart.jsp instead of www.windward.net/stroe/cart.jsp. Is there any way to get the servlet

Re: Final questions: Default pages

2005-09-11 Thread Bill Barker
David Thielen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in

RE: Final questions: Default pages

2005-09-11 Thread david
Hello; I'm sorry but I don't understand your answer. Thanks - dave -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Sunday, September 11, 2005 7:48 PM To: tomcat-user@jakarta.apache.org Subject: Re: Final questions: Default pages David Thielen

Final questions: Default pages

2005-09-09 Thread David Thielen
Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root of a specific webapp of mine. In other words, all requests for