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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -