|
From: Leif M. <lei...@ta...> - 2009-06-10 00:11:14
|
Andre, Were you able to get this working? Luis's answer was accurate, thank you. The Wrapper does not do anything that would affect the visibility of ports. Possible problems are either with the way the ports were bound in your application, or something to do with an internal or external firewall. Cheers, Leif On Tue, Jun 9, 2009 at 12:32 AM, Luis Varon<lui...@ip...> wrote: > Hi Andre, > > > > have you verified if the XP – firewall is active and if there might be an > rule which blocks the access to the ports from outside? If you start the > application as service and open an command windows, you can see the ports > with “netstat –ano” and could you also verify if they belong to the correct > process (search for the pid in the task manager à process list). > > > > Regards > > > > Luis > > > > > > ________________________________ > > Von: Goliath, Andre [mailto:AGo...@fn...] > Gesendet: Montag, 8. Juni 2009 17:19 > An: wra...@li... > Betreff: [Wrapper-user] listening ports not available when running Java > application as a service > > > > > > Hi > > > > Platform Windows XP Professional. > > > > I have a JAVA application that starts several TCP/IP listening ports. > Running the app as a console app work fine. > > When I start the app as a service using Java Service Wrapper the ports are > only available from the local computer. > > Remote client programs cannot connect to the app. > > > > Do you have a solution for this? > > > > Thank you. > > > > André Goliath > |