RE: Re-deploying a war file - RESOLVED

2010-02-12 Thread Joe Wallace
> -Original Message- > After reading the Tomcat 6.0 User Guide, Section 4, Deployer > -Deploying on a running war Tomcat I expected to be able to > just drop the updated war file into the web apps folder, > overwriting the old war file of the same name and it would > automatically re

RE: Re-deploying a war file

2010-02-11 Thread Joe Wallace
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, February 11, 2010 5:17 PM To: Tomcat Users List Subject: Re: Re-deploying a war file On 10/02/2010 16:31, Joe Wallace wrote: > I have been working with Tomcat 6.0.20 running as a windows service for about > a year

Re-deploying a war file

2010-02-10 Thread Joe Wallace
I have been working with Tomcat 6.0.20 running as a windows service for about a year. I update the application war file every few months. After reading the Tomcat 6.0 User Guide, Section 4, Deployer -Deploying on a running war Tomcat I expected to be able to just drop the updated war file int

RE: SessionID cookie not secure over SSL

2009-10-28 Thread Joe Wallace
Joe, On 10/28/2009 11:55 AM, Joe Wallace wrote: > From Firefox Live HTTP Headers > > Set-Cookie: JSESSIONID=B4F06784FE4EAA0A7C9830BBF86D85B4; Path=/inetwork; > Secure > Location: https://216.94.100.154/inetwork/Start.jsp > > H. That looks like it is secure Yup. &

RE: SessionID cookie not secure over SSL

2009-10-28 Thread Joe Wallace
rs List Subject: Re: SessionID cookie not secure over SSL On 27/10/2009 22:31, Joe Wallace wrote: > > André Warnier wrote: >> Am I mistaken then to think that since the connection B from IIS to >> Tomcat is not over HTTPS but over AJP, Tomcat has no idea that HTTPS is >> be

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
eturns true for request.isSecure() calls Cookie.getSecure() and it returns false. Joe -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, October 27, 2009 5:11 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL Joe Wallace wrote: > >

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, October 27, 2009 4:48 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL >Joe Wallace wrote: >> I am using session cookies to track sessions. I am used to Jrun where you

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
er 27, 2009 4:07 PM To: Tomcat Users List Subject: Re: SessionID cookie not secure over SSL -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, On 10/27/2009 5:00 PM, Joe Wallace wrote: > I am using session cookies to track sessions. I am used to Jrun > where you would specifically set the

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, (Can you fix your emailer to include thread-ids when replying to the list? Your replies are not properly threaded, here.) On 10/27/2009 4:12 PM, Joe Wallace wrote: > I have a filter that calls > Cookie.getName and > Cookie.getSecure >

RE: SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
: Tomcat Users List Subject: RE: SessionID cookie not secure over SSL > From: Joe Wallace [mailto:j...@andar360.com] > Subject: SessionID cookie not secure over SSL > > Is there a setting in Tomcat 6.0.2 Are you really using a version of Tomcat that old (Nov 2006)? > to make the S

SessionID cookie not secure over SSL

2009-10-27 Thread Joe Wallace
Is there a setting in Tomcat 6.0.2 to make the SessionID cookie secure when created over https when using AJP 1.3 connector for IIS? JW

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-10 Thread Joe Wallace
We will have to rethink our reasons for wanting multiple windows services other than we have it that way with Jrun now. It may be more of a mindset problem. My initial problems in Tomcat were file locking (when starting and stopping each web app with the Tomcat Manager) and then thinking there

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-09 Thread Joe Wallace
You hit the nail on the head. Performance being equal I see no reason to use separate jvm/tomcat instances. Thanks, Joe Wallace -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, March 09, 2009 12:47 PM To: Tomcat Users List Subject: Re: Run multiple web

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-09 Thread Joe Wallace
separate database. Same web app different data. Joe Wallace -Original Message- From: Gregor Schneider [mailto:rc4...@googlemail.com] Sent: Saturday, March 07, 2009 9:18 AM To: Tomcat Users List Subject: Re: Run multiple web applications in Tomcat each as an independent windows service question

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-06 Thread Joe Wallace
aldar...@unisys.com] Sent: Tuesday, March 03, 2009 4:14 PM To: Tomcat Users List Subject: RE: Run multiple web applications in Tomcat each as an independent windows service question > From: Joe Wallace [mailto:j...@andar360.com] > Subject: Re: Run multiple web applications in Tomcat each as >

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
question > From: Joe Wallace [mailto:j...@andar360.com] > Subject: RE: Run multiple web applications in Tomcat each as > an independent windows service question > > It says the web app is stopped but windows still holds on to > the files. Isn't Windows wonderful? (That&

RE: Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
Thanks for the suggestion. I tried Tomcat's Manager-App with the apache-tomcat-6.0.18.exe running as a windows service. It says the web app is stopped but windows still holds on to the files. I tried stopping App1 with App2 still running and replacing a file in App1 but windows wouldn't let m

Run multiple web applications in Tomcat each as an independent windows service question

2009-03-03 Thread Joe Wallace
stopping App 2. I have been doing this with Jrun with multiple web apps each running as an independent windows service but I have not been able to find a way to do this in Tomcat and have not been able to find any information about anyone doing this. Is this even possible? Regards, Joe