Lasse, I do use the tomcat plugin with Eclipse, but I do not use the incremental compile feature. For me, I never have liked IDEs that much, and I certainly don't want to become dependent on one - that's the only reason I haven't gone down this road. The 10 seconds to compile/deploy has never bothered me too much. If you do find a solution though - please let me know.
Matt > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Lasse Lindg�rd > Sent: Wednesday, October 01, 2003 7:56 AM > To: [EMAIL PROTECTED] > Subject: Re: [Struts-apps] appfuse woes > > > 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/s> truts-apps > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Struts-apps mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/struts-apps
