jean michel Robinet wrote:
>
> Hello,
>
> I hope this is the right list.
> I am trying to install the JSDK WebServer Version 2.1.
> I am running windows NT workstation 4.0, and java1.1.8.
It's so refreshing to see people specify their environment. :-)
Makes it far easier to help.
> When I try to display the index file in Netscape with the url
> http://jeanmich:8080/ I get:
> Error:404
> no detailed message
This is a known issue that occurs for some people using Windows and JDK
1.1.x. The workaround for now is to use JDK 1.2.x.
...Or Unix. :-)
> When I try to run the server using the startserver.bat file I got the
> following errors:
> JSDK WebServer Version 2.1
> Unknown object of type:java.net.URL
> startup.loadprops.msg arg[0]=file:C:\jsp1.0/default.cfg
> endpoint created: :8080
> com.sun.web.core.DefaultServlet: init
Those actually aren't errors. It's output you see when you run the
server with JDK 1.1.5, since JDK 1.1.5 has a bug in MessageFormat.
(I'm surprised you see it with JDK 1.1.8.)
> When I try to sop the server using the stopserver.bat file I got the
> following errors:
> C:\jsp1.0>stopserver
> java.lang.NoSuchMethodError: sun.rmi.transport.ConnectionInputStream:
> method rea
> dObject(Z)Ljava/lang/Object; not found
This is really weird. I wonder if your CLASSPATH isn't oddly
configured? The above combined with this make it likely.
-jh-
--
Jason Hunter
[EMAIL PROTECTED]
Book: http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".