Thanks to your info, I figured it out. There's a section near the end of build.xml that is marked "Tomcat tasks - remove these if you don't have Tomcat installed". If you comment out that section it seems to work fine. (*Chris*)
melinate wrote: > > I'm not sure exactly which ant targets require CATALINA_HOME, but > AppFuse *should* work in Resin. [At least it did at one time ;) ]. My > guess would be the "*tomcat" targets and of course anything that calls > them. You may need to modify the build.xml to get it to deploy > automatically, but if you are just trying it out you can deploy manually > easily enough. > > This is a little dated, but it may help. > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnResin > > HTH, > Nathan > > PlanetPratt wrote: >> But when I try to run "ant new" it complains because "CATALINA_HOME" is >> not >> defined. If I set CATALINA_HOME to point to RESIN_HOME then it doesn't >> work >> because Resin's directory structure is set up differently than Tomcats. >> I'm >> a bit confused, if I can use any container (as I think I should), why >> does >> it require Tomcat and it's directory structure? >> (*Chris*) >> >> >> Bryan Noll wrote: >> >>> It is a webapp, so you'll have to use some kind of container that >>> understands what a war is. Jetty is another option, along with a >>> plethora of other things (Geronio, JBoss, Resin, blah, blah, blah). You >>> can use pretty much any one of those that you like. >>> >>> PlanetPratt wrote: >>> >>>> Is it possible to run AppFuse without Tomcat? We don't use tomcat at >>>> all >>>> in >>>> our development, and I don't even have it installed on my machine. I'd >>>> like >>>> to try out AppFuse, but I don't really want to have to learn Tomcat in >>>> the >>>> process (I have little enough space left in my brain as it is). >>>> Thanks. >>>> (*Chris*) >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/AppFuse-without-Tomcat-tf3456819s2369.html#a9653155 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
