Hello.
I didn´t found any better title for this thread, so I explain me better here...
Software:
*Eclipse Indigo
*Tomcat 7
I developed a webapp in Ext GWT and created the *.war file for deploy. I copied it to webapps directory in Tomcat, and I already can access to web page through
http://localhost:8080/MyAppName/MyAppName.html
But I was looking for a way to access that page through
http://www.mydomainname.com, and I can´t find anything...every pages in Internet talk about editing the server.xml file and add a <host> entry, but it didn´t worked for me...
What am I missing?
(Sorry for my poor english, I hope you can understand me

)
Thanks!