redirect - Tomcat Host & port Configuration -



redirect - Tomcat Host & port Configuration -

i have tomcat 5.5 in windows environment listening port:8080.i wanted alter hostname localhost www.mydomain.com.adding alias name in conf/server.xml & adding entry in /etc/hosts file achieved this.but have access name port number in url http://www.mydomain.com:8080/ .is there way out specifying port number in url, redirect/forward requests port 8080 if url www.mydomain.com?

you should able alter in [tomcat home]/conf/server.xml (at to the lowest degree on unix-type system, should similar on win). search 8080 , alter there.

tomcat redirect port hostname

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -