Hi Marcus,

Thanks for the suggestion. 
AFAICR I tried that. 
But some URL links within the app was not working then,,, strange. 

For now I am having the following in an index.html file which sits in
the webapps/ROOT directory.

<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=/<context_path_of_my_webapp>
>
</head>
</html>

Looks like this works for the moment..


-----Original Message-----
From: Marcus [mailto:[EMAIL PROTECTED] 
Sent: 07 May 2008 02:22
To: Tapestry users
Subject: Re: tapestry web app , deployed in tomcat. Need to set as
default web app

Hi Mahen,

Maybe this help,

server.xml:
...

   <Host name="localhost" appBase="webapps" >
   ...
      <Context path=""  docBase="myappcontextpath" debug="0"
reloadable="true" />
   ...
   </Host>
...


Marcus
The information contained in this email is strictly confidential and for the 
use of the addressee only, unless otherwise indicated. If you are not the 
intended recipient, please do not read, copy, use or disclose to others this 
message or any attachment. Please also notify the sender by replying to this 
email or by telephone (+44 (0)20 7896 0011) and then delete the email and any 
copies of it. Opinions, conclusions (etc.) that do not relate to the official 
business of this company shall be understood as neither given nor endorsed by 
it. IG Index plc is a company registered in England and Wales under number 
01190902. VAT registration number 761 2978 07. Registered Office: Friars House, 
157-168 Blackfriars Road, London SE1 8EZ. Authorised and regulated by the 
Financial Services Authority. FSA Register number 114059.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to