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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterMain.java (file contents):
Revision 1.2 by tdb, Tue Nov 21 22:34:04 2000 UTC vs.
Revision 1.3 by tdb, Tue Nov 21 23:14:00 2000 UTC

# Line 89 | Line 89 | class FilterMain {
89                      port = new Integer(myConfig.getProperty("Filter.listenPort")).intValue();
90                  } catch (org.omg.CORBA.MARSHAL e) {
91                      System.out.println("Caught org.omg.CORBA.MARSHAL, must be a null we got back");
92 <                    System.exit(1);
92 >                    //System.exit(1);
93                  }
94              }
95              
# Line 144 | Line 144 | class FilterMain {
144              // **** END COMMENT
145              
146              // TEST
147 <            root.receiveXML("test via Root1");
147 >            root.receiveXML("This is just a debugging test, we ("+ourName+") are live on port: "+port);
148              
149              // start the POA off
150              poa.the_POAManager().activate();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines