I have a war file contains two webservices helloService and Calculator. Is it possible to establish these services at different port? For instance
http://localhost:8080/HelloService
http://localhost:8085/CalculatorService
I am using glassfish 3.1
I think it is nor possible, because a war file corresponds a component on which all service establihed same listener.