• 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

Problem using JWSDP - Tomcat 4

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys !!!
I've created a bean "ApplnBean" & packaged it into "beanpak".
Also specified the following import stmt in the ApplnReg.jsp :
<%@ page import="beanpak.ApplnBean" %>
The directory structure is as follows:
c:\jwsdp\webapps\WebAppln\jsp\ApplnReg.jsp
c:\jwsdp\webapps\WebAppln\WEB-INF\web.xml
c:\jwsdp\webapps\WebAppln\WEB-INF\classes\beanpak\ApplBean.class
However, even then the following runtime exception was thrown :-
Generated servlet error:
C:\jwsdp\work\Standard Engine\localhost\WebAppln\ApplnReg$jsp.java:59: Class org.apache.jsp.ApplnBean not found.

The same code works perfectly with Tomcat 3.2.1.
What should be done to rectify it ??? Pls let me know ...
Thanks Guys !!!
 
Be reasonable. You can't destroy everything. Where would you sit? How would you read a tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic