HTTP request after server startup [message #827281] |
Fri, 23 March 2012 01:16  |
Eclipse User |
|
|
|
It appears to me like WTP may be sending a (test?) HTTP request to my server after launch is complete. I'm using Tomcat with Eclipse Web Developer Tools version 3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL
Build id: 20100921193530. My questions are:
* Is it true that WTP sends a test/probe HTTP request to the server after launch?
* Is this documented anywhere?
* Is there any configuration associated with this, can it be disabled?
Thanks
Brett
|
|
|
|
|
|
|
Re: HTTP request after server startup [message #838079 is a reply to message #828062] |
Fri, 06 April 2012 10:36   |
Eclipse User |
|
|
|
On 3/24/2012 2:05 AM, Brett Randall wrote:
> Thanks Larry.
>
> My interest here is when testing a webapp, and one is interested in
> observing behaviour on the very first request to the application, and
> having control over that request - parameters etc.
>
> I take it that the request is currently a hard-coded GET to http
> ://<hostname>:<port>/ ? Would it be feasible to open this to end-user
> configuration? I appreciate that it might be difficult to allow it to be
> turned-off altogether, as to your point WTP won't know when the server
> has finished loading. But my tests for Tomcat at least suggest that I
> can send a request such as GET /foo/bar and expect a 404, and the 404
> will only be delivered once the server is fully-started.
>
> So if I was able to configure/customise the ping URL, and perhaps
> convince WTP to accept a 404 (not sure what it does with status codes
> now), then this would help with the above requirement. Aside: the
> current test-request does follow 301 redirects.
>
> Does this have a chance of gaining support as an enhancement request?
>
> Best
> Brett
Sorry to take so long to respond. I believe the current behavior is to
simply wait for a connection. I don't think it currently checks the
response in any way. You are welcome to enter a Bugzilla enhancement
request. Since my cycles available for WTP these days are pretty
limited, it would very likely need a patch to get the feature added.
Default behavior would be the same as the current behavior.
Cheers,
Larry
|
|
|
|
Powered by
FUDForum. Page generated in 0.12589 seconds