David Valentine wrote: > > Hi, > > I have been working with servlets for the last few weeks, and > have encountered a problem I just can't solve. > I have a servlet which was working just fine up until today when > I modified it a bit. The modification uses Java 2 Collections to > sort an Object array. Now suddenly my servlet always returns a > "404 Not Found" error when I try and run it. I can see it in the > servlets directory, I have added a reference to it in the servlet > section of the Java Web Server, and all my other servlets with > similar configurations work fine. > My guess as to why this is not working is because I am getting > some kind of run time exception that is not reporting itself when > I attempt to use Java 2 stuff with the default install of > JavaWebServer. Unfortunately there are several configuration > issues I will have to deal with before I can get the web server > using the Java 2 VM. So... are there any servlet engines out > there that are already using Java 2 by default? Perhaps I could > just use that instead of reconfiguring the JavaWebServer. Our WAICoolRunner add-on for Netscape web servers runs with JDK 1.2 (Java 2). Our pure Java web server for low traffic sites, called LiteWebServer, also works with Java 2. So far it's only available as part of our InstantOnline Basic product but you can download the evaluation copy and use just LWS if you like. LWS will be released as a stand-alone product soon. For more info on these products, see http://www.gefionsoftware.com. -- Hans Bergsten [EMAIL PROTECTED] Gefion Software http://www.gefionsoftware.com ___________________________________________________________________________ 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
