why don't you just deploy your application in the ROOT context?
Anyway, it most likely doesn't work because you have a typo there, it should
be:

<meta http-equiv="REFRESH" content="0;
url=http://dspace.bracu.ac.bd/dspace";>

instead of

<meta http-equiv="REFRESH" content="0";
url=http://dspace.bracu.ac.bd/dspace>
 
HTH,
 
Stefan Oestreicher
 
> -----Original Message-----
> From: Zico [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 11, 2008 3:34 PM
> To: users@tomcat.apache.org
> Subject: Html tagging
> 
> Hi,
> 
> I am Zico. I have been working on 
> http://dspace.bracu.ac.bd/dspace Now, i want to remove the 
> last /dspace part from my url.
> 
> Here, i want to add that, i have been using Fedora-7, apache 
> tomcat, java-1.5.
> 
> At least i need to redirect my current page. It means, user 
> will know about the *actual* url address, which is 
> http://dspace.bracu.ac.bd ; then will enter this address, but 
> it will redirect them automatically into 
> http://dspace.bracu.ac.bd/dspace
> 
> For this, i tried with html tagging in my index.html page of 
> apache-tomcat.
> It`s location: */usr/src/apache-tomcat/webapps/ROOT/index.html*
> 
> The tag i used:
> 
> <head>
> ...
> <meta http-equiv="REFRESH" content="0"; 
> url=http://dspace.bracu.ac.bd/dspace
> >
> 
> ...
> 
> </head>
> 
> But, it didn`t work for me.
> 
> Can you please help me?
> 
> 
> --
> Best,
> Z
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to