How about that javax.serverlet package?  That's looks more than a little
'spishus to me.

Scott Stirling

----- Original Message -----
From: "Matthew SINCLAIR(SAC)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 11:24 PM
Subject: Bean Problems With Java Server 2.0


> I have written a bean with the following header and am having problems
installing it on Sun's Java Web Server 2.0.
>
> The Header of the .JAVA file looks like this
>
> import javax.serverlet.http.*;
> import java.util.*;
> import java.io.*;
>
> public class WeatherBean implements Serializable
> {
> ...
> }
>
>
> I have tried including it in a package but I still get the same error.
When I go to install the bean in the servlets section of the Admin Tool, I
get an Internal error, "java.lang.nameformatexception:wrong name".  I
specify the JAR file, the class file and the Name of the bean but still no
luck.  What am I doing wrong?
>
> Your help would be much appreciated.
>
> Matt

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to