Re: global web.xml question

2025-04-30 Thread A Name
On Tue, Apr 29, 2025 at 1:07 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > > ABT, > > > > On 4/29/25 11:25 AM, A Name wrote: > > > On Tue, Apr 29, 2025 at 10:54 AM Christopher Schultz < > > > ch...@christopherschultz.net> wrote: > > >>> Are you able to view the sources of the app

Re: global web.xml question

2025-04-29 Thread Christopher Schultz
ABT, On 4/29/25 11:25 AM, A Name wrote: On Tue, Apr 29, 2025 at 10:54 AM Christopher Schultz < ch...@christopherschultz.net> wrote: Are you able to view the sources of the application? Are you (or your team) knowledgeable enough about the code to make such changes? IMHO, I would take the time t

Re: global web.xml question

2025-04-29 Thread A Name
On Tue, Apr 29, 2025 at 10:54 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > > ABT, > > > On 4/29/25 8:23 AM, A Name wrote: > > > On Mon, Apr 28, 2025 at 1:07 PM Mark Thomas wrote: > > > > > >>> On 28/04/2025 16:35, Christopher Schultz wrote: > > ABT, > > > > On 4/

Re: global web.xml question

2025-04-29 Thread Christopher Schultz
ABT, On 4/29/25 8:23 AM, A Name wrote: On Mon, Apr 28, 2025 at 1:07 PM Mark Thomas wrote: On 28/04/2025 16:35, Christopher Schultz wrote: ABT, On 4/28/25 9:05 AM, A Name wrote: We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9.

Re: global web.xml question

2025-04-29 Thread A Name
On Mon, Apr 28, 2025 at 1:07 PM Mark Thomas wrote: > > On 28/04/2025 16:35, Christopher Schultz wrote: > > > ABT, > > > > > > On 4/28/25 9:05 AM, A Name wrote: > > >> We are looking at adding a second instance of our app (named > > >> differently -- > > >> myappA and myappB) to our Tomcat 9. We

Re: global web.xml question

2025-04-28 Thread Mark Thomas
On 28/04/2025 16:35, Christopher Schultz wrote: ABT, On 4/28/25 9:05 AM, A Name wrote: We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9.  We currently have the app installed at a number of customer locations, we are looking at drop

Re: global web.xml question

2025-04-28 Thread Christopher Schultz
ABT, On 4/28/25 9:05 AM, A Name wrote: We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9. We currently have the app installed at a number of customer locations, we are looking at dropping 1 app Currently, our database connections are

Re: global web.xml question

2025-04-28 Thread A Name
On Mon, Apr 28, 2025 at 9:32 AM Mark Thomas wrote: > > On 28/04/2025 14:05, A Name wrote: > > > We are looking at adding a second instance of our app (named > differently -- > > > myappA and myappB) to our Tomcat 9. We currently have the app > installed at > > > a number of customer locations, w

Re: global web.xml question

2025-04-28 Thread Mark Thomas
On 28/04/2025 14:05, A Name wrote: We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9. We currently have the app installed at a number of customer locations, we are looking at dropping 1 app Currently, our database connections are esta

global web.xml question

2025-04-28 Thread A Name
We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9. We currently have the app installed at a number of customer locations, we are looking at dropping 1 app Currently, our database connections are established inside the GLOBAL web.xml in

FW: web.xml question (SOLVED)

2005-12-02 Thread Klotz Jr, Dennis
, if the user typed http:// then only the form data is transmitted via https and everything else is http. If the user typed https:// then it stays that way throughout. This works fine with 5.5.9. Let me know if you need more details or see a flaw. -Dennis -Original Message- From: Klot

Re: web.xml question

2005-11-30 Thread Tim Funk
time myself. Dean 8-) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire w

Re: web.xml question

2005-11-29 Thread Robert Palmer
9, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarative statements to force the login to be SSL and the rest of th

Re: web.xml question

2005-11-29 Thread Tim Funk
: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarativ

RE: web.xml question

2005-11-29 Thread Dean Searle
are doing, possibly masquerading the url or something? Again not an expert, but something I have been interested in for some time myself. Dean 8-) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xm

RE: web.xml question

2005-11-29 Thread Klotz Jr, Dennis
f you wish to use a form based login. -Dennis -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'

Re: web.xml question

2005-11-29 Thread Tim Funk
Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarative statements to force the login to be SSL and the rest of the webapp be nonssl. -Tim Klotz Jr, Dennis wrote: Hello all. I hope

web.xml question

2005-11-29 Thread Klotz Jr, Dennis
Hello all. I hope your day is going well. I need your help. I cannot get a forms based login page to use SSL when I think I've setup the web.xml correctly. Why doesn't my login.jsp use HTTPS when tomcat is invoking it for authorization? (more details at the bottom) Here are the relevant sectio