Hi,
One thing I like about webapps is that once packaged into a .war (with all necessary libs and stuff), you just copy the .war over to a vanilla install and it'll work right off the bat (assuming you don't need server/common libs but even that shouldn't be difficult). You can also enable the unarchive feature of tomcat. My only beef is that we want our logs to be in /var/log/app so I have to unarchive it and then symlink the log directory...a bit of a p.i.t.a. But oh well. Regards, Dan On Fri, 27 Sep 2002, Scott Eade wrote: > > From: Kent Perrier <[EMAIL PROTECTED]> > > > > I am working on deploying a production server for an app that the developers > > have used Turbine speed development (TDK 2.1). I will not have the app to > > deploy for a couple of weeks and I need to get the server ready. Will an > > app developed using the TDK deploy to a vanilla instance is Tomcat? > > While I haven't tried Tomcat 4.0.5 specifically, I don't see why a TDK 2.1 > app would not work. Just make sure you copy over the whole webapp including > the necessary libraries. > > Cheers, > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > > -- > 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]>
