I've installed JIRA and configured it to operate on port 8090. In order to get to it I go to the following URL:
http://localhost:8090
What I want to do is to make it accessible through this URL:
http://localhost/jira/
Is there a way through apache or tomcat to make this happen?
I'm running Apache2, Tomcat6 on Ubuntu.