How to hit two servlet in url in java -


After jumping a JSP or servlet through the URL, I login to a web application through the URL. How do I go directly to the 2 GSP page via the URL

All the solutions are,

< Filters to block URL via 1 web.xml

2 Strong>. > Use the Redirect or Forward feature in Servlet or Jsp .


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -