Re: Beating request-response cycle on debug?
Re: Beating request-response cycle on debug?
- Subject: Re: Beating request-response cycle on debug?
- From: wojingo <email@hidden>
- Date: 05 Jun 2004 22:24:42 +0930
Hi,
[snip]
> ----- Original Message -----
> From: "Kieran Kelleher" <email@hidden>
> To: "email@hiddenn:WebObjects" <email@hidden>
> Sent: Wednesday, June 02, 2004 10:30 PM
> Subject: Beating request-response cycle on debug?
>
>
> > Is it possible to configure my development setup so I don't get a
> > time-out "No instance available" error on my browser when I am
> > debugging code in the middle of the request-response cycle?
> >
Hit the application on the port directly instead of going via the web
server. The url would be something like:
http://asdf.com:1212/WebObjects/AppName
instead of
http://asdf.com/WebObjects/AppName/-1212
or whatever the url is...
I havent coded any wo for awhile so these urls might not look right.
this should work, and If it doesnt then pretend someone else told you.
:)
HTH.
-
shaun
_______________________________________________
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.