Kris Chary wrote: > > Im new to JSP as well. Im just trying to get a simple example to work. I > downloaded the JSP reference implementation > yesterday and am using Java Web Server. I understand that the web server > should invoke the "jsp servlet" whenever > it is asked for a file with a .jsp extension. In order to load a servlet, > Java Web Server requires a class file name > as well as a jar file (which I assume will be jsp.jar in this case). > Anyway...Im lost and need help. Can anyone help? The JSP reference implementation doesn't work with the Java Web Server (JWS), or any other web server or servlet engine as far as I know. But there's a simple web server included with the JSP implementation that you can use. Read the documentation for more details. There are also a number of 0.91 and a few (one?) 0.92 implementations available. Search the archives for this list for more details, http://archives.java.sun.com/archives/jsp-interest.html -- 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 JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".