I am developing a Dynamic web project. Project is running well on local server but not on live. On live server it throws exception at the line I have used any java object:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 7 in the jsp file: /groups.jsp
CollectionAppService cannot be resolved to a type
4: <%
5: String json = "[]";
6: try {
7: CollectionAppService collectionAppService = new CollectionAppService();
8: json = collectionAppService.getGroupsJson();
9: } catch (Exception e) {
10: e.printStackTrace();
Project run on local server but also have errors in error log for max class files:
Error:
Thu Sep 20 01:16:11 GMT+05:30 2012
File not found: /Users/sukhpal/Data/Workspaces/J2EE Workspace/CollectionApp/build/classes/com/mut/service/common/Constants.class.
Please help.(Tomcat is enabled on my live server).
Following is link of live server http://mutmanager.com/webservice/groups.jsp