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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java (file contents):
Revision 1.38 by tdb, Thu Feb 27 18:03:58 2003 UTC vs.
Revision 1.40 by tdb, Sun Aug 1 10:41:05 2004 UTC

# Line 1 | Line 1
1   /*
2   * i-scream central monitoring system
3 < * http://www.i-scream.org.uk
3 > * http://www.i-scream.org
4   * Copyright (C) 2000-2002 i-scream
5   *
6   * This program is free software; you can redistribute it and/or
# Line 100 | Line 100 | class HostInit extends Thread {
100                      // try for FQDN
101                      getInBound("FQDN");
102                      _socketOut.println(_socket.getInetAddress().getHostName().toLowerCase());
103 +                    
104 +                    // try for IP
105 +                    getInBound("IP");
106 +                    _socketOut.println(_socket.getInetAddress().getHostAddress());
107                      
108                      // get properties
109                      String reqProperty = getInBound();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines