1 / 5

EmpWeb – ABCD plugin

EmpWeb – ABCD plugin. Curso de capacitación para transferencia tecnológica Sección explicativa sobre las opciones incluídas en el script de start de Jetty y Empweb. Emiliano Marmonti Febrero 2010 emarmonti@gmail.com. Script ppal de start de empweb. Opciones preconfiguradas.

Télécharger la présentation

EmpWeb – ABCD plugin

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EmpWeb – ABCD plugin Curso de capacitación para transferencia tecnológica Sección explicativa sobre las opciones incluídas en el script de start de Jetty y Empweb. Emiliano Marmonti Febrero 2010 emarmonti@gmail.com

  2. Script ppal de start de empweb

  3. Opciones preconfiguradas. PATH físico de ubicación de EMPWeb REM The root directory of the Empweb installation set EMPWEB_HOME=C:\ABCD\empweb\ REM URL of ABCD software rem set ABCD_URL=http://localhost:9090/ set ABCD_URL=http://localhost/abcd/ REM Specify the Jetty configuration files for all the parts of Empweb that this server must run. REM If you want to run everything in one machine, then specify ewdbws, ewengine, ewgui configurations. set CONFIGS=%EMPWEB_HOME%\common\etc\ewdbws-jetty.xml %EMPWEB_HOME%\common\etc\ewengine-jetty.xml %EMPWEB_HOME%\common\etc\ewgui-jetty.xml REM Variables used by Jetty set JETTY_HOME=C:\ABCD\empweb\jetty set JETTY_START=%EMPWEB_HOME%\common\etc\start.config set JETTY_CONSOLE=%JETTY_HOME%\logs\jetty-console.log REM set JETTY_CONSOLE=CON REM Java variables. set JAVA_HOME="C:\ABCD\empweb\jdk1.6.0_06" set JAVA=%JAVA_HOME%\jre\bin\javaw.exe URL de ABCD, usado para el footer y versiones coordinadas Configuraciones de los servlets a reconocer por Jetty PATH físico del start.jar de Jetty Configuración de JAVA

  4. Opciones preconfiguradas. PATH físico de CISIS REM CISIS Wrapper set CISIS_LOCATION="C:\ABCD\www\cgi-bin" set CISIS_COMMAND="\mx" set OS=win32 REM Logging settings. set LOGGING_CONF=%EMPWEB_HOME%\common\etc\logging.properties REM For large memory machines, dedicated to Empweb, -Xms = initial heap size, -Xmx = maximum heap size REM Or use less memory in smaller machines running other programs set JAVA_OPTIONS=-server -DSTART=%JETTY_START% -Djetty.home=%JETTY_HOME% -Dcisis.os=%OS% -Dcisis.location=%CISIS_LOCATION% -Dcisis.command=%CISIS_COMMAND% -Dempweb.home=%EMPWEB_HOME% -Djava.util.logging.config.file=%LOGGING_CONF% -Dabcd.url=%ABCD_URL% -Xms128M -Xmx128M -Xincgc REM ################################################################## REM #### Enable for remote debugging REM ################################################################# set JAVA_OPTIONS=%JAVA_OPTIONS%; -Xdebug -Xrunjdwp:transport=dt_socket,address=8585,server=y, suspend=n Opciones de la JVM para Jetty y variables globales que serán usadas a lo largo de la aplicación Opcion especial para debug remoto

  5. Actividad • Renombrar la carpeta ABCD del disco C: por el nombre ABCD_BBB y realizar los cambios apropiados para que la instancia de empweb funcione sobre la misma. Considerar los cambios relacionados en ABCD.

More Related