Hello Anla,

>> 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();
>> 

If you use = new DBSConnect(); in jsp code:
1. you should write in JSP:
   <%@ page import="org.apache.jsp.DBSConnect" %>
2. Place jasper-....jar files in WEB-INF/lib

I think it'll be enough.

AB> I'm not familiar with JSP, but it looks like all you need is to import your 
DBSConnect,
AB> 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       
>> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to