5.4 uploading large files

2012-02-29 Thread Gordon Belray
Hi, I'm running WebObjects 5.4.3 and am seeing this error uploading a 2.1 GB file: Unable to parse content- length header: '2255571732'. Mike suggested it was fixed in 5.4, anyone else encountering it. Is there a workaround? Thanks, Gordon Gordon Belray Information Technology Service

Re: Best Practice with inheritance in D2W

2012-02-29 Thread Jesse Tayler
well you can program your D2W against whatever logic you can find in your context - so, for instance, it's not hard to identify horizontal entity inheritance even when you might share a class name and identify only by a number on some property somewhere. people sometimes don't realize you can

Re: JavaMonitor & wotask SSD Problem.

2012-02-29 Thread Gaastra Dennis - WO Lists
Now what booting script do you use to delay starting up wotaskd + JavaMonitor, and do an apache restart afterwards? Something similar to what Simon suggested? Thanks Dennis On 28/Feb/12 11:49 PM, Chuck Hill wrote: Yes. Four. :-) On Feb 29, 2012, at 12:48 PM, Gaastra Dennis - WO Lists mai

5.4 uploading large files

2012-02-29 Thread Gordon Belray
Hi, I'm running WebObjects 5.4.3 and am seeing this error uploading a 2.1 GB file: Unable to parse content- length header: '2255571732'. Mike suggested it was fixed in 5.4, anyone else encountering it. Is there a workaround? Thanks, Gordon Gordon Belray Information Technology Service

Best Practice with inheritance in D2W

2012-02-29 Thread Tim Worman
I'm working on a (hopefully) very simple D2W app. One entity I'm working with represents door keys - which I've made Abstract in the model and set up an inheritance structure for various types of keys. What I'm wondering - what is the best practice for providing a quick and easy way for the ope

Re: WOSessionTimeOut issue

2012-02-29 Thread Ramsey Gurley
In development or deployment? If you're launching in eclipse, make sure to change or disable the property in your run/debug configuration. Right click on the project folder, choose "Debug As...>Debug Configurations", then select the WO tab. In that long list of properties, you should see WO

WOSessionTimeOut issue

2012-02-29 Thread Theodore Petrosky
I put this at the bottom of my Properties file expecting to control the session time out time. It doesn't seem to do anything as the session times out in less than 15 minutes. #time is in seconds ie. 3600 = 1 hour WOSessionTimeOut=14400 1st. What is the default sessiontimeout value? 2nd. How c

Re: SQL - log

2012-02-29 Thread David Holt
This from ERExtensions properties # # ERXAdaptorChannelDelegate # ## Enable delegate to emit SQL debugging info. The Logger used is ## log4j.category.er.

SQL - log

2012-02-29 Thread Ron X
Hi everyone! How can I enable in properties logging of the sql-queries (SELECT t0 ... - example)? Thank you. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubs

Re: JavaMonitor & wotask SSD Problem.

2012-02-29 Thread Chuck Hill
Yes. Four. :-) On Feb 29, 2012, at 12:48 PM, Gaastra Dennis - WO Lists wrote: > and the webobjects apache configuration WebObjectsConfig > http://:1085 10 > > On 28/Feb/12 7:49 PM, Chuck Hill wrote: >> >> All three of wotaskd, java monitor, and your apps need to agree on WOHost >> >> >