>I am trying to install geoserver on ubuntu ><https://funnymonkey.com/2011/installing-geoserver-on-ubuntu-1004> 16.04 . > >I have followed the documentation on > >https://funnymonkey.com/2011/installing-geoserver-on-ubuntu-1004 > >When I run the command, I can see my Geoserver is started; >serb@serb-MacBookPro:~/geoserver/etc$ sudo init.d/geoserver start > * Starting GeoServer daemon geoserver > > [image: Inline images 1] > > > The problem is testing the geoserver; I can not see it. Jetty is working > on 8080; > >From /home/serb/geoserver/etc/jetty.xml ;I change the port to 80 as well. > Still, I can not see geoserver running and don't know how to test on my > browser . > > Any help would be appreciated. > > Regards, > Serb Ocal
Serb, Most people on this list are going to be more familiar with running Geoserver using Tomcat, as Jetty is primarily included for testing as opposed to production, so you might try a tutorial that walks you through the setup under Tomcat. Regardless, you should determine first whether Geoserver is crashing right-off-the-bat or not; the message you're getting about the daemon firing up doesn't mean much if it dies immediately after that, which may be what's happening. Running `ps aux | grep java` after trying to start Geoserver should give you this first piece of information. - Patrick O'Toole Application Developer Wyoming Natural Diversity Database UW Berry Biodiversity Conservation Center Department 3381, 1000 E. University Av. Laramie, WY 82071 P: 307-766-3018 ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
