0

Each time I need to run my application I need to run it from Netbeans, because it automatically runs Glassfish server and JavaDB, but Netbeans consumes lots of memory and I would like to run my webapp (JSP files) outside of Netbeans, how can I do this?

Ali Bassam
  • 9,691
  • 23
  • 67
  • 117
  • 1
    Google is your friend http://glassfish.java.net/docs/3.1.1/quick-start-guide.pdf –  Aug 24 '12 at 23:15

2 Answers2

1

Open up asadmin.bat file in your glass fish installation folder\bin.

When that loads type start-domain your_domain_name

You can then access glass fish server form the admin console.

Default is http://your_server_name:4848

Quinma
  • 1,436
  • 2
  • 17
  • 39
0

Start the glass fish server.Deploy the war file to this server and access your application in the browser.

Sai Ye Yan Naing Aye
  • 6,622
  • 12
  • 47
  • 65