ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/HTTP__ServiceCheck.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/HTTP__ServiceCheck.java (file contents):
Revision 1.8 by tdb, Tue May 29 17:02:35 2001 UTC vs.
Revision 1.9 by tdb, Mon Dec 10 22:20:23 2001 UTC

# Line 7 | Line 7 | import java.net.URL;
7   import java.net.HttpURLConnection;
8  
9   /**
10 < * A first REAL service check! ;-)
10 > * Tests whether a webserver is responding on port 80.
11   * Connects on port 80 and performs a simple HTTP HEAD request.
12   * Currently it sends back 200 for OK, anything else indicates a failure.
13   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines