hi, i am just testing the Http Service by using Jetty, and does anyone know how to change the Http Port(for example, from 80 to 8080)? from Activator in http.jetty.jar we know that the httpport is got from org.osgi.srvice.http.port.
" m_httpPort = Integer.parseInt( m_bundleContext.getProperty( "org.osgi.service.http.port" ) );" so i think i just need to change this property. the question is: where is org.osgi.srvice.http.port? ( under org.osgi.compendium i just find org.osgi.service.http.HttpContext, org.osgi.service.http.HttpService and org.osgi.srevice.http.NamespaceException. ) thanks. -- View this message in context: http://www.nabble.com/where-can-i-find-%22org.osgi.service.http.port%22-tp16781816p16781816.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

