L.S., You were probably looking for these string in the ServiceMix 3 container codebase, but this configuration is being read by the servicemix-http JBI component - you can find these bits of code in https://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/src/main/java/org/apache/servicemix/http/HttpConfiguration.java?view=markup
Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Wed, May 23, 2012 at 1:24 PM, barisa42 <[email protected]>wrote: > Hi. > I would like to enable http authorization for every service request. It > seems that jetty could be configured for such feature. Jetty is oly > mentioned in the following folder: > > In the configuration folder "servicemix/conf", there is file > component.properties with content: > > > servicemix-http.authenticationServiceName=java\:comp/env/smx/AuthenticationService > servicemix-http.jettyManagement=false > servicemix-http.streamingEnabled=false > servicemix-http.connectorMaxIdleTime=65000 > > servicemix-http.jettyConnectorClassName=org.mortbay.jetty.nio.SelectChannelConnector > servicemix-http.maxTotalConnections=65536 > servicemix-http.jettyThreadPoolSize=255 > servicemix-http.keystoreManagerName=java\:comp/env/smx/KeystoreManager > servicemix-http.consumerProcessorSuspendTime=70000 > servicemix-http.maxConnectionsPerHost=65536 > > > In attempt to understand how these parameters are used, I've tried > searching > for mentioned strings in the source code. The string "jettyManagement" is > mention only in the component.properties file, but not anywhere in the > code. > > > I'm not quite sure that I'm going in the right direction. I would > appreciate > any guidance. > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/How-to-enable-jetty-http-authorization-in-3-3-2-tp5713337.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
