> Looks like you are only looking at established connections. > > try netstat -anpb tcp > > Seems like you have something listening on 8080. > > HTH > > Matthias
Aha! TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING 244 [javaw.exe] A little googling found this URL with an explanation: http://searchtasks.answersthatwork.com/tasklist.php?File=Javaw I replaced two instances of 8080 in config-substitutions.properties with 8090 and Geronimo is now running. Thanks. -- Charles Knell [email protected] - email
