Re: RewriteMap with Java & RewriteLock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



My Java class read from stdin (System.in), the main problem is the loop : with the "while read text", there is an infinite loop.

But when I only write a call from the shell to the java class :
	#!/bin/sh
	java -classpath /path/to/java/class/ MainClass
It work perfectly the first time but nothing after this first call. It's normal because there isn't any loop, but i don't know how to write this loop in the shell script.

Thanks for your help Eric.


Le 16 juil. 08 à 15:38, Eric Covener a écrit :

On Wed, Jul 16, 2008 at 3:01 AM, Anazys - Apache <apache@xxxxxxxxxx> wrote:
Thanks for your answer. I already try this but when I write this script, I don't know how to handle the loop with stdin (in the shell script or in the
java file ?) :
I try this in the shell :
      #!/bin/sh
      while read text
      do
              java -classpath /path/to/java/class/ MainClass
      done


Your java class should read from stdin.

--
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux