Hello kevin,
I have an usual web application that works perfect in the "virtual tomcat" when I define a "context" entry in the server.xml file of the virtual tomcat. Separately, I upload this application to alfresco and when I click on "preview website" I can debug, or show messages in the console, and i can see that the application is running: All the controller servlets are running and working ok but when the servlet makes a RequestDispacher.forward() to the jsp file, this is not viewed in the navigator, I think that is reached but not showed. If I , from alfresco click on a jsp file of my web app I can see nothing! I can see every content, except jsp , I have made sure that the jsp is reachable but I think that Its is not compiled or something like that.
The directory structure is a normal structure:
WEB-INF/
web.xml
src/
jsp
js
images
Thanks in advance.