There is a minor capitalization typo that is causing 4.1.26 to not start
up properly on NetWare.  I think this typo has been there a while, but
the newer version of struts causes the typo to actually trigger an error
now.

I have attached a diff file; could somebody please make this simple
change for me?

Thanks,

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com
RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/admin/WEB-INF/struts-config.xml,v
retrieving revision 1.52
diff -u -r1.52 struts-config.xml
--- struts-config.xml   9 Apr 2003 22:36:33 -0000       1.52
+++ struts-config.xml   18 Jul 2003 17:40:07 -0000
@@ -85,7 +85,7 @@
                     type="org.apache.webapp.admin.defaultcontext.DefaultContextForm"/>
                     
     <form-bean      name="defaultContextsForm"
-                    
type="org.apache.webapp.admin.defaultContext.DefaultContextsForm"/>
+                    
type="org.apache.webapp.admin.defaultcontext.DefaultContextsForm"/>
 
     <!-- ============= Connector Module ============= -->
 


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

Reply via email to