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 <[email protected]> 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. >
