You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2004/01/30 00:33:17 UTC

cvs commit: incubator-geronimo/modules/console-web/src/etc/META-INF geronimo-service.xml

jboynes     2004/01/29 15:33:17

  Modified:    modules/console-web/src/etc/META-INF geronimo-service.xml
  Log:
  Hack: Use exploded war directly for now
  
  Revision  Changes    Path
  1.2       +2 -2      incubator-geronimo/modules/console-web/src/etc/META-INF/geronimo-service.xml
  
  Index: geronimo-service.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/etc/META-INF/geronimo-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- geronimo-service.xml	29 Jan 2004 22:42:47 -0000	1.1
  +++ geronimo-service.xml	29 Jan 2004 23:33:17 -0000	1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <gbeans>
  -    <path>geronimo-web-console.war</path>
  +<!--    <path>geronimo-web-console.war</path>-->
   
       <gbean class="org.apache.geronimo.jetty.JettyWebApplicationContext" objectName="geronimo.app:name=WebConsole">
  -        <default attribute="URI" type="java.net.URI">file:../modules/console-web/target/geronimo-web-console.war</default>
  +        <default attribute="URI" type="java.net.URI">file:../modules/console-web/target/geronimo-web-console/</default>
           <default attribute="ContextPath" type="java.lang.String">/geronimo-web-console</default>
           <endpoint name="JettyContainer">
               <pattern>geronimo.web:type=WebContainer,container=Jetty</pattern>