Compiling problem on Project ch12-bankapp

9 views
Skip to first unread message

Francesco Finamore

unread,
Dec 10, 2016, 1:07:05 PM12/10/16
to Getting started with Spring Framework
On the Project ch12-bankapp i have these errors, perhaps it miss some dependencies in pom.xml :

javax.servlet.jsp.JspException cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 27 JSP Problem
javax.servlet.jsp.JspException cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 54 JSP Problem
javax.servlet.jsp.JspException cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 56 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type createFixedDepositForm.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 17 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type createFixedDepositForm.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 51 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type editFixedDepositForm.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 17 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type editFixedDepositForm.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 55 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 28 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 55 JSP Problem
javax.servlet.jsp.PageContext cannot be resolved to a type fixedDepositList.jsp /ch12-bankapp/src/main/webapp/WEB-INF/jsp line 57 JSP Problem

Thanks

Francesco Finamore

unread,
Dec 18, 2016, 6:18:03 AM12/18/16
to Getting started with Spring Framework
Ok i solved
The project is compiled with Apache Tomcat V7.0 ,
but i have installed Apache Tomcat V9.0, so i solve with these steps :
1) In Eclipse go on properties of project
2) Search Target Runtime 
3) Set the right Tomcat version (V9.0 in my case)

Bye bye
Reply all
Reply to author
Forward
0 new messages