billbarker    02/01/03 22:04:33

  Modified:    jk/java/org/apache/jk/server/tomcat40/config NSConfig.java
  Log:
  Make the new branch the same as the old.
  
  Revision  Changes    Path
  1.2       +4 -2      
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat40/config/NSConfig.java
  
  Index: NSConfig.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat40/config/NSConfig.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NSConfig.java     18 Dec 2001 22:17:26 -0000      1.1
  +++ NSConfig.java     4 Jan 2002 06:04:33 -0000       1.2
  @@ -287,9 +287,10 @@
               log("Ignoring root context in forward-all mode  ");
               return;
           } 
  -
  +     objfile.println("<Object name=" + context.getName() + ">");
           objfile.println("NameTrans fn=\"assign-name\" from=\"" + ctxPath + "\" 
name=\"" + objectName + "\""); 
           objfile.println("NameTrans fn=\"assign-name\" from=\"" + ctxPath + "/*\" 
name=\"" + objectName + "\""); 
  +     objfile.println("</Object>");
       }
   
   
  @@ -305,7 +306,7 @@
               log("Ignoring root context in non-forward-all mode  ");
               return;
           } 
  -
  +     objfile.println("<Object name=" + context.getName() + ">");
           // Static files will be served by Netscape
           
objfile.println("#########################################################");          
          
           objfile.println("# Auto configuration for the " + nPath + " context 
starts.");
  @@ -331,6 +332,7 @@
        for(int ii=0; ii < servletMaps.length; ii++) {
            addMapping( ctxPath , servletMaps[ii] , objfile );
        }
  +     objfile.println("</Object>");
       }
   
       /** Add a Netscape extension mapping.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to