The Artima Developer Community
Sponsored Link

Java Buzz Forum
Apache 2.0 + Tomcat 5.0 Hell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Russell Beattie

Posts: 727
Nickname: rbeattie
Registered: Aug, 2003

Russell Beattie is a Mobile Internet Developer
Apache 2.0 + Tomcat 5.0 Hell Posted: Jan 29, 2004 12:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Russell Beattie.
Original Post: Apache 2.0 + Tomcat 5.0 Hell
Feed Title: Russell Beattie Notebook
Feed URL: http://www.russellbeattie.com/notebook/rss.jsp?q=java,code,mobile
Feed Description: My online notebook with thoughts, comments, links and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by Russell Beattie
Latest Posts From Russell Beattie Notebook

Advertisement
Since I'm moving to Tomcat 5.0 on both my personal site and work (I can't think in two web servers well) I wanted to do it the "right" way and install Apache in front of the Java server. Apache has a ton of features "out of the box" so to speak, like flood control and redirects, etc., and allowing Apache to manage serving up the images and other static files will ease the load on the Java web server. This is all good.

Setting it up, is not.

What a pain in the ass. First, why doesn't Apache just have a "install with modules support" option? Why am I setting flags and recompiling all the time. I thought DSOs were supposed to be like DLLs in that they're dynamic, etc. But Instead I'm modifying conf files, setting flags, compiling (or rather, *trying* to compile) and otherwise still screwing around with the mod_jk2 install two days after first starting...

I bought the O'Reilly Apache book last night and everything... I now understand 10% more than before. WTF? How can this server be the number one on the Internet? It's such a PITA.

Is there something I'm missing? Please, please educate me if so.

-Russ

Comment

Read: Apache 2.0 + Tomcat 5.0 Hell

Topic: Java : White Papers, Webcasts and Product Information Previous Topic   Next Topic Topic: Revising SCJP

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use