• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

glassfish 2 and myeclipse

 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed GlassFish v2 and started it well. I first used the default domain "domain1" that comes with GlassFish. But when I used MyEclipse to start the server, it keeps showing "conflict in port 8080: server is shutting down". Later I created a new domain using port base 9000, but when I used MyEclipse to start the new domain, I got the same error "conflict in port 9080, server is shutting down.."

From command line console, I did "asadmin stop-domain domain1" to make sure the domain1 is not running, but it does not help the MyEclipse problem. I checked

http://localhost:8080/ and http://localhost:9080/ they are both running. Is it true I need to make sure these two URL do not work before I use MyEclipse to start the GlassFish server ? But how can I make those 8080 and 9080 not work ? GlassFish doesn't provide any ways to do that..

Not sure what I did wrong here ? How can I strat GlassFish from MyEclipse ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic