This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: localhost:8090 -- username and password?bosschaert Aug 15, 2011 6:39 AM (in response to cseg)Hi cseg, The default username and password are admin/admin. They can be configured through OSGi Config Admin. For instance like this: {code:xml}<subsystem xmlns="urn:jboss:domain:osgi:1.0"> <configuration pid="org.apache.felix.webconsole.internal.servlet.OsgiManager"> <property name="manager.root">jboss-osgi</property> <property name="username">myusername</property> <property name="password">mypassword</property> </configuration> ...{code} For more information see the OSGi subsystem admin guide: http://docs.jboss.org/author/display/AS7/OSGi+subsystem+configuration And the Felix Web Console guide: http://felix.apache.org/site/apache-felix-web-console.html Best regards, Davdi 
 
    