I installed it last night and I had to add the next 3 lines inside the
startserver.bat right after the:  rem Improvements to this file are welcome

set PATH=c:\jdk1.2.2\bin
set JAVA_HOME=c:\jdk1.2.2
set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%CLASSPATH%

My variables JAVA_HOME and CLASSPATH weren't set in my machine, so I had to
add them because startserver.bat looks for them to compose other paths. I
think with these 3 lines you are ready to go.

If you don't have enough enviroment memory, then go to the dos properties
and set the environment memory to 2816 and you'll be ok. Want more info ?
Then go to...
http://www.esperanto.org.nz/jspbook/
download the pdf file and you'll have step by step documentation.

I'm using Windows 98 and all my examples work fine!

Rafael

----- Original Message -----
From: Simon Holm <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 13, 1999 6:05 AM
Subject: Re: Running the Jsp examples


> >
> >
> >  I am a starter in JSP.I tried using both the JSWDK and even JavaWeb
server
> > 2.0 for jsp but I am not able to run the jsp examples supplied with the
> > implementation .
> > I am using a windows 95 and I extracted the JSWDK in my C: drive.What
are
> > the other steps that are required to run JSP examples.
> >
> > Do I have make change in autoexec.bat if yes what  are they.
>
> Yes!
>
> From the readme file in the JSWDK kit:
>
> > "In order to run the Server it is necessary to have installed a
compliant
> > JDK. You must also have the "java" program available in your path (set
> > using the PATH environment variable). More information can be found at
> > http://java.sun.com/products/jdk.
> >
>
> PATH=c:\jdk1.2.2
>
> >
> > If you are using JDK 1.2, tools.jar (which can be found in
> > /path/to/jdk1.2/lib/tools.jar) needs to be in your
> > CLASSPATH. Tools.jar contains "javac" which is used by the JSP engine
> > to compile the servlets generated from .jsp's."
> > kapil
> >
>
> CLASSPATH=c:\jdk1.2.2\lib\tools.jar
>
> >
>
> I was force to include CLASSPATH in the "startserver.bat" to make it work.
> But I havent try the final version yet!
>
> >
> >
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> > FAQs on JSP can be found at:
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
>
> --
>
> My webSite: http://www.b2b.nu
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to