You might want to take the new IBM tutorial on
JSP.  It takes about a half hour to complete.
I downloaded it and viewed it from a hard drive.
It's clever and fun:

http://www.software.ibm.com/developer/education/java/online-courses.html

--- Srinivas Rampally <[EMAIL PROTECTED]> wrote:
> The best way to start learning JSP is to download
> the Reference
> Implementation from SUN Microsystems at
>
http://developer.java.sun.com/developer/earlyAccess/jsp/index.html.
>
> It is free. You need to register in JAVA DEVELOPER
> CONNECTION for
> downloading.
>
> You need to download Java 1.1.8 or 1.2 development
> kit also.
>
> If you install JDK 1.1.8 in C:\jdk1.1.8 and JSP
> Reference Implementation in
> C:\jswdk-1.0-ea then add following lines in
> C:\jswdk-1.0-ea\startserver.bat
> on top after "@echo off" statement.
>
> set CLASSPATH=C:\jdk1.1.8\lib\classes.zip
> set JAVA_HOME=C:\jdk1.1.8
> set PATH=%PATH%;C:\jdk1.1.8\bin
>
> If you are already running any webserver on your PC
> at port 8080 then modify
> C:\jswdk-1.0-ea\default.cfg to start on server on
> different port.
>
> click startserver.bat file to run the server.
>
> Go to browser and execute following to see SUN
> examples for using JSP. You
> can view source code also.
>
> http://yourmachine:port/
>
> For example, on my PC (name: rampally) I use.
>
> http://rampally:8082
>
> I set 8082 as port (in default.cfg) to run Reference
> Implementation's
> Webserver.
>
> Good luck.
>
> - Srini
>
> -----Original Message-----
> From: A mailing list about Java Server Pages
> specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sonny
> Hodac
> Sent: Monday, June 28, 1999 12:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP with JWS
>
>
> Or, say with any Web Server (ex: iis)?
>
> -----Original Message-----
> From: Javier Guti�rrez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 01, 1999 1:57 AM
> To: [EMAIL PROTECTED]
> Subject: JSP with JWS
>
>
>         Hi there,
>
>             I'm starting to learn about JSP, so i'm
> sorry if this is a
> simple question. But, how can I install JSP engine
> in a Java Web Server?.
>
>         Thanks.
>
>
>
*********************************************************
> Javier Guti�rrez Exp�sito
> Ingeniero de Software
> TECSIDEL S.A.
> telef: +34 91 353 08 10
> e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  ,
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> **********************************************  If
you only want serlvet/jsp engine for IIS and Netscape,
> then SE may become the only choice.  (Of course, it
would be
> a different story if MS/NS decide to support
servlet/jsp right out of
> the box.)

Allaire have - at least for now - publicly committed
to continuing to
sell JRun as a standalone product, as well as
integrating with ColdFusion
etc.

At JavaOne, representatives from Netscape reported
that the next release
of Netscape Enterprise Server will support JSP &
servlets directly.  It's
due out in August or thereabouts, based on my personal
(and occasionally
faulty) recollection.

Cheers,
        Richard.

=========

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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".

Reply via email to