GlassFish change port of web-service
- by Dror
Hi,
I am new to Java and Linux.
I have a JSP site and a java web service deployed on a GlassFish server (working OK).
I need to change the port of both the application and web-service.
I have changed the listener port in the domain.xml file, but the web application is still trying to connect to the WSDL on port 8080.
How can I change the…