Slashdot Mirror


User: lonestar_new

lonestar_new's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Tomcat on Who is Using Tomcat or Jetty in Production? · · Score: 1

    > Apache2 will only work properly with the ajp13 connector.
    > The webapp/warp connector doesn't seem to work properly yet.

    Okay, the "mod_proxy" works well too, even with Apache 2. You can read about how to use mod_proxy with Tomcat in the docs included with Tomcat. Just remember to set both the ProxyPass as well as ProxyPassReverse as specified in the docs.

    Must admit that certain features like hot deploying of web apps are absent in Tomcat...thtough one can usually get around that using an Ant script.