I want to send my request to servlet program from my test classes( using TESTING tool). how to achieve this.
Asked
Active
Viewed 29 times
0
-
may i know what is your servlet's url-pattern ? also make clear on both Servlet+Testing-program runs on same machine or diff? – Vishal Gajera Oct 20 '15 at 10:46
-
@ Mr. Vishal J Gejera ...... url prattern of my servlet program is "http://localhost:3030/rfc/security". and both my Servlet+Testing-program runs on same machine. – satya Oct 21 '15 at 05:49