DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13014>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13014 OS/390/USS - Invalid <url-pattern> in servlet mapping Summary: OS/390/USS - Invalid <url-pattern> in servlet mapping Product: Tomcat 4 Version: 4.1.10 Platform: Other OS/Version: Other Status: UNCONFIRMED Severity: Blocker Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On IBM OS/390 v2.10 / Unix System Services. Getting the following message in the log : Starting service Tomcat-Standalone Apache Tomcat/4.1.10 ServerLifecycleListener: Process addValve[container=StandardEngine [Standalone].StandardHost[localhost],valve=ErrorReportValve[localhost]] ServerLifecycleListener: Creating MBean for Valve ErrorReportValve[localhost] ServerLifecycleListener: Process addValve[container=StandardEngine [Standalone].StandardHost[localhost],valve=ErrorDispatcherValve[localhost]] ServerLifecycleListener: Creating MBean for Valve ErrorDispatcherValve [localhost] ServerLifecycleListener: propertyChange[container=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],propertyName=resources,oldValue=null,newValue=org.apache.naming.resources.Pr oxyDirContext@11dbffd5] ServerLifecycleListener: propertyChange[container=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],propertyName=loader,oldValue=null,newValue=WebappLoader[ÁÌ/_ø%ÁË]] ServerLifecycleListener: Creating MBean for Loader WebappLoader[ÁÌ/_ø%ÁË] ServerLifecycleListener: propertyChange[container=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],propertyName=manager,oldValue=null,newValue=org.apache.catalina.session.Stan dardManager@6127fd4] ServerLifecycleListener: Creating MBean for Manager org.apache.catalina.session.StandardManager@6127fd4 ServerLifecycleListener: propertyChange[container=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],propertyName=replaceWelcomeFiles,oldValue=false,newValue=true] ServerLifecycleListener: propertyChange[container=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],propertyName=publicId,oldValue=null,newValue=-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN] ServerLifecycleListener: Process addChild[parent=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],child=StandardEngine[Standalone].StandardHost[localhost].StandardContext [ÁÌ/_ø%ÁË].StandardWrapper[default]] ServerLifecycleListener: Process addChild[parent=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],child=StandardEngine[Standalone].StandardHost[localhost].StandardContext [ÁÌ/_ø%ÁË].StandardWrapper[invoker]] ServerLifecycleListener: Process addChild[parent=StandardEngine [Standalone].StandardHost[localhost].StandardContext[ÁÌ/_ø% ÁË],child=StandardEngine[Standalone].StandardHost[localhost].StandardContext [ÁÌ/_ø%ÁË].StandardWrapper[jsp]] java.lang.reflect.InvocationTargetException: java.lang.IllegalArgumentException: Invalid <url-pattern> in servlet mapping That is actually in ascii hex translated to the character '/' and is actually pointed to the the '/' in conf/web.xml at the location <!-- The mapping for the default servlet --> <servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> This "Invalid <url-pattern>" is repeated a number of times each followed by a different url-pattern as defined in conf/web.xml eg. the next one is /servlet/* OS/390's USS is an EBCDIc machine. I ftp the webapps directory to USS in binary to retain the ASCII value. Joseph Tan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>