I take that back. It seems to fire up the server just fine but I get this
when I try to surf to the URL:

Error: 500

Internal Servlet Error:

java.lang.NoSuchMethodError: javax.servlet.ServletContext: method
getResource(Ljava/lang/String;)Ljava/net/URL; not found
        at com.sun.web.core.DefaultServlet.doGet(DefaultServlet.java:54)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:140)
        at com.sun.web.core.Context.handleRequest(Context.java:375)
        at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:135)

Currently the only things in my CLASSPATH are server.jar, servlet.jar and
the MRJ Java classes.

----------
>From: James Duncan Davidson <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Happy News -- JSDK 2.1 Released
>Date: Mon, Apr 26, 1999, 7:31 PM
>

>> How do I run the ServletRunner on the MacOS?
>
> We'll have a better answer soon, but the short answer is, get the MRJ
> SDK and use JBindery to call com.sun.web.shell.Startup -- make sure that
> server.jar and servlet.jar are on your classpath.
>
> .duncan
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to