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/FilterManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/FilterManager.java (file contents):
Revision 1.5 by tdb, Tue Nov 21 21:04:47 2000 UTC vs.
Revision 1.6 by ajm, Tue Nov 21 22:13:15 2000 UTC

# Line 64 | Line 64 | class FilterManager {
64              poa.the_POAManager().activate();
65              
66              // get the config
67 <            Configuration myConfig = configManager.getConfiguration("filterManager");
67 >            Configuration myConfig = configManager.getConfiguration("FilterManager");
68              
69              // some place holders for the configuration
70              int port = 0;
# Line 77 | Line 77 | class FilterManager {
77                
78                  // get the property
79                  try {
80 <                    port = new Integer(myConfig.getProperty("listenPort")).intValue();
80 >                    port = new Integer(myConfig.getProperty("FilterManager.listenPort")).intValue();
81                  } catch (org.omg.CORBA.MARSHAL e) {
82                      System.out.println("Caught org.omg.CORBA.MARSHAL, must be a null we got back");
83                      System.exit(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines