I have a web application deployed on tomcat with the following url:
175.68.115.4:443/timesheet
The ip address has been mapped to a domain www.mytime.com So now the application is accessible on the following url: www.mytime.org:443/timesheet
I want my application to be accessible from this url only : www.mytime.com The port number and the context name should be mapped together on the url. How can I do this? Any tutorial available on this?
Glad if you can help.