Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread Cédric Couralet
>> >> One thing to watch for is that the client must use Kerberos and not >> NTLM (it's a guess but it seems logical) . > > > Sorry to burst in, but can you elaborate on that ? > Why does it seem logical ? To my own (admittedly limited) knowledge, > Kerberos is not the most widely implemented solu

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 8:05 PM, Patrick Flaherty wrote: > > I did not know you could have multiple logins in Windows 2008 R2. You > don't mean interactive login do you? > > When I first started using Windows Server 2008 (standard/vista version), I had multiple 'local' users, and the server allowe

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 7:13 PM, Harris, Jeffrey E. < jeffrey.har...@mantech.com> wrote: > > You are on a Windows 7 system, which supports one user logged in at a time. > I would be interested in seeing how this behaves on a Windows Server 2008 > R2 system, > configured for multiple users to be lo

Tomcat 6 centos 5 64 Bit

2013-03-25 Thread Sean
-- Hello, I have setup tomcat6 on port 8080 using 64 bit- Centos 5. I am able to see the default tomcat page, but if I try to go to the webadmin gui (and yes have set my gui-web admin user, etc in server.xml) and or geoserver web app it says connection timed

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 10:10 PM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Mon, Mar 25, 2013 at 6:57 PM, Patrick Flaherty > wrote: > >> >> On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: >> >> On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty >>> **wrote: >>> >>> Upd

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 6:57 PM, Patrick Flaherty wrote: > > On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: > > On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty >> **wrote: >> >> Update: If I'm login interactively (meaning machine boots and I login and >>> get my desktop) and that in

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

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 7:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Monday, March 25, 2013 6:58 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 25, 2013, at 1:15 PM, Howard W. Smith,

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

2013-03-25 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Monday, March 25, 2013 6:58 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: > > > On Mon, Mar 25, 2013 at 11:14

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

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty wrote: Update: If I'm login interactively (meaning machine boots and I login and get my desktop) and that interactive account matches the service login account then "net use" from w

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread André Warnier
Cédric Couralet wrote: 2013/3/25 N.s.Karthik : Hi Hello https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html I have already tried this and found the same to Work only on Windows Environment but my Tomcat servers are on Oracle Linux Systems... Will this configurations work wit

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread Cédric Couralet
2013/3/25 N.s.Karthik : > Hi Hello >>>https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html > > I have already tried this and found the same to Work only on Windows > Environment > > but my Tomcat servers are on Oracle Linux Systems... > > Will this configurations work with "Tomcat 7.

Re: Change Root app Tomcat 7

2013-03-25 Thread Mark Eggers
OK, I'll bite. Please note that a lot of this is using inferred information since you don't provide it in your mail message. Responses inline On 3/25/2013 9:39 AM, Jigi Sheth wrote: My current set up in Tomcat 7 is when I drop my Application.war to `\Tomcat7\webapps\` directory, it gets auto

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty wrote: > Update: If I'm login interactively (meaning machine boots and I login and > get my desktop) and that interactive account matches the service login > account > then "net use" from within the service does return all mapped drives. > > I exp

Re: [somewhat OT] runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 5:50 AM, André Warnier wrote: > Howard W. Smith, Jr. 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 mapp

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

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 6:03 AM, André Warnier wrote: > Howard W. Smith, Jr. wrote: > >> 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

Change Root app Tomcat 7

2013-03-25 Thread Jigi Sheth
My current set up in Tomcat 7 is when I drop my Application.war to `\Tomcat7\webapps\` directory, it gets auto deployed `\Tomcat7\webapps\root\` directory. To access my site in testing I use following http:\\mytestserver.mysitename\Login.html During testing I also noticed that if i do

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

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 11:59 AM, Harris, Jeffrey E. wrote: -Original Message- Update: If I'm login interactively (meaning machine boots and I login and get my desktop) and that interactive account matches the service login account then "net use" from within the service does return all m

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

2013-03-25 Thread Harris, Jeffrey E.
> -Original Message- > Update: If I'm login interactively (meaning machine boots and I login > and get my desktop) and that interactive account matches the service > login account then "net use" from within the service does return all > mapped drives. > I'm not sure if that is by design o

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries > wrote: > >> On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko >> wrote: >> >> > 2013/3/25 Thad Humphries : >> > > I have a web-app that uses a servlet for

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries wrote: > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > wrote: > > > 2013/3/25 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 > >

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

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 6:03 AM, André Warnier wrote: Howard W. Smith, Jr. wrote: 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

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread Daniel Mikusa
On Mar 25, 2013, at 10:47 AM, N.s.Karthik wrote: > Hi > > Thx for the Quick Reply > >>> https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html > > I have already tried this and found the same to Work only on Windows > Environment Tried what specifically? There are several suggestio

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread N.s.Karthik
Hi Thx for the Quick Reply >>https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html I have already tried this and found the same to Work only on Windows Environment but my Tomcat servers are on Oracle Linux Systems... Will this configurations work with "Tomcat 7.0.30 on Linux" with

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Thad Humphries
On Mon, Mar 25, 2013 at 10:02 AM, Brett Delle Grazie < brett.dellegra...@gmail.com> wrote: > On 25 March 2013 13:00, Thad Humphries wrote: > > > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > > wrote: > > > > > 2013/3/25 Thad Humphries : > > > > I have a web-app that uses a servlet for dow

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Brett Delle Grazie
On 25 March 2013 13:00, Thad Humphries wrote: > On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko > wrote: > > > 2013/3/25 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 > > > browse

Re: Can ClientAbortException be circumvented?

2013-03-25 Thread Thad Humphries
On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kolinko wrote: > 2013/3/25 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 platfor

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread Daniel Mikusa
On Mar 24, 2013, at 11:30 PM, N.s.Karthik wrote: > 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 se

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

2013-03-25 Thread Daniel Mikusa
On Mar 24, 2013, at 3:56 AM, Patrick Hong wrote: > 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

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

2013-03-25 Thread André Warnier
Howard W. Smith, Jr. wrote: 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

Re: [somewhat OT] runtime.exec "cmd.exe /C net use"

2013-03-25 Thread André Warnier
Howard W. Smith, Jr. 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 in an html page (without actually using them in your application)