I use Eclipse for Development, so I can use a configuration that launches org.mortbay.jetty.Server with the correct directory and command line arguments. I do this pretty constantly, to use the Workbench to validate that I haven't broken everything when I work on the framework.
----- Original Message ----- From: "Joseph Panico" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 11:47 AM Subject: Re: [Tapestry-developer] Is War file necessary? > You don't need a war file-- I develope with an open directory structure. But > the directory should be laid out in the same way a war would be, i.e. > WEB_INF/classes/com... > > I'm using Jetty as the Servlet container, so I have a small class that is > *not* part of the "Web Application" (servlet spec) that launches the servlet > container. > > > >From: "Michael Doherty" <[EMAIL PROTECTED]> > >To: "Michael Doherty" <[EMAIL PROTECTED]>, "Tapestry Developer" > ><[EMAIL PROTECTED]> > >Subject: Re: [Tapestry-developer] Is War file necessary? > >Date: Sun, 26 May 2002 13:26:45 -0500 > > > >To ask the question in another way, what directory structures are people > >using to develop with? > > > > ----- Original Message ----- > > From: Michael Doherty > > To: Tapestry Developer > > Sent: Saturday, May 25, 2002 12:54 PM > > Subject: [Tapestry-developer] Is War file necessary? > > > > > > Forgive me for asking such a simple question, but is it necessary to put > >html, class, > > jwc, application, and xml files in a war file before running them in > >jetty? > > > > Or can you just compile your classes, set up the other files and run > >them that way? > > > > Tia > > > > Michael Doherty > > > > > > > > > Joseph Panico > [EMAIL PROTECTED] > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
