[ 
https://issues.apache.org/jira/browse/CXF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reginald Reed closed CXF-5587.
------------------------------

    Resolution: Won't Fix

We'll will attempt a complete update of our applications to resolve the issue 
with Windows 7.

> CXF version 2.2.9 is not recognising my url-pattern
> ---------------------------------------------------
>
>                 Key: CXF-5587
>                 URL: https://issues.apache.org/jira/browse/CXF-5587
>             Project: CXF
>          Issue Type: Bug
>         Environment: Windows 7, 32bit, IBM RAD 7.5.5.3
>            Reporter: Reginald Reed
>
> We are trying to run our server locally on our PC using IBM RAD 7.5.5.3 under 
> Windows 7, 32Bit.  When we use SoapUI to run our test, we get back the error: 
> Error 404: SRVE0190E: File not found: /services/worker
> the SoapUI url used was: http://localhost:9080/airport/services/worker    we 
> verified that (A) the port was correct (B) the context-root: airport is 
> correct (C) The Servlet mapping /services/* is correct. Is there a 
> compatibility with issue CXF version 2.2.9 and WIndows 7? 
>       <!-- START CXF Config -->
>       <servlet>
>               <servlet-name>CXFServlet</servlet-name>
>               
> <servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
>               <init-param>
>                       <description>Hides the listing of available services 
> when set to true.
>                       It is considered a security risk to set this to false 
> (or leave it unset),
>                       because a container should never give more information 
> to the client
>                       than is necessary to function properly.</description>
>                       <param-name>hide-service-list-page</param-name>
>                       <param-value>true</param-value>
>               </init-param>
>       </servlet>
>       <servlet-mapping>
>               <servlet-name>CXFServlet</servlet-name>
>               <url-pattern>/services/*</url-pattern>
>       </servlet-mapping>
>       <!-- END CXF Config -->



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to