Re: How to Configure Tomcat so that I can access jsp thru some url name
Posted By:
Deborah_Humanes
Posted On:
Tuesday, May 8, 2001 01:42 AM
If you have tomcat with apache as web server, you can define a virtual host in apache and use the redirect directive inside the virtual host to redirect www.trushar.com to the real url. For more information, look inside the jackarta project (apache). I hope it will help you.