Hi,
I run geoserver on localhost with website stored in data_dir/www
directory. I would like to have it opened once geoserver is up and
running, but whatever I try I don't succeed. I tried editing
startup.bat file, but it seems that
:run
  set RUN_JAVA=%JAVA_HOME%\bin\java
  cd %GEOSERVER_HOME%
  echo Please wait while loading GeoServer...
  echo.
  "%RUN_JAVA%" -DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%"
-Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar
start.jar
  start www.google.cz
  cd bin
goto end

%RUN_JAVA% somehow blocks the code below and it is never executed. Is
there a way to make this work?
Thing is I want the http://localhost:8080/geoserver/www to open as
soon as geoserver has finished loading and is ready to serve
maps/pages. Any help appreciated.

-- 
Michal Zimmermann (zimmi)
WWW: http://www.zimmi.cz

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to