Re: Can I make my servlet wait/delay for... maybe 500 - 1000 ms

2009-12-17 Thread Peter Crowther
2009/12/17 Ingo Gambin igam...@brilliant.de Basically with already existing pdf-files that works fine, but checking the whole procedures inserting timing-outputs I realized that, although the extraction method is done and the next methods are called, itext (or the system) is still writing the

Re: Can I make my servlet wait/delay for... maybe 500 - 1000 ms

2009-12-17 Thread André Warnier
Peter Crowther wrote: 2009/12/17 Ingo Gambin igam...@brilliant.de Basically with already existing pdf-files that works fine, but checking the whole procedures inserting timing-outputs I realized that, although the extraction method is done and the next methods are called, itext (or the system)

RE: Can I make my servlet wait/delay for... maybe 500 - 1000 ms

2009-12-17 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Can I make my servlet wait/delay for... maybe 500 - 1000 ms 1) I have no idea how one can call an external OS-level command from Java Runtime.exec() is the traditional way; the ProcessBuilder class available in 1.5+ provides more

Can I make my servlet wait/delay for... maybe 500 - 1000 ms

2009-12-16 Thread Ingo Gambin
Hi, this time I encountered another problem. (my setup: Tomcat 5.5, itext 5.0.0) i wrote a servlet that, using itext, extracts 1 page of a source pdf from directory A file and writes this 1 page as temporary pdf-file into another directory B. This works great but in the same move (after i