bad URLMatchMap
2 posts in topic
Flat View  Flat View
TOPIC ACTIONS:
 

Posted By:   Irene_Espadas
Posted On:   Thursday, August 30, 2001 02:51 AM

Hi! I call a Servlet in a html page, and the request: https://hostname:port/Generico returns me with an empty page and i see the following stack trace at the weblogic console: java.lang.IllegalArgumentException: bad URLMatchMap path: ' at weblogic.servlet.utils.URLMatchMap.get(URLMatchMap.java:196) at weblogic.servlet.security.internal.WebAppSecurity.getConstraint(WebAppSecurity.java:135) at weblogic.servlet.security.internal.SecurityModule.checkTransport(SecurityModule.java:177) at weblogic.servlet.security.internal.BasicSecurityModule.checkA(BasicSecurityModule.java:48) at weblogic.servlet.security.internal.   More>>

Hi!


I call a Servlet in a html page, and
the request: https://hostname:port/Generico
returns
me with an empty page and i see the following stack
trace at the weblogic console:




java.lang.IllegalArgumentException: bad URLMatchMap
path: ' at
weblogic.servlet.utils.URLMatchMap.get(URLMatchMap.java:196)
at
weblogic.servlet.security.internal.WebAppSecurity.getConstraint(WebAppSecurity.java:135)
at
weblogic.servlet.security.internal.SecurityModule.checkTransport(SecurityModule.java:177)
at
weblogic.servlet.security.internal.BasicSecurityModule.checkA(BasicSecurityModule.java:48)
at
weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:150)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1250)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

   <<Less

Re: bad URLMatchMap

Posted By:   Alex_Chaffee  
Posted On:   Tuesday, October 9, 2001 03:18 PM

Sounds like your config file has an error in it. Search your web.xml for a stray single quote (').

Re: bad URLMatchMap

Posted By:   Jose_Garcia  
Posted On:   Friday, October 5, 2001 12:05 PM


In Spanish: tienes que añadir una página index.html en el directorio root.
O añadir la pagina que quieres que se carge por defecto en el web.xml que cuelga de root/web-info:


tuPagina.html


About | Sitemap | Contact