Markus Kohler seems to think that Ant sucks. Personally, I love Ant, so I guess you could say I'm biased ;) I'm posting this in hopes that Erik Hatcher will see it and offer a rebuttal. I don't know that there is one, but I figured it's worth a try.
I upgraded this site to use Tomcat 4.1.17 in about 10 minute tonight. All I had to do was change my server.xml
to use the proper ports for my ISP, and copy the MySQL JDBC driver to $CATALINA_HOME/common/lib
. Nice and easy - short and sweet. My kinda software - "it just works."
Later: Tomcat seems to be running just fine, but I'm getting the following error in catalina.out
. It doesn't seem to affect anything, so I'm not too worried. When running on Tomcat 4.0.6, I kept getting a ClassNotFound error for an hsql jdbc driver, and everything ran fine. I never even used or refered to the hsql driver was the wierd part. The error has been there since my very first post on August 1st.
17-Dec-2002 10:14:40 PM org.apache.jk.common.ChannelSocket processConnection
INFO: server has been restarted or reset this connection
17-Dec-2002 10:14:51 PM org.apache.jk.server.JkCoyoteHandler action
INFO: RESET
I went to the kick-off party for my project tonight - too bad no one I'll be working with showed up! Oh well, everyone else that was there was very cool. Margaritas and nachos is always fun. I finally met the recruiter I've been working on the phone - and she's even cooler than she sounded on the phone. Apparently, there was a requirements meeting for the project on Monday. Doh! That would've probably been a good meeting to attend.
I heard that the hardest requirement will be parsing/reading Excel files, on a Unix box. I think the ol' POI project can come to the rescue for us.
The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java.
OLE 2 Compound Document Format based files include most Microsoft Office files such as XLS and DOC.
You just gotta love open source!
Need clustering for Tomcat? Check out the tomcat-javagroups project at SourceForge.
This project consists of a custom Tomcat 4 Manager class which enables session replication across Tomcat 4 instances using JavaGroups as the communication mechanism.
I ran across STRECL.COM today via the struts-user mailing list.
TRECL is a set of plugins for the Eclipse IDE. Using STRECL you will get a powerful tool for Java server-side applications development. STRECL plugins offer easier utilization of the Struts framework in Eclipse IDE by visualization of editing, facilitating navigation, wizards etc.
STRECL currently offers the following plugins:
- struts-config.xml editor
- JSP editor
- DAO generator
- validation.xml editor
- Struts navigator view
Just in time to get some coverage in my Struts chapter - that is, if it's any good ;-)
As predicted... (man are they quick!).
The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.17 Stable. Tomcat 4.1.17 includes many bugfixes and performance tweaks over Tomcat
4.1.12. Please see the release notes for a complete list of the changes. [Download]
Important note: When upgrading from another Tomcat 4.x release, the Tomcat work directory must be cleared.
From watching the tomcat-dev mailing list, I'd expect a Tomcat 4.1.17 release either today or tomorrow. The website files have been updated in CVS to indicate this.