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.
