Hi Vincent,
All of your web-inf stuff (besides web.xml I think) goes into
webapps/{mywebapp}/WEB-INF.The intention with the validation stuff is to verify that all the things for the struts war is in the right place and exists. Not sure if the struts stuff is ready for primetime yet (I don't use it =). -warner ----- Original Message ----- From: "Vincent Massol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 6:54 AM Subject: J2EE plugin with Struts > Hi dIon, > > I'm trying to use the J2EE plugin for building a struts war. I was > wondering wether the plugin supports the inclusion of additional WEB-INF > files (like the struts-config.xml) in WEB-INF, apart from web.xml ? > > Where would you put these these files ? In conf/ ? > > Of course, I can probably use the callbacks but I was wondering whether > there were a standard way as it is a common task (which exists in the > Ant WAR task). > > As you're working on the Struts plugin, is it the intent it would do > that also (in addition to validation) ? > > Do you have some callbacks already written for building a struts > application that I could use for a quick start ? > > Thanks > -Vincent > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
