Tomcat to Glassfish url
- by Argiropoulos Stavros
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?