Re: Is 200 0 a failure I can understand
Re: Is 200 0 a failure I can understand
- Subject: Re: Is 200 0 a failure I can understand
- From: Rob Lockstone <email@hidden>
- Date: Tue, 16 Mar 2004 20:00:08 -0800
200 is http/servlet-speak for "OK", i.e. the request was successfully
received and processed. That's good. The 0 means zero bytes of data
were returned. Hence the blank page. That's bad.
I don't know why there isn't any data being returned, but that's what
the 200 and 0 mean.
For a more complete list of http/servlet response codes, you could look
the HttpServletResponse class here:
http://java.sun.com/products/servlet/2.3/javadoc/
I can't say that is the BEST source, but I think it's fairly
comprehensive. Someone else may have a better source.
Rob
On Mar 16, 2004, at 19:49, Baiss Eric Magnusson wrote:
I am unable to deploy a WO app that runs on the development machine.
I tried deploying both a Development style build and a Deployment
style build with the same results.
I have changed to XCode and 10.3.3 on the development machine from
previous work which used ProjectBuilder.
Looking in Server Admin I see the results of 3 WO Apps starting,
(nwSufis, FinancialWO and TravelLog)
The WO app that fails <nwsufis.woa> has a result code of <200 0>, is
this telling me something I can use?
The page just comes up blank in the browser.
No deaths are reported by JavaMonitor and the Session count is
incremented each time I try to get the app.
216.162.215.196 - - [16/Mar/2004:16:26:27 -0800] "GET
/cgi-bin/WebObjects/nwsufis.woa/1 HTTP/1.1" 200 0
216.162.215.196 - - [16/Mar/2004:16:40:08 -0800] "GET / HTTP/1.1" 200
2088
24.18.177.92 - - [16/Mar/2004:16:40:14 -0800] "POST
/cgi-bin/WebObjects/FinancialWO HTTP/1.1" 302 6024
216.162.215.196 - - [16/Mar/2004:16:41:58 -0800] "GET
/cgi-bin/WebObjects/TravelLog HTTP/1.1" 200 2997
216.162.215.196 - - [16/Mar/2004:16:41:59 -0800] "GET
/WebObjects/TravelLog.woa/Contents/WebServerResources/Home1.gif
HTTP/1.1" 200 2778
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
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.