Any exception in the log ? Also, I'm not sure to understand what you see, is the http request denied ?
On Tue, Jul 13, 2010 at 2:03 PM, Achim Nierbeck <[email protected]> wrote: > > > I already did that, and I also configured > the pax-web Container with the following file: > > org.ops4j.pax.web.cfg > > and the following properties: > > org.apache.karaf.features.configKey=org.ops4j.pax.web > org.osgi.service.http.port=8080 > org.ops4j.pax.web.session.timeout=30 > > so if I call > > http://localhost:8080/system/console > > i do get the request for username and passwort, but I'm still not able to > get to the webconsole, > which is quite strange since I did this also with the Karaf 1.6.0 release > where it did work. > > > Guillaume Nodet wrote: >> >> I think that' s because the webconsole feature has some additional config: >> >> <config name="org.apache.karaf.webconsole"> >> realm=karaf >> </config> >> >> If you put a file named org.apache.karaf.webconsole.cfg in the etc dir >> with the above properties, it should work. >> >> On Tue, Jul 13, 2010 at 10:35 AM, Achim Nierbeck <[email protected]> >> wrote: >>> >>> Hi, >>> >>> Right now I'm repackaging the Karaf 1.99 with some additional bundles. >>> Basically it is the same as if I would use the features >>> spring >>> spring-dm >>> http >>> war >>> webconsole >>> >>> and some additional bundles for all kinds of apache commons stuff. >>> >>> when i call the webconsole I do get the prompt for the credentials, but >>> they >>> are not accepted. >>> >>> If i use the "Vanilla" Karaf 1.99 and install those features later it >>> works, >>> so I don't know right now where the >>> problem is. >>> >>> Thanks in advance :) >>> >>> Achim >>> -- >>> View this message in context: >>> http://karaf.922171.n3.nabble.com/Karaf-Webconsole-and-JAAS-how-does-it-work-tp962815p962815.html >>> Sent from the Karaf - Dev mailing list archive at Nabble.com. >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> >> > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Karaf-Webconsole-and-JAAS-how-does-it-work-tp962815p963158.html > Sent from the Karaf - Dev mailing list archive at Nabble.com. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
