标签: jax-rs jersey-2.0 glassfish-5
我有一个简单的JAX-RS / Jersey应用程序。
它是通过Netbeans 8.2创建的,没有maven 。
使用@ApplicationPath + ResourceConfig
@ApplicationPath + ResourceConfig
当我通过context-path修改glassfish-web.xml时,在调用所有端点时得到404 Not Found。
context-path
glassfish-web.xml
404 Not Found
当我注释<context-root>/</context-root>时,它就可以正常工作。
<context-root>/</context-root>
这不是无缝的,我想念什么?