Hi all,
   I am using Jboss v2.2.2 with embedded tomcat v3.2.2 on
NT5. I've successfully deployed the interest sample 
application & run the client & its running perfectly fine.
Also, I compile the InterestServlet & kept it in Tomcat's
E:\tomcat\webapps\examples\WEB-INF\classes directory.
I've changed form action in the html file as shown below:

<form action="http://localhost:8080/examples/servlet/InterestServlet";
method="POST">

Now when I run this html file, I got the following error :

java.lang.NullPointerException
        at java.lang.ClassLoader.resolveClass0(Native Method)
        at java.lang.ClassLoader.resolveClass(ClassLoader.java:588)
        at
org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.j
ava:430)
        at
org.apache.tomcat.loader.AdaptiveServletLoader.loadClass(AdaptiveServletLoad
er.java:174)    

    Can anyone tell me whats the problem with the servlet ???
Have I placed the class file in right directory ??
I am using the same package as org/jboss/docs/interest
    Kindly Waiting for ur reply.

Thanks & Regards,
- Prashant


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to