>
>
>  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

Reply via email to