It should be noted that the wampserver for PHP uses 8080. Thats why in some places, and in my environment, the default glassfish port of 8080 is changed to use 8090 so it doesn't conflict with php.
For consistency i think the doc should all use 8090 and provide instructions on changing the glassfish port number. Thoughts? -Ben Dewey -----Original Message----- Date: Sunday, August 09, 2009 9:26:05 am To: [email protected] From: "Ming Jin" <[email protected]> Subject: Re: Metro Contribution Hi, Vineet It's a bug in the manual.doc, the port should be 8080. We'll correct that. The addresses in manual.doc use the specific port GlassFish uses for the HTTP connection. By default, Glassfish uses 8080 as its HTTP port for domain1, so here you should use 8080 rather than 8090 for the verification. Furthermore, to any URL related to Glassfish Server, port 8080 should be the right one(if you didn't change the default configuration in Glassfish). On Sun, Aug 9, 2009 at 12:22 AM, Vineet ghatge <[email protected]> wrote: > Hi Ben, > > In the manual documents/manual.doc,Under "deployment" > > The last step named "verify deployment" there are the following step > ? Verify Deployment > a. BS > Open browser with > http://localhost:8090/business_service/TradeServiceWsas?wsdl > b. OP > ? Secure > Open browser with > http://localhost:8090/order_processor/OrderProcessorSec?wsdl > ? Non-Secure > Open browser with > http://localhost:8090/order_processor/OrderProcessor?wsdl > c. Config Service >
