Welcome Message

Hi, welcome to my website. This is a place where you can get all the questions, puzzles, algorithms asked in interviews and their solutions. Feel free to contact me if you have any queries / suggestions and please leave your valuable comments.. Thanks for visiting -Pragya.

November 5, 2009

Changing port for tomcat server

go to
tomcat > conf > server.xml
change the value of connector port in
connectionTimeout="20000"
redirectPort="8443" />

from 8080 to some other value

http://www.dimensionex.net/en/docs/art008.htm

No comments: