I also deploy on linux using Tomcat (and recently Jetty too), but I build my applications using Maven. I've written a simple Maven plug-in to create a Maven project to build WebObjects applications as WARs if you're interested:
http://wocreator.sourceforge.net/ Cheers, Jake On Tuesday, March 25, 2008, at 07:22PM, "David Avendasora" <[EMAIL PROTECTED]> wrote: >I develop on a Mac using Eclipse/WOLips/WOProject, then deploy to >Tomcat as a WAR that has all the WO frameworks, some WOnder stuff and >a framework of my own all imbedded in the WAR. This WAR works >flawlessly on both Windows and Mac OS X. I've never tried it on Tomcat >on Linux or other, but I can't imagine it not working. > >The way I did it is to simply open the standard build.xml file that is >part of any project created with WOLips, and look at the SSDD and WAR >targets and follow the instructions written in the comments there. You >end up with a nice WAR you can easily deploy. > >I also make use of a context.xml file that goes in the webapps/myapp/ >META-INF directory. This keeps me from needing to make any changes to >the Tomcat server.xml file or any other config file that is outside >the WAR as Tomcat will read the context.xml file out of the project >and put it in the Tomcat/conf/catalina/localhost directory as >myapp.xml automatically on startup. > >It is really quite slick. > >Dave > >On Mar 25, 2008, at 9:41 PM, Aleksey Novicov wrote: > >> I am looking for input and instruction on deploying WO 5.4 apps on >> Red Hat Linux. Are there any updated instructions for WO 5.4? Is >> there a pre-compiled Apache 2.2 WebObjects adapter for Red Hat >> available? How about deploying on Tomcat? Is it preferred over >> JavaMonitor/wotaskd? I have experience with JavaMonitor on OS X but >> have never tried deploying on Tomcat. >> >> By the way, this mail list is invaluable. Thanks to all of the >> contributors. >> >> Aleksey >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com >> >> This email sent to [EMAIL PROTECTED] >> >> > > _______________________________________________ >Do not post admin requests to the list. They will be ignored. >Webobjects-dev mailing list ([email protected]) >Help/Unsubscribe/Update your Subscription: >http://lists.apple.com/mailman/options/webobjects-dev/jmacmullin%40mac.com > >This email sent to [EMAIL PROTECTED] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
