Question related to custom Servlet

2014-10-28 Thread John Baker
It looks like it should work. Did you look in the Tomcat logs for exceptions? How about some trivial debugging in the servlet to ensure it gets called, ie write something to System.out? -- SSO for BMC products http://www.javasystemsolutions.com/jss/ssoplugin _

Question related to custom Servlet

2014-10-28 Thread Tzachi Shaiovitch
Hi, I created a simple java file that perform invocation of a remote service. i have deployed the class file into the WEB-INF/lib directory of my MT server and added the servlet mapping in the web.xml file : OS: Linux RH 5, Tomcat 7. MT 8.1. SP1 RestCall RestCall logLocation