Configurar Eclipse con Weblogic para despliegue el caliente

Buenas a todos,
Hoy después de llevarme un día entero intentado ver por que mi nuevo eclipse no desplegaba en caliente sobre un weblogic me he dado cuenta de que es necesario poner los siguiente en el server.xml del directorio plugin -> server.core del eclipse:

 <server IGNORE_COMPILER_ERRORS="true" RUN_WEB_MODULE_FROM_WORKSPACE="true" START_SERVER_IN_CONSOLE="true" auto-publish-setting="1" deployment_targets="AdminServer," hostname="localhost" id="Oracle WebLogic Server 11gR1 (10.3.5) at localhost [seur_domain]" name="Oracle WebLogic Server 11gR1 (10.3.5) at localhost [seur_domain]" runtime-id="Oracle WebLogic Server 11gR1 (10.3.5)" server-type="com.bea.weblogic1035.server" server-type-id="com.bea.weblogic1035.server" start-timeout="999" start_with_debug="true" stop-timeout="999" timestamp="7" weblogic_domain_path="D:\Weblogic1035\Middleware\user_projects\domains\seur_domain" weblogic_host_name="localhost" weblogic_is_remote="false" weblogic_port="7001" weblogic_use_bootprop="true" weblogic_use_config_xml="true">
    <list key="modules" value0="nos_web-ear::org.eclipse.jst.jee.server:nos_web-ear::jst.ear::5.0"/>
  </server>

Comments

Juan Enrique said…
Con FORTRAN eso no pasaba.
Juan Enrique said…
Con FORTRAN eso no pasaba.

Popular posts from this blog

Como habilitar la opcion Debug en el TOAD

Configurar Jboss EAP para añadirle seguridad JAAS