liubao68 commented on issue #57: URL: https://github.com/apache/servicecomb-samples/issues/57#issuecomment-693137727
This message is clear and saying 'root cannot start with '/'', you can't specify a path starts with '/'. This demo using vert.x as a static web page provider, it has this restrictions. In windows, should use '/xxx/' , but in Linux/Unix like systems should use relative path. If this is not convinient, you can using a tomcat container to host the static pages as illustrated in https://github.com/apache/servicecomb-samples/tree/master/porter_springboot ---------------------------------------------------------------- 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]
