• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

What's the URL for administering GlassFish on a Linux server?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am setting up GlassFish on Linux (RHE) for a developer to port his Java application to the server.

I have installed GlassFish....
My version of GlassFish was installed by me downloading and extracting a zip version of Glassfish to the usr folder.

I have been able to start GlassFish on my RedHat Linux server (see my command line screen below)

> cd /usr/glassfish3/glassfish/bin
> ./asadmin start-domain domain1
Waiting for domain1 to start .........
Successfully started the domain : domain1
domain Location: /usr/glassfish3/glassfish/domains/domain1
Log File: /usr/glassfish3/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.

> netstat -tnap | grep \:4848
tcp 0 0 0.0.0.0:4848 0.0.0.0:* LISTEN 5933/java

So, what do I do next to begin using GlassFish?
Developer says he he can't see the GlassFish interface he needs to see to begin work.

I did http://mydomain.com:4848 and got "Oops! Google Chrome could not connect to mydomain.com:4848
What URL is he supposed to administer GlassFish from?

Kind regards,
 
WHAT is your favorite color? Blue, no yellow, ahhhhhhh! Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic