On Feb 10, 2007, at 10:13 PM, Clayton Hicklin wrote:
Is there any way I can package a webapp ("WAR") and a gbean in the same jar file and deploy both simultaneously? This would really help in terms of development as I could just create one Eclipse project with everything I need in it. Can I just add the appropriate geronimo deployment descriptors to the jar (geronimo- web.xml, geronimo-service.xml) and geronimo will "rip it apart" correctly? Thanks in advance!!
you need a geronimo-web plan, but you should put the gbean definitions at the end of it rather than in a separate plan.
thanks david jencks
Clayton
