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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -