Descargar la presentación
La descarga está en progreso. Por favor, espere
Publicada porReina Sibila Modificado hace 10 años
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. 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 PATH físico de ubicación de EMPWeb URL de ABCD, usado para el footer y versiones coordinadas Configuracione s de los servlets a reconocer por Jetty PATH físico del start.jar de Jetty Configuración de JAVA
4
Opciones preconfiguradas. 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 PATH físico de CISIS 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.
Presentaciones similares
© 2025 SlidePlayer.es Inc.
All rights reserved.