1 Reply Latest reply on Apr 17, 2008 6:48 AM by nirajsingh

    setting up properties in the run script

    rob_gar_esp

      Hi,

      I modified my run.bat script in order to add environment properties like these:

      set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -DSIWO_HOME=C://SIWO-INF -DSCHEMA_BASE_PATH=//schemas

      when I run the script from a command console works properly, however, I installed the jboss tools plug-in in my eclipse IDE, and when starting the server from eclipse those properties are never setup.

      Please assist, thanks!!!

      ///RG