GlassFish change port of web-service
        Posted  
        
            by Dror
        on Server Fault
        
        See other posts from Server Fault
        
            or by Dror
        
        
        
        Published on 2009-07-08T14:41:18Z
        Indexed on 
            2010/03/13
            19:25 UTC
        
        
        Read the original article
        Hit count: 347
        
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 configuration of the web service port?
Thanks
© Server Fault or respective owner