Yep. You were right. Upgrading to Tomcat 5 made everything work without and more problems.
Thanks a lot.
I have appfuse loaded as an eclipse project. Could you suggest a strategy for making the application work with the tomcat plugin (from sysdeo.com)
I am mainly thinking of using the incremental compile feature to replace classes while the application is being debugged. Running the ant deploy script seems tedious after each compile. Just pressing ctrl+s and hitting reload seems like a more efficient way to work.
Am I missing something ? What does your compile/test/debug cycle look like ?
Thanks again.
/Lasse
Matt Raible wrote:
It sounds like you're using Tomcat LE - which doesn't include the database connection pool JARs (I think). You don't need hibernate.properties in your classpath when running in Tomcat - it's only for testing. AppFuse 0.9.9 has been refreshed (about a week ago) and now includes build.properties and database.properties.
Here are the jars you might need in Tomcat's common/lib directory to run with Tomcat LE. An easier way is to download the full edition of Tomcat, and you should be able to run AppFuse just fine. I've set it up from 0.9.9 on a brand new box in under 10 minutes before.
http://prdownloads.sourceforge.net/struts/tomcat-jars.jar?download
HTH,
Matt
On Tuesday, September 30, 2003, at 05:31 PM, Lasse Lindg�rd wrote: <snip>
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Struts-apps mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/struts-apps
