Re: header in Tomcat 6.x

2009-07-06 Thread Konstantin Kolinko
2009/7/6 Tuan Quan : > Dear all; > How can I set header in Tomcat 6 similar to IIS, in a way that when users > type URL: > http://mywebserver_name > it automatically forwards to my webapp URL: > http://mywebserver_name/myweb/jsp/login.jsp Don't know what there is in IIS, but here you can set up

RE: header in Tomcat 6.x

2009-07-06 Thread Caldarale, Charles R
> From: Tuan Quan [mailto:tuan_q...@yahoo.com] > Subject: header in Tomcat 6.x > > How can I set header in Tomcat 6 similar to IIS, in a way > that when users type URL: > http://mywebserver_name > it automatically forwards to my webapp URL: > http://mywebserver_name/myw

header in Tomcat 6.x

2009-07-06 Thread Tuan Quan
Dear all; How can I set header in Tomcat 6 similar to IIS, in a way that when users type URL: http://mywebserver_name it automatically forwards to my webapp URL: http://mywebserver_name/myweb/jsp/login.jsp thanks. Tuan.