In your document root. Chane the index.html or home.html content to

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
<meta http-equiv="REFRESH" content="0;url=http://www.hello.com/examples">
</head>
<body>
</body>
</html>

Now when someone types www.hello.com they will be redirected to www.hello.com/examples
 

chenghong wrote:

how do i configure tomcat such that i don;t need to type in the webapplication name in the url  for exampleinstead of  www.hello.com/examples i only need to type www.hello.com the browser doesn;t need to show the application name in url bar. thanks. cheng hong.

Reply via email to