A colleague of mine has generated a web service stub (is that the correct term) using netbeans and he has it deployed on his local host using Glassfish. I have tried to to the same by taking his source code and building it. I successfully buld the service, but when I try and run it I get the following error:
SEVERE: Servlet [BVTAFMessageInboxService] and Servlet [TiNA] have the same url pattern: [/BVTAFMessageInboxService]
SEVERE: Exception while deploying the app
java.lang.IllegalStateException: Servlet [BVTAFMessageInboxService] and Servlet [TiNA] have the same url pattern: [/BVTAFMessageInboxService]at org.glassfish.apf.AnnotationInfo@10acb9b
He does not receive this error. The only difference is I am running on Linux and he is running Windows, but I don't think this is the issue. I am new to Java so the error is a little confusing, can any one help me?
Thanks,
LITW