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

2013-03-26 Thread Patrick Flaherty
On Mar 26, 2013, at 4:07 PM, André Warnier wrote: 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

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, Howar

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

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 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: 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 yo

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: 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, And

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

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, Da

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

2013-03-24 Thread Patrick Flaherty
t; Harris, Jeffrey E. wrote: -Original Message----- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Saturday, March 23, 2013 5:22 PM To: Tomcat Users List Subject: runtime.exec "cmd.exe /C net use" Hi, I'm trying to run the following command ( runtime.exec "

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

2013-03-23 Thread Patrick Flaherty
Hi, I'm trying to run the following command ( runtime.exec "cmd.exe /C net use" ) from my tomcat app and it's returning : net use New connections will be remembered. There are no entries in the list. This only happen when I run as a Windows service. If I run the tomcat batch file to start

Upgrading Tomcat in the customer base

2013-03-19 Thread Patrick Flaherty
Hi, We deploy tomcat in our own folder (c:\rsi_tc\tomcat) on a WIndows machine as a service. We use the service.bat to install as a service. Historically to update tomcat we would remove the current version and install the new version. There is rub in all this which we have to change the serv

Re: Cannot access my app after Tomcat 7.0.28

2013-03-08 Thread Patrick Flaherty
On Mar 7, 2013, at 7:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/7/13 8:40 AM, Patrick Flaherty wrote: Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug

Re: Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Patrick Flaherty
06/03/2013 17:12, Patrick Flaherty wrote: This looks to be the culprit. That is application code so you'll have to take a look to see what it is doing in line 84 of com.rampageinc.base.serverpush.RRServerPushContextListener Mark "localhost-startStop-1" daemon prio=6 tid

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 6, 2013, at 10:53 AM, Howard W. Smith, Jr. wrote: Patrick, On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomca

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 6, 2013, at 9:30 AM, Howard W. Smith, Jr. wrote: I have 2 tomcat folders (Versions 7.0.27 & 7.0.37) both named tomcat. I remove the service (Service remove Tomcat7) Move the folder out. Move in the other folder and install the service (Service install Tomcat7) Move the folder out

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 5, 2013, at 9:45 PM, Howard W. Smith, Jr. wrote: 1. What is the file path of 7.0.27 (where is it installed? C:\apache-tomcat-7.0.27 or somewhere else?) c:\rsi_tc\tomcat 2. what is the file path of 7.0.28+ ? (where is it installed)? c:\rsi_tc\tomcat (same) 3. when you 'switch

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 8:28 PM, Howard W. Smith, Jr. wrote: Is your Tomcat on C: drive? Sometimes file permissions there are off. http://wiki.apache.org/tomcat/**FAQ/Windows I don't think so, I switch 7.0.27 back in and it works. 1. What is the fil

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 6:59 PM, Konstantin Kolinko wrote: 2013/3/5 Patrick Flaherty : (...) The index.jsp in ROOT is a jsp containing a redirect to my app. <% response.sendRedirect("/myapp/index.do"); %> Confirming that a redirect such as above one works in current 7.

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
Hi Chuck, I ran tomcat7w.exe //MS//Tomcat7 and the service started and I have a monitor in the tray, I waited till my app was up and CPU was again at 25%. When I right-click and select 'Thread Dump', I'm not getting any thread dump in stdout.log. What I did notice is in the commons-daemon.20

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 4:44 PM, Howard W. Smith, Jr. wrote: On Tue, Mar 5, 2013 at 1:04 PM, Patrick Flaherty >wrote: Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just ca

Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A packet trace shown the tcp connect (3 way handshake) and then no response to Get / H

64 Bit Tomcat

2013-01-30 Thread Patrick Flaherty
Hello, I have an open question about 32 bit vs 64 bit. We are currently deploying our app with 32 bit JVM and Tomcat. We are running into memory issues as we add more functionality (some via tools in the open source ecosystem). We are testing our complete app with 64 bit JVM and 64 bit Tomc

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Patrick Flaherty
On Sep 20, 2012, at 3:02 PM, Matthias Müller wrote: Hi, Environment variables are irrelevant when running services. That's why the registry values exist. That's a good point! Thanks for the nice discussion. Matthias - can you please elaborate on exactly what "it is not practicable for

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Patrick Flaherty
.2012 15:59, Patrick Flaherty wrote: Have you tried this and gotten it to work ? My check to see if it took has been to open tomcatw.exe and check the values there. No matter what I've tried I cannot get it to take. Yes, it works for me in both ways (either via CLI or GUI). In fact I use

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Patrick Flaherty
Hi Mikolaj, Is this a Windows platform ? -Pat On Sep 20, 2012, at 10:16 AM, Mikolaj Rydzewski wrote: On 20.09.2012 15:59, Patrick Flaherty wrote: Have you tried this and gotten it to work ? My check to see if it took has been to open tomcatw.exe and check the values there. No matter what

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Patrick Flaherty
On Sep 20, 2012, at 9:25 AM, Brett Delle Grazie wrote: On 20 September 2012 13:53, Mikolaj Rydzewski wrote: On 20.09.2012 14:49, Patrick Flaherty wrote: I sent a question out a few days ago that I could *not* get the JVM Parameters set via the command-line using //US//. Can you give me an

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread Patrick Flaherty
HI Matthias, I sent a question out a few days ago that I could *not* get the JVM Parameters set via the command-line using //US//. Can you give me an example of the syntax that worked for you ? I'm just looking to set the min/max heap sizes. Thanks Pat On Sep 20, 2012, at 5:41 AM, Matthi

Re: Setting initial memory for a Tomcat Windows Service

2012-09-18 Thread Patrick Flaherty
On Sep 18, 2012, at 12:08 PM, David kerber wrote: On 9/18/2012 11:52 AM, Patrick Flaherty wrote: On Sep 18, 2012, at 11:39 AM, David kerber wrote: On 9/18/2012 11:29 AM, Patrick Flaherty wrote: On Sep 18, 2012, at 10:11 AM, David kerber wrote: On 9/18/2012 10:03 AM, Patrick Flaherty

Re: Setting initial memory for a Tomcat Windows Service

2012-09-18 Thread Patrick Flaherty
On Sep 18, 2012, at 11:39 AM, David kerber wrote: On 9/18/2012 11:29 AM, Patrick Flaherty wrote: On Sep 18, 2012, at 10:11 AM, David kerber wrote: On 9/18/2012 10:03 AM, Patrick Flaherty wrote: Hello, Is this a bug or am I doing this wrong ? I'm not totally sure what you'

Re: Setting initial memory for a Tomcat Windows Service

2012-09-18 Thread Patrick Flaherty
On Sep 18, 2012, at 10:11 AM, David kerber wrote: On 9/18/2012 10:03 AM, Patrick Flaherty wrote: Hello, Is this a bug or am I doing this wrong ? I'm not totally sure what you're asking about, but I have found that tomcat7w does not always reflect the current settings if you h

Fwd: Setting initial memory for a Tomcat Windows Service

2012-09-18 Thread Patrick Flaherty
Hello, Is this a bug or am I doing this wrong ? Thanks again, Pat Begin forwarded message: From: Patrick Flaherty Date: September 13, 2012 6:19:34 PM EDT To: "Tomcat Users List" Subject: Re: Setting initial memory for a Tomcat Windows Service On Sep 13, 2012, at 5:37 PM, C

Re: Setting initial memory for a Tomcat Windows Service

2012-09-13 Thread Patrick Flaherty
On Sep 13, 2012, at 5:37 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 9/13/12 11:41 AM, Patrick Flaherty wrote: I'm trying to change the max memory (java heap -Xmx) using Tomcat's //US// switch. I type it according to the Windows serv

Setting initial memory for a Tomcat Windows Service

2012-09-13 Thread Patrick Flaherty
Hello, I'm trying to change the max memory (java heap -Xmx) using Tomcat's // US// switch. I type it according to the Windows service how-to. We would like to script this into our Tomcat deployment script which right now simply installs the service using "service install". With the service a

Re: Links in CSS vs JSPs

2011-09-20 Thread Patrick Flaherty
On Sep 20, 2011, at 9:09 AM, Konstantin Kolinko wrote: 2011/9/18 Patrick Flaherty Hi, We have just changed the way we deploy our webapp. We previously were putting our app into the ROOT folder under webapps , not good I know. We now package the app as a war file called myapp.war and

Re: Links in CSS vs JSPs

2011-09-20 Thread Patrick Flaherty
On Sep 19, 2011, at 6:06 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 9/18/2011 12:55 PM, Patrick Flaherty wrote: All the skins work except image references in the style sheet (css) cannot be found. Yet images referenced in the

Links in CSS vs JSPs

2011-09-18 Thread Patrick Flaherty
Hi, We have just changed the way we deploy our webapp. We previously were putting our app into the ROOT folder under webapps , not good I know.We now package the app as a war file called myapp.war and place it into the webapps folder where it explodes into a folder called myapp. Everythingworks exc

Connector Connection Timeout

2011-08-19 Thread Patrick Flaherty
Hi, I see that the default connection timeout for the Tomcat connector by default is set to 2 (20 sec). This has been the shipping default for 5.x, 6.x and 7.x (in the server.xml) The documentation describes the default timeout to be 6 (60 sec). Is the default value of 2 in the

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Patrick Flaherty
omment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3yd5IACgkQ9CaO5/Lv0PCSwQCggfhTML/aJwMtBlw1pVJ+mJIt rg8AoJOrh9amZcTCiLFrXjZQtFRGQbd0 =fu8H -END PGP SIGNATURE- ----- To unsubscribe, e-mail: users-unsubscr...@tomc

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
On Apr 2, 2011, at 6:53 PM, Konstantin Kolinko wrote: 2011/4/3 Patrick Flaherty : Also of note, I see the stderr log with a *lot of the messages* that are in the Catalina log. Exact duplicate line entries. That is expected. Remove "java.util.logging.ConsoleHandler" from config

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
tomcat6-stderr.2011-04-02.log tomcat6-stdout.2011-04-02.log The OS is Windows 7 64 Bit. Thanks Pat On Apr 2, 2011, at 3:40 PM, Konstantin Kolinko wrote: 2011/4/2 Patrick Flaherty : Hello, I noticed that I'm getting what appears to be *all* console logging showing up in my tomcat6-st

Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
Hello, I noticed that I'm getting what appears to be *all* console logging showing up in my tomcat6-stdout log file. It's capturing so much more that then it used to. I looked at the changelog from 6.0.29 to 6.0.32 and I don't see anything that describes such a change. Does anyone know what

Re: Win7 calling native code via JNI

2010-03-27 Thread Patrick Flaherty
anks again -- From: "Bill Barker" Sent: Saturday, March 27, 2010 7:45 PM To: Subject: Re: Win7 calling native code via JNI "Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96d2507...@usea-exch8.na.uis.unisys.com... From: Patrick Flaherty [mailto:pf

Win7 calling native code via JNI

2010-03-27 Thread Patrick Flaherty
Hello, I have a ROOT webapp running in "Tomcat 6.0.20 as a SERVICE" on Windows 7 and it runs fine calling native code via JNI. Now for debugging purposes : I'm trying to run it with tomcat not running as a service (tomcat started via startup.bat) and the load of my bridge dll is ok, but as

Re: How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Patrick Flaherty
It happened with Tomcat 6.0.20. On Mar 23, 2010, at 1:56 PM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: How should "autoDeploy" be set for an exploded app ? The reason I write this is because we have made changes to the ap

How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Patrick Flaherty
Hello, I'm deploying a web app which happens to be ROOT. It is not a WAR file but an exploded app. My Host line is as follows : unpackWARs="false" autoDeploy="true"> The fact the I'm deploying it as an exploded app what should "autoDeploy" be set to *ideally*. The reason I write this

What should docbase be set to ?

2010-03-23 Thread Patrick Flaherty
Hello, I am deploying a single app under the ROOT context. My appbase is c:/ comapany/myapps. So my app is in c:/company/myapps/ROOT. My question is for *both* Tomcat 5.5.23 and 6.0.20, in my context.xml what should my docbase be set to ? Right now I have it set to docbase="". Thanks

Re: Windows Installer with support for 32 bit JVM on 64 bit OS

2010-01-22 Thread Patrick Flaherty
Perfect, that works ! Thanks Charles. -P -- From: "Caldarale, Charles R" Sent: Friday, January 22, 2010 7:19 PM To: "Tomcat Users List" Subject: RE: Windows Installer with support for 32 bit JVM on 64 bit OS Fr

Windows Installer with support for 32 bit JVM on 64 bit OS

2010-01-22 Thread Patrick Flaherty
Will there be an WIndows installer that will install and use a 32 bit JVM on a 64 bit OS (Like 6.0.20 did)? I have some 32 bit native extensions (dlls) and have some time before I see a 64 bit version of the dll. Thanks -p ---

Re: servlet access to static resources (pictures)

2010-01-14 Thread Patrick Flaherty
That make sense. Thank you. -P On Jan 14, 2010, at 10:20 AM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: servlet access to static resources (pictures) Can I remove the from the www.ft.com altogether ? (It's and - be precise;

Re: servlet access to static resources (pictures)

2010-01-13 Thread Patrick Flaherty
On Jan 13, 2010, at 6:04 PM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: servlet access to static resources (pictures) Based on my setup as described above which is not a war file but a directory that we just plunk down int

Re: servlet access to static resources (pictures)

2010-01-13 Thread Patrick Flaherty
On Jan 13, 2010, at 3:54 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, Aside from Chuck's comments... On 1/13/2010 12:01 PM, Patrick Flaherty wrote: Generally speaking, should your docBase point to the location containing your application ?

Re: servlet access to static resources (pictures)

2010-01-13 Thread Patrick Flaherty
Generally speaking, should your docBase point to the location containing your application ? For example Host : www.myapp.com appBase: c:\all-my-apps Application: app1 Location: c:\all-my-apps\app1 Generally speaking would point my docBase to c:\all-my-apps\app1? Thanks -P On Jan 13, 2

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
January 10, 2010 6:57 PM To: "Tomcat Users List" Subject: RE: Tomcat Filter Mapping Issue From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: Tomcat Filter Mapping Issue To solve it, I simply removed the docBase="" from the ? Note that we mentioned an

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
x27;s ok not to have a docBase ? Thanks -P -- From: "Mark Thomas" Sent: Sunday, January 10, 2010 5:39 PM To: "Tomcat Users List" Subject: Re: Tomcat Filter Mapping Issue On 10/01/2010 22:28, Patrick Flaherty wrote: Uncle !

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
missing something in my server.xml. Thanks -P -- From: "Caldarale, Charles R" Sent: Sunday, January 10, 2010 3:40 PM To: "Tomcat Users List" Subject: RE: Tomcat Filter Mapping Issue From: Patrick Flaherty [mailto:pflah...@rampage

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
On Jan 10, 2010, at 1:53 PM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: Tomcat Filter Mapping Issue I don't touch that app, I leave it alone and it remains the machine's ROOT APP. No, it is that particular 's ROOT app; no

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
, at 1:23 PM, Hassan Schroeder wrote: On Sun, Jan 10, 2010 at 9:55 AM, Patrick Flaherty wrote: I set up three VIRTUAL HOSTS matching the names of the 3 PUBLIC domain names I have mapping to the IP address of the box. Like the following : Host name = "www.myapp1.com" appbase = &qu

Re: Tomcat Filter Mapping Issue

2010-01-10 Thread Patrick Flaherty
On Jan 10, 2010, at 12:25 AM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: Tomcat Filter Mapping Issue Meaning every host should have a ROOT app regardless of whether you are hosting ONE or MORE apps on a host ! Correct. Good

Re: Tomcat Filter Mapping Issue

2010-01-09 Thread Patrick Flaherty
-- From: "Konstantin Kolinko" Sent: Saturday, January 09, 2010 7:00 PM To: "Tomcat Users List" Subject: Re: Tomcat Filter Mapping Issue 2010/1/10 Patrick Flaherty : Chris, Although adding ROOT of my appBase fixed my Filte

Re: Tomcat Filter Mapping Issue

2010-01-09 Thread Patrick Flaherty
ms to revolve around having a ROOT folder for each app maybe ? Any more enlightenment would be appreciated. Thanks once again. -P On Jan 9, 2010, at 3:28 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 1/8/2010 6:17 PM, Patrick Flaherty wrote: Tha

Re: Tomcat Filter Mapping Issue

2010-01-08 Thread Patrick Flaherty
2010, at 4:06 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 1/8/2010 3:49 PM, Patrick Flaherty wrote: If I use a host name of ft.com with a appBase of c:/FilterTest then doesn't c:/FilterTest become my web server root for ft.com? As Chuck points

Re: Tomcat Filter Mapping Issue

2010-01-08 Thread Patrick Flaherty
om. That is how it works with our product today. It starting to sound like the complete URL has to be part of % CATALINAHOME%'s path to get a filter hit ? Thanks On Jan 8, 2010, at 2:16 PM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: To

Re: Tomcat Filter Mapping Issue

2010-01-08 Thread Patrick Flaherty
e set to a folder of the c:\ drive. If I understand what you are saying, this will and cannot not work with appBase set to a folder of the c:\ drive ? Thanks for any clarification. -P On Jan 8, 2010, at 11:01 AM, Pid wrote: On 08/01/2010 14:55, Patrick Flaherty wrote: Hello, I'm tryin

Tomcat Filter Mapping Issue

2010-01-08 Thread Patrick Flaherty
Hello, I'm trying to get filter mapping working in Windows Tomcat 6.0.20. I can get it to work one way but not another. I have 2 virtual hosts where filter mapping on one host is working (I get a hit) and another host that does not work (no hits) Here are the 2 virtual hosts as seen in Se