zouwenxmu opened a new issue #1554: edge网关边缘服务采用web容器tomcat部署是如何配置的 URL: https://github.com/apache/servicecomb-java-chassis/issues/1554 使用springboot方式部署功能都正常,参考普通微服务的war部署方式,路由转发功能不正常,报404 <servlet> <servlet-name>SpringMVCServlet</servlet-name> <servlet-class>org.apache.servicecomb.transport.rest.servlet.CseDispatcherServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>SpringMVCServlet</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
