Re: Memory limits for children processes when running Tomcat as service?

2013-06-27 Thread André Warnier
honyk wrote: On 2013-06-26 André Warnier wrote: honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When

RE: Memory limits for children processes when running Tomcat as service?

2013-06-27 Thread honyk
On 2013-06-27 André Warnier wrote: honyk wrote: On 2013-06-26 André Warnier wrote: honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows

RE: Memory limits for children processes when running Tomcat as service?

2013-06-27 Thread Martin Gainty
Microsoft Compound Documents be opened, read and written using POI https://poi.apache.org/ Keep us apprised, Martin From: j.tosov...@email.cz To: users@tomcat.apache.org Subject: RE: Memory limits for children processes when running Tomcat as service? Date: Thu, 27 Jun 2013 21:24:03 +0200

Re: Memory limits for children processes when running Tomcat as service?

2013-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 6/27/13 3:44 PM, Martin Gainty wrote: When you run your MS app standalone how much heap, stack does this process occupy? When TC startsup how much heap,stack is left over for the standalone Microsoft app? Read the documentation

Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread honyk
Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When tomcat 7 is launched using startup.bat (with original settings), it

RE: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread Jeffrey Janner
-Original Message- From: honyk [mailto:j.tosov...@email.cz] Sent: Wednesday, June 26, 2013 1:27 PM To: 'Tomcat Users List' Subject: Memory limits for children processes when running Tomcat as service? Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external

Re: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread André Warnier
honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When tomcat 7 is launched using startup.bat (with original

Re: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread André Warnier
honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When tomcat 7 is launched using startup.bat (with original

RE: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread honyk
On 2013-06-26 Jeffrey Janner wrote: -Original Message- From: honyk [mailto:j.tosov...@email.cz] Sent: Wednesday, June 26, 2013 1:27 PM To: 'Tomcat Users List' Subject: Memory limits for children processes when running Tomcat as service? Dear All, I have a JSF2.0 app

Re: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, On 6/26/13 2:27 PM, honyk wrote: I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM,

Re: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/26/13 3:52 PM, André Warnier wrote: Solutions : 1) instead of MS-Office, use LibreOffice or OpenOffice. Both can run in headless mode, and provide an API to have them do things with documents. And both can open and manipulate

RE: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread honyk
On 2013-06-26 André Warnier wrote: honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When tomcat

RE: Memory limits for children processes when running Tomcat as service?

2013-06-26 Thread honyk
On 2013-06-26 André Warnier wrote: honyk wrote: Dear All, I have a JSF2.0 app that executes (via ProcessBuilder) an external script. This script opens PPTX via PowerPoint ActiveX object, manipulate it and save. It runs on Windows Server 2008 R2 64-bit, 4GB RAM, JDK 7. When tomcat