OWF webapp log errors

2014-03-01 Thread J. Brian Hall
I have installed the OWF webapp in Tomcat and I'm trying to resolve some errors I'm finding in the log files. I have not had much luck getting responses to questions on the OWF mailing list, so I'm hoping someone can help here. Here are the details of my setup: -Windows 7. -Tomcat 7.0.42. -

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Leo, -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: Tuesday, February 25, 2014 9:44 AM To: Tomcat Users List Subject: Re: Installing the OWF webapp to an existing Tomcat Instance On Tue, Feb 25, 2014 at 7:17 AM, J. Brian Hall wrote: > Chuck, you are THE

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
sted certificate" message. Is there any way to overcome this? Thank you again for your help. Brian. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 25, 2014 8:08 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mikolaj, -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Tuesday, February 25, 2014 7:35 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance On 25.02.2014 13:22, J. Brian Hall wrote: > Feb 24, 2014 7:14:28

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mikolaj, -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Tuesday, February 25, 2014 2:52 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance On 25.02.2014 00:46, J. Brian Hall wrote: > ER

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
/14, 6:46 PM, J. Brian Hall wrote: > Hey Chuck, thanks (I was worried someone would yell at me for posting > this question here). Responses are below ... > > -Original Message- From: Caldarale, Charles R > [mailto:chuck.caldar...@unisys.com] Sent: Monday, February 24, 20

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread J. Brian Hall
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, February 25, 2014 3:34 AM To: Tomcat Users List Subject: Re: Installing the OWF webapp to an existing Tomcat Instance On 24/02/2014 23:46, J. Brian Hall > 2. Log files. Yes, the webapp fails

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-24 Thread J. Brian Hall
OWF webapp to an existing Tomcat Instance > From: J. Brian Hall [mailto:jbrianhall...@me.com] > Subject: Installing the OWF webapp to an existing Tomcat Instance > if I access OWF through Tomcat's Application Manager, the URL address > it follows goes to http://localhost:8080/ow

Installing the OWF webapp to an existing Tomcat Instance

2014-02-24 Thread J. Brian Hall
I submitted the following request for help on the OWF mailing list but no one is replying. I'm hoping someone here may be able to help? OWF is a webapp I'm trying to install to an existing instance of Tomcat (the OWF webapp bundle ships with an older version of Tomcat). Appendix C of the atta

j_security_check error

2013-12-01 Thread J. Brian Hall
I’m using Tomcat and a MySQL database that contains usernames/passwords/roles for form-based authentication. Logging in with correct username/password successfully directs to index.jsp (from login.jsp). Logging in with incorrect username/password successfully directs to error.jsp (from login.jsp)

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
-10-28 at 07:46 -0400, J. Brian Hall wrote: > How can I configure CombinedRealm in order to: (1) use JDBCRealm for > my webapp with form-based authentication while (2) also using the > default UserDatabaseRealm for the Tomcat Web Application Manager? I > can get one or the other to w

RE: Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
working. Sorry for the fuss. From: J. Brian Hall [mailto:jbrianhall...@me.com] Sent: Monday, October 28, 2013 7:46 AM To: 'users@tomcat.apache.org' Subject: Configuring Combined Realm How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-base

Configuring Combined Realm

2013-10-28 Thread J. Brian Hall
How can I configure CombinedRealm in order to: (1) use JDBCRealm for my webapp with form-based authentication while (2) also using the default UserDatabaseRealm for the Tomcat Web Application Manager? I can get one or the other to work, but not both. Here are the details of my setup: -OS: Win