• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Pls Help JavaBean tomcat

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?)
reply
    Bookmark Topic Watch Topic
  • New Topic