hi friends,
this is the problem i am facing
C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:58: package callreg does not exist
callreg.URLBean db = null;
An error occurred at line: 2 in the jsp file: /passcall.jsp
Generated servlet error:
C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:60: package callreg does not exist
db = (callreg.URLBean) pageContext.getAttribute("db", PageContext.APPLICATION_SCOPE);
An error occurred at line: 2 in the jsp file: /passcall.jsp
Generated servlet error:
C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:63: package callreg does not exist
db = (callreg.URLBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "callreg.URLBean");


and my dir structure is:
c:/tomcat/webapps/callreg/web-inf/calsses/callreg/URLBean.class
c:/tomcat/webapps/callreg/web-inf/lib/tds.jar

and i am includeing jsp as
<jsp:useBean id="db" scope="application" class="callreg.URLBean" />


and connecting as
Class.forName(db.getDriver());
Connection con=DriverManager.getConnection(db.getUrl(),db.getUser(),db.getPassword());
pls help me out
its urgent
thanx in advance
Shaman




___________________________________________________
Meet your old school or college friends from
1 Million + database...
Click here to reunite www.batchmates.com/rediff.asp



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to