Re: EO Event Monitor
Re: EO Event Monitor
- Subject: Re: EO Event Monitor
- From: Geoff Hopson <email@hidden>
- Date: Sun, 7 Dec 2003 21:14:25 +0000
Call this in your Application constructor
EOEventCenter.setPassword("topbanana"); // or whatever password you
want :-)
Then start your app...I think you need an extra command line flag as
well -EOEventLoggingEnabled YES or something
Then launch the DA...
http://www.something.com/cgi-bin/WebObjects/YourApp.woa/wa/WOEventSetup
...and off you go. Have fun dissecting all that information :-)
HTH,
Geoff
On 7 Dec 2003, at 19:58, Karl wrote:
I tried that and also the command line option. Maybe it only works in
deployment....
Karl
On Dec 7, 2003, at 2:35 PM, Kaj Hejer wrote:
At 14:16 -0500 07-12-03, Karl Gretton wrote:
Does anyone know what the username and password is when you go to:
http://myhost:aPort/cgi-bin/WebObjects/MyApp.woa/wa/WOEventDisplay
in your app? I am trying to observe some behaviour in the sharedEC
and this seems to be a good place to find it according to the docs.
Just doesn't say anything about a username and password.
Hi!
You can set this password in your Application.java with the following
line:
statisticsStore().setPassword("mysecretpassword");
Then you login in with blank username and the passwword above.
-Kaj :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Geoff Hopson
Objectology Ltd.
http://www.objectology.co.uk/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.