Hi Jeff, First, I¹d set your Output Path to something meaningful so you have a log to read - /Library/Logs/WebObjects/
You can then use the Console app to view /Library/Logs/WebObjects/YourApp log output Second, have you tried launching your app from the command line from the /Library/WebObjects/Applications/ directory? cd into that directory, then run your app and see what you get for output, that will give you some insight into what¹s happening. ./YourApp.woa/YourApp The HTTPAdapter (Adaptor) should be the default: WODefaultAdaptor (unless you know you need to change this, don¹t) Also make sure you¹ve got your permissions set correctly on the .woa bundle in Library/WebObjects/Applications/ ls l will show you the permissions on everything in there, and you may find if you¹ve Finder copied your .woa bundle from workspace/dist, then you¹ve got user permissions applied to it (user:staff), and you¹ll want to change the group to appserverusr (it displays as appserve), and the owner to appserver chown R appserver:appserverusr YourApp.woa See where that gets you. Cheers, :Steve -- Stephen R. Smith President Align Software Inc. 2054 Halton Place, Burlington, Ontario, Canada, L7R 1P7 T : 905.633.9178 C : 905.464.4440 F : 905.634.1064 [EMAIL PROTECTED] http://www.alignsoft.com 'Bringing order to chaos in the information age.' From: Jeff Schmitz <[EMAIL PROTECTED]> Date: Tue, 17 Jul 2007 21:53:31 -0500 To: <[email protected]> Subject: Can't deploy Seems like I go through this everytime I try to deploy, which is only once or twice a year. I think I write everything down, but everytime something crops up and bites me. Anyway (enough whining), I built my app on my developement machine (using the WOLips build script) into the dist folder. I copied the resulting app over to my xserve, into /Library/WebObjects/Applications. I followed the WebObjects deployment guide to setup my host and add my application with JavaMonitor. Here are my application options: -WOPort 2001 -WOCachingEnabled YES -WODebuggingEnabled NO -WOOutputPath /dev/null -WOAutoOpenInBrowser NO -WOAutoOpenClientApplication NO -WOLifebeatInterval 30 -WOLifebeatEnabled YES -WOLifebeatDestinationPort 1085 -WOAdaptor WODefaultAdaptor -WOWorkerThreadCount 8 -WOListenQueueSize 128 -WOWorkerThreadCountMin 16 -WOWorkerThreadCountMax 256 -NSProjectSearchPath () -WOSessionTimeOut 1800 -WOStatisticsPassword smsbear1 -WOApplicationName netbRacquetsATP -WOMonitorEnabled YES -WONoPause YES -Xms256M -Xmx512M -WOOutputPath /Users/netbrackets -WODirectConnectEnabled false -EOAdaptorDebugEnabled false When I start my app, it just seems to hang (at least in java monitor), and there are no log files output anywhere. I created an empty logWebobjects file in /tmp, but no log file. So, I'm pretty much stuck with no clues as to what's going on. Any ideas? What goes in the HTTPAdapter URL field for the Site? Is using localhost ok for the IP? Thanks, Jeff _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/ssmith%40alignsoft. com This email sent to [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
