Skip to main content
Participant
January 8, 2015
Question

Coldfusion 9 doesn't see java servlets annotated by WebServlet annotation.

  • January 8, 2015
  • 1 reply
  • 367 views

Hi.

I'm trying to run java servlet application on coldfusion 9 running on top of iis 7 server.

Also i'm using java 1.7.

Coldfusion seems doesn't see servlets annotated by WebServlet annotation. I get 404 server response.

If i add servlets mapping in web.xml everything works fine, except one thing, my application uses WebSockets, which doesn't has xml configuration,

only annotation @ServerEndpoint.

So i can't figure out, why my annotations don't work.

According to coldfusion 9 and java ee, annotations should work and it depends on java version which i use with coldfusion.

Could you help me please, may be there is a some attribute which i need to set to use annotations like @WebServlet or something like this.

Thanks.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    January 18, 2015

    ColdFusion 9 "does see" Java Servlets annotated by the WebServlet annotation. A 404 response means in all likelihood that there is a path issue. Verify that your annotation's url-patterns attribute includes the path to the ColdFusion page calling the Servlet.