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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java (file contents):
Revision 1.4 by tdb, Mon Nov 13 16:36:03 2000 UTC vs.
Revision 1.5 by tdb, Mon Nov 13 18:21:15 2000 UTC

# Line 36 | Line 36 | class Core {
36       * @param args the command line arguments
37       */
38      public static void main(String[] args) {
39 <        System.out.println("I-Scream CORE:" + REVISION + ": coming up");
39 >        System.out.println("--- I-Scream ---");
40 >        
41 >        // can't have a real toString() :)
42 >        String toString = "CORE(" + REVISION.substring(11, REVISION.length() - 2) + ")";
43 >        
44 >        System.out.println(toString + ": coming up");
45 >        
46          try {
47              // start the ORB
48              ORB orb = ORB.init(args, null);
# Line 69 | Line 75 | class Core {
75              
76              // start the POA off
77              poa.the_POAManager().activate();
78 <            
73 <            // can't have a real toString() :)
74 <            String toString = "I-Scream CORE:" + REVISION;
78 >                        
79              logRef.write(toString, "started");
80              
81              // now we are running, we just need to serve

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines