How to set environment variables for R to use in Tomcat on RedHat Linux (RHEL6)

2013-03-24 Thread Patrick Hong
I'm trying to set up R and Tomcat on RHEL6 (6.4) I have installed R and can run it. I have installed Tomcat 7 and can host files file. I have packaged an application as a WAR file and deployed it using tomcat. The application runs fine in all aspects until it uses any R component. This is where

Re: Tomcat 8 + Tomcat Maven Plugin 2.2 + Tomcat8 Maven Plugin?

2013-03-24 Thread Olivier Lamy
Hi, Apologize for delayed response. I have not tested that. I don't know if embedder trunk (i.e tomcat8) is compatible. Did you try using tomcat8 snapshot as described here: http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html 2013/3/14 Nick

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 23, 2013, at 10:00 PM, David Kerber wrote: On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use Harris,

RE: runtime.exec cmd.exe /C net use

2013-03-24 Thread Harris, Jeffrey E.
-Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 10:20 AM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 23, 2013, at 10:00 PM, David Kerber wrote: On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote:

Re: Tomcat 8 + Tomcat Maven Plugin 2.2 + Tomcat8 Maven Plugin?

2013-03-24 Thread Nick Williams
On Mar 24, 2013, at 4:55 AM, Olivier Lamy wrote: Hi, Apologize for delayed response. I have not tested that. I don't know if embedder trunk (i.e tomcat8) is compatible. Did you try using tomcat8 snapshot as described here:

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 10:20 AM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 23, 2013, at 10:00 PM, David Kerber

RE: runtime.exec cmd.exe /C net use

2013-03-24 Thread Harris, Jeffrey E.
-Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: -Original Message- From:

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread André Warnier
Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: -Original

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 24, 2013, at 10:24

RE: runtime.exec cmd.exe /C net use

2013-03-24 Thread Harris, Jeffrey E.
-Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 3:37 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Serge Fonville
Hi, See the second reply on SO http://stackoverflow.com/questions/182750/map-a-network-drive-to-be-used-by-a-service HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread André Warnier
Patrick Flaherty wrote: On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 3:46 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 3:37 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use On Mar 24, 2013, at 2:56 PM, André Warnier

RE: runtime.exec cmd.exe /C net use

2013-03-24 Thread Harris, Jeffrey E.
-Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 4:15 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use Within your application, do you actually access the mappings by letter, or by UNC? The problem

Can ClientAbortException be circumvented?

2013-03-24 Thread Thad Humphries
I have a web-app that uses a servlet for downloading files from a repository--PDF, Office, images, zip, etc. It works with desktop browsers--IE, Firefox, Chrome, and Safari--on their various platforms. It also works fine with Firefox from Android (2.3 and 4.x tested). However when I try with

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 4:01 PM, André Warnier wrote: Patrick Flaherty wrote: On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users

Re: Can ClientAbortException be circumvented?

2013-03-24 Thread Konstantin Kolinko
2013/3/25 Thad Humphries thad.humphr...@gmail.com: I have a web-app that uses a servlet for downloading files from a repository--PDF, Office, images, zip, etc. It works with desktop browsers--IE, Firefox, Chrome, and Safari--on their various platforms. It also works fine with Firefox from

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 4:29 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 4:15 PM To: Tomcat Users List Subject: Re: runtime.exec cmd.exe /C net use Within your application, do you actually

Re: Can ClientAbortException be circumvented?

2013-03-24 Thread Mark Thomas
On 24/03/2013 20:30, Thad Humphries wrote: Thoughts? Grab a copy of Wireshark. Take a look at exactly what is going on and hopefully use that to figure out what is causing the breakage. Mark - To unsubscribe, e-mail:

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Howard W. Smith, Jr.
Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list of mapping appear in an html page (without actually using them in your application), you can just fake it

Re: runtime.exec cmd.exe /C net use

2013-03-24 Thread Howard W. Smith, Jr.
On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list of mapping appear

IWA username using JSP for Already authenticated Window system

2013-03-24 Thread N.s.Karthik
Hi spec : O/s Linux -Oracle Jdk =1.6 Tomcat = 7.0.30 Browsers = IE8 Only * Pre authenticated Windows Clients via Active directory * Would use Integrated Window Authentication settings for Browsers Question : Since All the