location « Bean « JSP-Servlet Q&A





1. Problem with simple bean that fails only at deployment location    coderanch.com

I am having some problems deploying a simple bean project as a trial basis. The program works perfectly at my home version of Tomcat. Here is the jsp, it is called accessbean.jsp The actaul file is located at: /cscs/www/tomcat/webapps/w0109699/simplebeanjsp Using JavaBeans <%= bean0.stars(20) %> Welcome to My Web page <%= bean0.doubleLine(30) %> ...

2. Location of a Bean    coderanch.com

HI all I have a very basic problem in placing the bean. As told i have placed my bean in D:\Chari\Tomcat\ShoppingCart\WEB-INF\classes\com\shoppingcart\user\User.class and in my JSP program which is in D:\Chari\Tomcat\ShoppingCart\simple.jsp i have used Even then iam getting the following 3 errors org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 0 in the jsp ...