just an update : this is what i get in tomcat access logs :
127.0.0.1 - - [18/Feb/2014:16:42:45 +0530] "GET /jkweb/websocket/fileuploadtracker HTTP/1.1" 404 1017 is this correct ?? On Tue, Feb 18, 2014 at 5:56 PM, J Java <jforjava1...@gmail.com> wrote: > Also I using Struts 2. but my Struts2 servlet only handles urls with > pattern : *.action > <filter-mapping> > <filter-name>struts2</filter-name> > <url-pattern>*.action</url-pattern> > </filter-mapping> > > Also I have configured Spring security but logs show that it is filtering > the request properly. > > > On Tue, Feb 18, 2014 at 5:42 PM, J Java <jforjava1...@gmail.com> wrote: > >> I have currently deployed it through Eclipse Juno. However I am *not * using >> Eclipse's instance. My webapp gets deployed in my tomcat and not Eclipse's >> one. >> Please let me know any additional information you need. Or please let me >> know how to go debugging it like checking if Websocket Server endpoints are >> actully mounted to accept the connections or not and other diagnostics? >> >> Thanks, >> Shailesh. >> > >