File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Pls Help JavaBean tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Pls Help JavaBean tomcat" Watch "Pls Help JavaBean tomcat" New topic
Author

Pls Help JavaBean tomcat

nirail rail
Ranch Hand

Joined: Nov 14, 2003
Posts: 39
I am developing an application using appache/Tomcat 4.1 I am trying to use javabean but when used in jsp i get error

C:\Apache\Tomcat4.1\work\Standalone\xxxx.xxxx.net\_\cms\bin\loginCheck_jsp.java:54: package com.prog does not exist
[javac] com.prog.ConnectionBean dbConnect = null;

i am running other application on same m/c on same appache/Tomcat 4.1 which is working fine pls help
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12265
    
    1
Where have you placed the .jar file containing com.prog.ConnectionBean?
The Tomcat docs have a discussion of where library jar files should go - as I recall it is in /tomcat-docs/class-loader-howto.html

Bill
(why did you think "Pls Help" was necessary?)


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Pls Help JavaBean tomcat
 
Similar Threads
Appache+JBoss
Tomcat IllegalAccessError!!!!
Calling a servlet on startup
problem with struts installation
JSP and JavaBeans