aspose file tools
The moose likes Tomcat and the fly likes Problem using JWSDP - Tomcat 4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Problem using JWSDP - Tomcat 4" Watch "Problem using JWSDP - Tomcat 4" New topic
Author

Problem using JWSDP - Tomcat 4

Sam Furtado
Ranch Hand

Joined: Jul 16, 2002
Posts: 45
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 !!!


Sun Certified Java Programmer<br />Sun Certified Web Component Developer
 
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: Problem using JWSDP - Tomcat 4
 
Similar Threads
Package doesnot exist
Problem in compiling .java
Problem with JWSDP - Tomcat 4
deploy web service
Exception in thread main