Re: Tomcat newbie - help needed - what goes where,
Posted By:
Robert_Lybarger
Posted On:
Saturday, October 4, 2008 10:34 AM
Your problem isn't just being new to Tomcat. You are actually trying to mix three totally different applications together -- Tomcat as a web container, Axis as a software application server, and postgres as a database layer. And then for some reason you have ant in the mix. Any one of those four applications takes a fair amount of time to really understand ... I can't think how biting off all four at once would ever work. (And yes, documentation and instructions for such projects tends to be poor.) So with that being said, I have absolutely no idea how ant and axis apply to what you are trying to do, so I can't help. (In fact, while I'm fairly good with Ant, I have no experience at all with Axis -- and this is really what your questions sound like they relate to.) I'd recommend doing some super-simple, static content web application as a means to see that Tomcat itself works. And I'd recommend learning how to play with postgres directly on a command line to make sure that works. (Just tying those two pieces together can waste a day of your time ... and you really have to understand those parts and the various jargon to know what extra layers axis is piling on.)