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