Re: Wonder JavaMonitor

2011-06-10 Thread Chuck Hill
On Jun 10, 2011, at 7:39 PM, Klaus Berkling wrote: > On Jun 10, 2011, at 7:10 PM, Chuck Hill wrote: >> On Jun 10, 2011, at 7:07 PM, Klaus Berkling wrote: >>> On Jun 10, 2011, at 5:43 PM, Chuck Hill wrote: >>> There are some security checks around the IP address. See WOHostUtilities in

Re: Wonder JavaMonitor

2011-06-10 Thread Klaus Berkling
On Jun 10, 2011, at 7:10 PM, Chuck Hill wrote: > On Jun 10, 2011, at 7:07 PM, Klaus Berkling wrote: > >> >> On Jun 10, 2011, at 5:43 PM, Chuck Hill wrote: >> >>> There are some security checks around the IP address. See WOHostUtilities >>> in Wonder for what is probably the fix for your prob

Re: Wonder JavaMonitor

2011-06-10 Thread Chuck Hill
On Jun 10, 2011, at 7:07 PM, Klaus Berkling wrote: > > On Jun 10, 2011, at 5:43 PM, Chuck Hill wrote: > >> There are some security checks around the IP address. See WOHostUtilities >> in Wonder for what is probably the fix for your problem: >> >> * This class replaces the WebObjects version

Re: Wonder JavaMonitor

2011-06-10 Thread Chuck Hill
Hi Klaus, On Jun 10, 2011, at 3:35 PM, Klaus Berkling wrote: > On Jun 9, 2011, at 2:23 PM, Klaus Berkling wrote: > >> Got the latest binaries. Looks like things are working a lot better (will >> need to look at my build setup). >> But it seems like 'Refuse New Sessions" doesn't work. I does wor

Re: Wonder JavaMonitor

2011-06-10 Thread Klaus Berkling
On Jun 9, 2011, at 2:23 PM, Klaus Berkling wrote: > Got the latest binaries. Looks like things are working a lot better (will > need to look at my build setup). > But it seems like 'Refuse New Sessions" doesn't work. I does work on an > older build of Monitor on a production server... Ok all,

Re: Dynamic loading of a component into a container?

2011-06-10 Thread John & Kim Larson
I think the trick is twofold. One, you want to be able to control from some ajax link or links which component is loaded and do it on any page. Two, if you want to have component actions in the loaded component, you have to somehow put it in the context. I could be totally wrong, but those are

Re: JavaMonitor's Arguments

2011-06-10 Thread Ted Archibald
It's always good to know I wasted so much time on something so obvious, lol. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: ht

JavaMonitor's Arguments

2011-06-10 Thread Ted Archibald
I spent WAY too much time on this yesterday, but can anyone explain why Javamonitor uses different markup for properties? For instance, if I have the following properties in my property file: er.someProperty=value er.someOtherProperty=true To work in javamonitor I have to change it to the followi

Re: Dynamic loading of a component into a container?

2011-06-10 Thread Theodore Petrosky
did you look at the ajaxexample? they are using a Contents : WOComponentContent { } and in a hyperlink: Hello Ajax World HelloWorldLink : WOHyperlink { pageName = "HelloAjaxWorld"; } it will load the page named HelloAjaxWorld. you can also use an action as in HelloWorldLink :

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread James Cicenia
Correct: only error in Apache logs... can't find favicon in my regular log file.. nothing.. waiting for requests. could it be the apache mod_webobjects module I downloaded? I didn't compile but downloaded the so. Though I was a bit confused as hudsen had both centos and CentOS ? James On Jun

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread Pascal Robert
Le 2011-06-10 à 11:14, James Cicenia a écrit : > Ok > > I did miss that. Now I get the dreaded > > "Your request produced an error" > > Of course no error shows up in the logs. No error in the Apache logs too? Does the Logs directory for your WO apps is writeable by the user who launch wot

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread James Cicenia
Ok I did miss that. Now I get the dreaded "Your request produced an error" Of course no error shows up in the logs. Next ? James On Jun 10, 2011, at 9:04 AM, Pascal Robert wrote: > > Le 2011-06-10 à 09:56, James Cicenia a écrit : > >> when I do that I just get the Request URL could not b

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread Pascal Robert
Le 2011-06-10 à 09:56, James Cicenia a écrit : > when I do that I just get the Request URL could not be found... > > hmmm, that then give me: > > The requested URL /cgi-bin/WebObjects/JewlersPI was not found on this server > > is this an Apache problem or javamonitor? Apache. That part of the

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread James Cicenia
when I do that I just get the Request URL could not be found... hmmm, that then give me: The requested URL /cgi-bin/WebObjects/JewlersPI was not found on this server is this an Apache problem or javamonitor? On Jun 10, 2011, at 8:37 AM, Pascal Robert wrote: > > Le 2011-06-10 à 09:34, James Ci

Re: Last hurdle on new CentOS deployment...

2011-06-10 Thread Pascal Robert
Le 2011-06-10 à 09:34, James Cicenia a écrit : > Hello - > > Well I thought I had everything finally running and configured. Then > I tried to access the app. Nothing. > > The app is running, the port is open, but when I click any link in > javamonitor to run the app I either get a blank scr

Last hurdle on new CentOS deployment...

2011-06-10 Thread James Cicenia
Hello - Well I thought I had everything finally running and configured. Then I tried to access the app. Nothing. The app is running, the port is open, but when I click any link in javamonitor to run the app I either get a blank screen in firefox or else this message in Safari: Safari can’t op

Re: Dynamic loading of a component into a container?

2011-06-10 Thread Paul Dunkler
Yes, this is exactly what i am trying to do! I will try your approach - But first, i will have a look at the WOSwitchComponent (thanks Chuck!) Will tell you when i was successfull with that Am 10.06.2011 um 00:57 schrieb John & Kim Larson: > If I get what you're asking, you want a div in y