[
https://issues.apache.org/jira/browse/CXF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930451#comment-13930451
]
Aki Yoshida commented on CXF-5587:
----------------------------------
Hi,
Is there any way you could use cxf 2.7.x or 2.6.x?
2.2.9 is a way too old and we cannot look into it.
If you can't reach the servlet, it is very likely that your web app
configuration is incorrect.
For general usage questions, please use the users@cxf mailing list.
https://cxf.apache.org/mailing-lists.html
Jira is not a place for asking questions but for reporting concrete issues.
Thanks.
Regards, aki
> 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)