[gentoo-dev] Application server deployment eclass?

2005-10-02 Thread Dave Nebinger
Okay, so if I have a servlet to deploy to an application container such as tomcat, is there an eclass that I can use to inherit from? Obviously the webapp eclass helps for straight apache-like deployments, but it's not going to help much when deploying to tomcat. I looked in

Re: [gentoo-dev] Application server deployment eclass?

2005-10-02 Thread Petteri Räty
Dave Nebinger wrote: Okay, so if I have a servlet to deploy to an application container such as tomcat, is there an eclass that I can use to inherit from? I don't think so. Obviously the webapp eclass helps for straight apache-like deployments, but it's not going to help much when

Re: [gentoo-dev] Application server deployment eclass?

2005-10-02 Thread Sven Vermeulen
On Sun, Oct 02, 2005 at 03:07:23AM -0400, Dave Nebinger wrote: So how do I get my war file deployed? Am I left to external tools such as ant to manage that for me? How does such an entity fit within the portage world? Each J2EE server has its own method for deploying j2ee archives. I don't