Menu

Tomcat

Well, I’ve been busy programming (partly the reason I haven’t posted in awhile, other reason being we’re moving somewhat soon) some Java.

Let me say I now know why no one uses JSPs/Servlets to do web apps, compared to PHP, Perl, ASP, JSP. Tomcat is a PAIN to install! Well, the pain wasn’t the install process (since I used RPM’s) but the fact that there are 26 dependancies that I had to install first, before installing Tomcat made it take a long time.

Then, after all of that fun, I spent…way too long trying to figure out why it was “running” but not listening to port 8080…I couldn’t see that the section of server.xml was commented out! Then, after that mistake, I spent even more time trying to figure out why (without much help from the error log) my web.xml was “broken” only to realize that I can’t spell servlet or pattern.

Finally, I got my test running. Whew.

Comment ( 1 )

  1. / Barney Boisvert
    If you're running Tomcat 5 (which supports JSP 2.0), you should check out JFission (http://www.barneyb.com/go/jfission), which is a function library that provides a bunch of really helpful things for developing applications with JSP. The next release includes several more functions, along with some general purpose tags to complement the JSTL.

Leave a reply

Your email address will not be published.

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.