Thank you very much
It did work but still I've got this problem
My autoexec.bat is:

mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
mode con codepage select=850
keyb uk,,c:\windows\COMMAND\keyboard.sys
set PATH=C:\jdk1.2.2\bin
set CLASSPATH=C:\jdk1.2.2\lib\tools.jar;C:\jdk1.2.2;

The java programs work well but with jswdk the problem is the following:
When I start my startserver.bat at the prompt the java console is
initialized and I can invoke examples in
http://localhost or 127.0.0.1:8080 but when I try to stop the server by
typing in the console:
C:\jswdk-1.0.1\> stopserver.bat
I have got the following problem:
Using classpath: .\classes;.\webserver.jar; .....etc the same message you
get when you start startserver.bat but the next line is : Bad command or
file name
Basically I can not stop the server by command but I have to close the dos
window which I hate
How can I overcome this problem

> -----Original Message-----
> From: Klacansky, Igor [SMTP:[EMAIL PROTECTED]]
> Sent: 27 July 2000 23:25
> To:   [EMAIL PROTECTED]
> Subject:      Re: urgent-install jsp problems
>
> I have the same problem with WIN NT 4.0.
> The solution I found is to switch from jdk1.3 back to jdk1.2.2.
> I sent it to tomcat_dev group as a bug/question and I am still hoping to
> get
> an answer.
>
> Igor
> [EMAIL PROTECTED]
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to