0

i have tired setup glassfish server in eclipse , i have do not understand what is my fault? 1. jdk1.7.0_71 2.glassfish 4.1 3.Eclipse Luna enter image description here

brids
  • 25
  • 2
  • 11

1 Answers1

0

I had the same issue with glassfish in eclipse, I ended up using NetBeans (download here) just for glassfish and eclipse for coding. Netbeans has glassfish preinstalled, so its easy to start it up.

Services -> Servers -> Glassfish (right click and start)

Wait for couple of minutes to start it up. The go to your browser: http://localhost:4848 - this is admin panel for glassfish, you can find a lot of stuff in there (deploy app etc.)

e.g: go to Application, you can deploy apps from there. You can find some tutorials online.

In eclipse, create your app, export as a WAR file and then deploy in Glassfish.

admix
  • 1,752
  • 3
  • 22
  • 27