Page is a not externally linkable
RobinR - 7:06 pm on Jan 12, 2009 (gmt 0)
Under webapps, there’s an application that we’ll call sampleapp. Under sampleapp is Under the web folder is Under WEB-INF is a folder called classes Under classes are: I believe this is the directory structure expected in the Tomcat manual. The beginning code of adminjava_lt.jsp is: <%@ page language="java" <jsp:useBean id="ltable" class="beans.BNLDatabase"/> **** [localhost:8080...] in the address window I’m getting the error message package beans does not exist How can I get Tomcat to find the beans folder. Thanks, Robin
c:\apache-tomcat-4.1.39
-A folder called web which has adminjava_lt.jsp
-A folder called WEB-INF
-a folder called beans
-a folder called servlets
***********************
import="java.sql.*"
import="java.io.*"
import="java.util.*"
import="java.util.Date"
import="java.text.*"
import="javax.servlet.*"
import="beans.*"
%>
<jsp:useBean id="ptable" class="beans.BNMetadata"/>
<jsp:useBean id="list" class="beans.BNCreateListTable"/>
When I enter: