Unable to import classes in Tomcat(JSP)
843838May 24 2006 — edited May 24 2006Hello, I'm fairly new to both the Tomcat webserver and JSP. I've setup a context path, a project in NetBeans, and it appears to work fine.
That is, until I try to import a class! I'd like to play with bean usage, but I am unable to determine as to how to get the compiler to locate my compiled class files. I thought netbeans might handle this magically. Note: netbeans creates a Build/Web/ directory, from which I am viewing JSP files. It also includes a \WEB-INF\classes\ directory, with my class files.
The best way to illustrate my current setup is in a screenshot:
http://img112.imageshack.us/img112/4431/netbeanssss1vi.gif
I apologize if this is a Tomcat issue, but I have absolutely no idea as to how to get this to work. I've tried googling, but no relevant results!
I appreciate any time you take to help greatly!