Hello,
I got a question about Tomcat + Glassfish configuration. I got 2 enterprise application running on the same machine and with JKMount i have managed to redirect traffic from 8081 to one of them and 8082 to another, but now I also need to deploy WebService. I have deployed WebService and the URL where it is accesible is http://localhost:8080/xyz/abcd?wsdl.
What I want to do is to remove the port from the url and make the traffic pass instead of 8080, on port 80 and to be redirected to 8080, because I already have another service running and occupying the port 80.
Thanks!