Hi, new to the tomcat environment.
I have created a small webapp to show my photos to my friends.
Let's say it's this
http://mypage.com:8080/photos/photos.htm
However, if the user just entered this:
http://mypage.com:8080/
He'll get directed to the Administration page. Is there any way of redirecting it to the first link? If not, is there anyway of preventing this?
TIA