Re: a problem with _self and a problem with browser

2000-12-03 Thread Mr.Y.SHIVAKANT
  -Original Message-From: Poul Kristensen <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Friday, December 01, 2000 5:24 AMSubject: a problem with _self and a problem with browser Hi,   I'm a very very NOVICE to java.  

JServ problems

2000-12-03 Thread hari
Hello, I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. Occasionally, when I POST a large number of parameters ( ~100 fields) from an HTML form to a servlet, the last few parameters seem to be corrupted somehow - I get binary characters and other junk when I do a request.getParameter

Re: error with Runtime

2000-12-03 Thread Joi Ellis
On 3 Dec 2000, Reghunath P D wrote: > I have encountered a problem with Runtime; > > code:: > ** > > Runtime.getRuntime().exec("ls ") is not working > It gives a message: the reaped pid = > on linux On a unix host your commands are running without benefit of a shell. You must provide the

error with Runtime

2000-12-03 Thread Reghunath P D
I have encountered a problem with Runtime; code:: ** Runtime.getRuntime().exec("ls ") is not working It gives a message: the reaped pid = on linux and the same thing on windows9x and NT Runtime.getRuntime().exec("dir") is also not working It gives a message: create process error no= Plea