I have tomcat 4.1.12 installed on a UNIX machine. For
now, all I am trying to do is use a testConnection.jsp
page to access database through a ConnectionBean.java
file. The files are under package ta

All the files are located in the appropriate
directories (viz .java file in /classes/package_name/
and .jsp in webapps/package_name/) within the tomcat
installation. Also, I have made appropriate changes to
the server.xml file.

Every time I try to open the testConnection.jsp file
on the browser, I get an error saying that the package
ta does not exist.

I removed the package only to get an error of the type
undefined variable: class ConnectionBean.

CLASSPATH doesn't seem to be the issue because I
copied the one from my team member's .cshrc and he can
access his database over the browser just fine.

Any suggestions or ideas to resolve this issue would
be really appreciated.

Thanks,
Saket



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to