Actually On my glassfish application server page I have the Following Name: HOSTNAME HTTP Ports : 4848,8181,8080 IIOP ports 3820, 3700,3920 JVM: JVM Report Configuration Directory /opt/SDK/domains/domain1/config Installed Version Sun GlassFish Enterprise Server v2.1(9.1.1) (build b60e-fcs) Debug Not Enabled
I tried http://hostname/source or http://hostname:8080/source As you suggested but it did not wrok either Regards Pranab -----Original Message----- From: Trond.Norbye at Sun.COM [mailto:trond.nor...@sun.com] Sent: Monday, March 16, 2009 2:49 PM To: Pranab Panda (pkpanda) Cc: opengrok-discuss at opensolaris.org Subject: Re: [opengrok] lssues with localhost:2424 Pranab Panda (pkpanda) wrote: > Thanks for you rprompt response trond, > Pardon my ignorance but the opengrok documentation > Is not very clear on step by step instructions. > I think http://hostname:2424/ is where opengrok > Sources will be available. > > What I have done so far is checked out my cvs tree under > /opt/opengrok/source and I ran run.sh and I expect that > All the Developers can point their browsers to the opengrok server > By doing http://hostname:2424/source to use opengrok features. > > Have you configured your webserver to listen to port 2424??? The normal port for webservers would be port 80 (or 8080). You should try http://hostname/source or http://hostname:8080/source Cheers, Trond