I have successfully integrated Jboss with Apache. I can pull up http://localhost/web-console .... now when I drop a war file into my Jboss deploy directory I can pull it up here localhost:8080/helloworld/hi.jsp BUT NOT here localhost/helloworld/hi.jsp
Isn't the point of integrating Jboss with apache so I do not have to do :8080? and I can pull up my WAR file though Apache?
Any help is greatly appreciated!!