Can some kind soul add an entry for the web console to
bootstrapped-service.xml. Here's the gbean
that works in my environment.
<gbean class="org.apache.geronimo.jetty.JettyWebApplicationContext"
objectName="geronimo.app:name=WebConsole">
<default attribute="URI"
type="java.net.URI">file:///C:/APACHE/incubator-geronimo/target/geronimo-DEV/deploy/jetty/geronimo-web-console.war</default>
<default attribute="ContextPath"
type="java.lang.String">/geronimo-web-console</default>
<endpoint name="JettyContainer">
<pattern>geronimo.web:type=WebContainer,container=Jetty</pattern>
</endpoint>
</gbean>
Note that i had to fix UsersURI and GroupsURI as well.
> <default attribute="UsersURI"
type="java.net.URI">file:C:/APACHE/incubator-geronimo/modules/core/src/test-data/data/users.properties</default>
> <default attribute="GroupsURI"
type="java.net.URI">file:C:/APACHE/incubator-geronimo/modules/core/src/test-data/data/groups.properties</default>
Thanks,
dims
=====
Davanum Srinivas - http://webservices.apache.org/~dims/