Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It would be great to run Sonar with it's embedded Jetty behind an Apache via mod_jk. Here we need a way to enable Jetty's org.mortbay.http.ajp.AJP13Listener with an port (configurable via sonar.properties, e.g. as property sonar.ajp13.port).
You can use mod_proxy while waiting for this feature to be fixed. This is what we used for Nemo. If you want to provide a patch, you can take a look to JettyEmbedder class.