Home
TeamSite
Can a java servlet or jsp be called in a cgi task
garima
Can a java servlet or jsp be called in a cgi task.IF yes, can i call a servlet hosted on some other server?
Find more posts tagged with
Comments
vpatel
I think you could probably call the JSP/Servlet hosted on a separate server than TS. However, call back could be difficult (if not impossible). I would recommend that you call a JSP/Servlet on your TS server and then "forward / dispatch your request" to externally hosted Servlet and then have it return back to the original TS JSP/Servlet and then you do call back from there. It may require some creativity but it could be doable.