I have setup Tomcat version 7.0.65 and I am trying to open a .jsp file. What I get as a result is something in the line of:
<%@ include file="header.jsp" %>
<div id="body-0" class="body">
<div class="body-content">
<h1 class="title solid">What is Delivery IQ?</h1>
<div class="content">
<iframe width="853" height="480" src="https://www.youtube.com/embed/U6P8GxPCbyc" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
And not the actual site. Does anyone know what do I have to do in order to get it working?
So now Tomcat see the project folder instead of the default one. This way I am able to deploy it. – akortex Nov 17 '15 at 14:38