Hi,
I was asked in an interview like "say we have two war files output of one
servlet in one war file generates
JSp in tht war and its that will have input to other servlet in another war file and it generates a JSP with output,user is bothered only output of second war file where as request starts from first war file,here which one we have to use wheter Sendredirect() or forward() with requestDispatcher" ..
Please explain eloborately.Thanks in Advance....