开发者

Can multiple projects have the same context-root?

I am going to build a many web services using weblogic an开发者_如何学运维d JAX-RS. To keep things simple I was going to place each service in its own project. But the problem I seem to be having is with setting the context-root for each project.

Can multiple projects that are deployed on the save weblogic server have the same context-root?


of course not. how do you expect weblogic knows which web application you are calling?

edit: however, it is possible to give one web application a context root of /webapp and the other /webapp/ws

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜