RE: Linux Deployment

2007-09-04 Thread Ren, Kevin
Anybody knows how to turn on the webobjects application log in linux? Thanks kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] e.com] On Behalf Of Lachlan Deck Sent: Wednesday, 5 September 2007 9:05 a.m. To: Webobjects-deploy@lists.apple.com Subject: Re: Linux

RE: Webobjects-deploy Digest, Vol 4, Issue 78

2007-09-04 Thread Ren, Kevin
Hi, folks, Problem solved. Not issue with subproject in project. All compiled class file in /opt/Apple/Local/Library/WebObjects/Applications/yourapp.woa/Contents/Re sources/Java/**.jar The reason I asked this question is I got some error message and I thought it's because my subproject folder

Re: Linux Deployment

2007-09-04 Thread Lachlan Deck
On 01/09/2007, at 5:36 AM, Jonathan Miller wrote: Are you able to deploy .WOA on linux? I thought it only supported SSDD. regards Jon Can I suggest, firstly, that you do what the digest suggests... When replying, please edit your Subject line so it is more specific than "Re: Contents of

Re: Deployment options

2007-09-04 Thread Lachlan Deck
On 05/09/2007, at 5:32 AM, Lachlan Scott wrote: I'm preparing a short document for my company and its clients regarding the advantages of different styles of WO deployment. We regard these as being either Mac OSX Server, or the two styles of Servlet container deployment on a choice of *NIX

Re: Webobjects-deploy Digest, Vol 4, Issue 78

2007-09-04 Thread Greg Bartnick
Hi Jon, Yes it is possible to do a traditional WO deployment (.woa, wotaskd & monitor) on linux. Here is one doc on how to do it. http://tetlabors.de/wo/setup_webobjects_on_linux.html Greg On 8/31/07, Jonathan Miller <[EMAIL PROTECTED]> wrote: > Are you able to deploy .WOA on linux? I thought

Re: Deployment options

2007-09-04 Thread Chuck Hill
One small point: Most people deploy with OS X / wotaskd / JavaMonitor so if you run into problems with this combination you are more likely to get help / get help quickly. Chuck On Sep 4, 2007, at 12:32 PM, Lachlan Scott wrote: I'm preparing a short document for my company and its client

Deployment options

2007-09-04 Thread Lachlan Scott
I'm preparing a short document for my company and its clients regarding the advantages of different styles of WO deployment. We regard these as being either Mac OSX Server, or the two styles of Servlet container deployment on a choice of *NIX OS. I would be very interested to read opinions at a

Re: WOMP and the adaptor request

2007-09-04 Thread Chuck Hill
On Sep 4, 2007, at 10:20 AM, Cornelius Jaeger wrote: Hi Chuck As always, thank you for your answer. I've been experimenting with the long response page. curiously, part of my long response is a rather lengthy fetch, followed by lots of delete's, inserts, etc. even when i kick this off in an

Re: WOMP and the adaptor request

2007-09-04 Thread Cornelius Jaeger
Hi Chuck As always, thank you for your answer. I've been experimenting with the long response page. curiously, part of my long response is a rather lengthy fetch, followed by lots of delete's, inserts, etc. even when i kick this off in another thread the app thread blocks during save changes

Re: WOMP and the adaptor request

2007-09-04 Thread Chuck Hill
On Sep 3, 2007, at 11:58 AM, Cornelius Jaeger wrote: Hi All I see that my app answers the following request: /cgi-bin/WebObjects/SFDev.woa/womp/instanceRequest The strange thing is, when my app is really busy handling, you know, stuff. the instance request doesn't get answered. The app is