开发者

Deploying Jersey REST Webservice on Apache Web Server

I am a dot net developer but yesterday I was asked to develop a Restful Web service using Java, I googled a lot and finally I am able to develop, run a "hello world" example using Eclipse+Jersey+Tomcat.

But I wonder how can I be able to deploy it on Apache Webserver,

Please send me a s开发者_C百科tep by step guide considering me a newbie. Thanks


An Apache webserver does not support the execution of servlets (as e.g. Tomcat does). What you can do is run a Tomcat server and connect it to Apache by using a JK connector.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜