Sanjeev Tiwari wrote: > > Hi, > Currently I am using TDK2.2, and want to use META. > I will be very thankfull if can give me step by step installation of META.
META is a Maven plugin so you need Maven installed first. Go here for details on Maven: http://maven.apache.org/ Go here for details on META: http://jakarta.apache.org/turbine/meta/index.html Once you have the META plugin installed you can build and install your first 'helloworld' Turbine app. with a single command. Go here for details: http://jakarta.apache.org/turbine/meta/getting_started.html Of course this all assumes you have a working servlet container like Tomcat installed and functioning already. Tod > Regards > Sanjeev Tiwari > Sr. Software Engineer > Cybage Software Pvt. Ltd. > Ph : 91 20 4044700 (ext 114) > Fax : 91 20 668-8317 > > ----- Original Message ----- > From: "Tod Thomas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 05, 2004 7:02 PM > Subject: META EAR file? > > > Does anyone have instructions on deploying my Turbine project to an .ear > > file instead of a .war file? Can it be done? > > > > Thanks - Tod > > > > --------------------------------------------------------------------- > > 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]
