Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Pascal Robert
Le 2010-08-17 à 21:54, Ken - Watermark Studios a écrit : > I tried to create an account with Confluence to post on the > wiki.objectstyle.org Wiki, but it's not allowing me to create an account. Am > I missing something? You tried to create your account here? http://issues.objectstyle

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Ken - Watermark Studios
I tried to create an account with Confluence to post on the wiki.objectstyle.org Wiki, but it's not allowing me to create an account. Am I missing something? Also, would you mind reviewing my post to make sure I'm not missing any technical issues? I figure the more recent we can keep documentat

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Q
On 18/08/2010, at 5:46 AM, Mark Ritchie wrote: > On 17/Aug/2010, at 12:40 PM, Ken - Watermark Studios wrote: >> Thanks so much to Chuck, Pascal and Mark for helping me out with this. I'm >> going to post a blog article about my struggles for easy reference and shoot >> everyone a link. > > Oh

Re: Debug attribute on wocompile

2010-08-17 Thread Paul Hoadley
On 17/08/2010, at 9:37 PM, Paul Hoadley wrote: > Does anyone have any further ideas? Err, this is embarrassing. The class I was looking at in the stack trace was from a separate framework. I'll just go add debuglevel to wocompile for some frameworks as well. Thanks again for replies. -- P

Re: find earliest, by date, record in a table?

2010-08-17 Thread Baiss Eric Magnusson
Wonder -> "Nice, nice, nice, all those people in the same device" Kurt Vonnegut. EOQualifier qualifier = new EOKeyValueQualifier( "owner", EOQualifier.QualifierOperatorEqual, dbOwner() ); NSTimestamp timeEarliest = ERXEOControlUtilities.aggregateTimestampWithQualifier( ec, "Trans

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Chuck Hill
On Aug 17, 2010, at 12:45 PM, Mark Ritchie wrote: > Hey! > > On 17/Aug/2010, at 11:59 AM, Chuck Hill wrote: >>> When I try to connect via curl, this is what I get: >>> $ curl >>> http://web01.polestarpilates.com:1085/cgi-bin/WebObjects/wotaskd.woa/wa/woconfig >>> curl: (7) couldn't connect to h

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Mark Ritchie
On 17/Aug/2010, at 12:40 PM, Ken - Watermark Studios wrote: > Thanks so much to Chuck, Pascal and Mark for helping me out with this. I'm > going to post a blog article about my struggles for easy reference and shoot > everyone a link. Oh excellent! Glad to hear that you're up and working! A goo

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Mark Ritchie
Hey! On 17/Aug/2010, at 11:59 AM, Chuck Hill wrote: >> When I try to connect via curl, this is what I get: >> $ curl >> http://web01.polestarpilates.com:1085/cgi-bin/WebObjects/wotaskd.woa/wa/woconfig >> curl: (7) couldn't connect to host > Do you have a password set for wotaskd? This URL should

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Ken - Watermark Studios
Okay, it seems that everything is running and communicating now. I'll just leave a note of what I had to do to make sure everything worked. 1) /etc/hosts: 127.0.0.1 web01.polestarpilates.com localhost.localdomain localhost ::1 localhost6.localdomain6 lo

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Chuck Hill
On Aug 17, 2010, at 11:36 AM, Ken - Watermark Studios wrote: > Log shows: > > The URL for webserver connect is: > http://web01.polestarpilates.com/cgi-bin/WebObjects/wotaskd.woa/-1085 > The URL for direct connect is: > http://web01.polestarpilates.com:1085/cgi-bin/WebObjects/wotaskd.woa > > Whe

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Ken - Watermark Studios
Log shows: The URL for webserver connect is: http://web01.polestarpilates.com/cgi-bin/WebObjects/wotaskd.woa/-1085 The URL for direct connect is: http://web01.polestarpilates.com:1085/cgi-bin/WebObjects/wotaskd.woa When I try to connect via curl, this is what I get: $ curl http://web01.polestar

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Mark Ritchie
Hey Ken, On 17/Aug/2010, at 11:08 AM, Ken - Watermark Studios wrote: > Now, when I start wotaskd and JavaMonitor and log into JavaMonitor to set the > Host, I get an error. I set the Host to "web01.polestarpilates.com" and I get > the error "Failed to contact web01.polestarpilates.com-1085". I

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Ken - Watermark Studios
Okay, I finally got the reverse DNS set up. Here are the changes I made. 1) Set the reverse DNS to point to web01.polestarpilates.com from 66.175.98.51. 2) I created an A Record for web01.polestarpilates.com pointing to 66.175.98.51. 3) I set the hostname of the server to web01.polestarpilates.com

Re: (no subject)

2010-08-17 Thread John Huss
If you set your wolips.properties file to reference that location and the location is valid, then you should restart eclipse and it should work. You can open the index.html file at the docs location and check and see if it looks right too. John On Tue, Aug 17, 2010 at 10:08 AM, vaibhav srivastav

Re: find earliest, by date, record in a table?

2010-08-17 Thread Hugi Thordarson
Hi Baiss. If you're using Wonder: NSTimestamp t = ERXEOControlUtilities.aggregateTimestampWithQualifier( ec, "TheEntityName", "theAttributeName", "min", null ); If you're using plain ol' WO: NSArray> a = EOUtilities.rawRowsForSQL( ec, "TheEOModelName", "select min(THE_COLUMN_NAME) from THE_TABL

find earliest, by date, record in a table?

2010-08-17 Thread Baiss Eric Magnusson
Does anyone know a SQL EOUtilities generation that would yield the earliest record. How can I create a search criteria that will return the earliest record in a table ( the records are time stamped with a date, not the creation date but the occurrence date ), without returning a sort of all the

Re: AjaxDatePicker and IE(7 or 8)

2010-08-17 Thread Ramsey Gurley
I would suspect that the css is being loaded via the ERXResponseRewriter since that only loads the CSS on the first go 'round. Try loading the css directly in your page head and see if the calendar keeps disappearing. Something like: CalendarCSS: ERXStylesheet { filename = "calend

Re: AjaxDatePicker and IE(7 or 8)

2010-08-17 Thread Theodore Petrosky
here's something interesting: There is more to this…… enter a page with the IE Compatibility turned off the ADP appears correctly on an AMD. dismiss the dialog and show the dialog again and the ADP is transparent no matter how many times I close and reopen the AMD the ADP does not function (is t

Re: Debug attribute on wocompile

2010-08-17 Thread Paul Hoadley
Hi Hugi, On 16/08/2010, at 8:56 PM, Hugi Thordarson wrote: > Set the attribute debuglevel="lines" for the wocompile task. > > Check the documentation for the javac task (which wocompile extends) for more > info on the values you can use in this attribute. > > http://www.jajakarta.org/ant/ant-1

Re: Debug attribute on wocompile

2010-08-17 Thread Paul Hoadley
Hi Johann, On 16/08/2010, at 8:56 PM, Johann Werner wrote: > try to add > > optimize="off" > > to your wocompile task. Thanks, I'll check that out. -- Paul. http://logicsquad.net/ ___ Do not post admin requests to the list. They will be ignore

Re: Dates (1-day resolution) redux

2010-08-17 Thread Paul Hoadley
Hi Henrique, On 13/08/2010, at 3:38 AM, Henrique Prange wrote: > I've written a sample project [1] to demonstrate how it could be implemented. > Please, it's just a proof of concept, not the best way to do, ok? This is actually working well enough for my purposes almost without modification.