Let’s say I have a Tomcat and a web application on it with index.html is in catalina_home\webapps\ROOT\index1.html and this web application runs successfully to the internet.
Also I have a glassfish with another application deployed on it with let’s say an index2.jsp.
Can I have a link in index1 that can open index2?
Yes, you can. Just let the
hrefattribute of the link point to that URL.E.g.
To learn more about using links in HTML, check this tutorial.