Hi Anja, > -----Original Message----- > From: Anja Falkner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 11:37 PM > To: Tomcat Users List > Subject: WEB-INF/classes > > > Hello, > > at setting up a new context for Tomcat, I must have forgotten > something, because tomcat doesn't find my classes in > WEB-INF/classes. The following fault appears: > > login_0005ftest$jsp.java:71: Class org.apache.jsp.DBSConnect not found. > DBSConnect connect > = new DBSConnect(); >
I'm not familiar with JSP, but it looks like all you need is to import your DBSConnect, I don't think it really in org.apache.jsp package. Right? > Until now I thought: When Tomcat is restarted, it recognizes the > content in WEB-INF/classes. > > But perhaps I have to make some entries in server.xml or web.xml > referring to this classes? > > Thank you for any help > > Anja > Anton -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
