2

AS the question says

"Can jetty integrate with Apache similar to hot Tomcat does with mod_jk?"

We are really looking to leave Tomcat.

benstpierre
  • 32,833
  • 51
  • 177
  • 288

1 Answers1

3

You can actually use mod_jk with Jetty as well, but mod_proxy seems to be the preferred way: http://wiki.eclipse.org/Jetty/Tutorial/Apache

Thilo
  • 257,207
  • 101
  • 511
  • 656