Re: WARs getting re-extracted in DST change?!?

2013-11-04 Thread Israel Ekpo
Hi, Regarding where the auto-deploy flag lives, Check your $CATALINA_HOME/conf/server.xml file You should see something like You can toggle the values and try deploying from the manager to see if it works for you. Check it out to see if that helps. *Author and Instructor for the Upcoming

Re: WARs getting re-extracted in DST change?!?

2013-11-04 Thread James H. H. Lampert
On 11/4/13 3:49 PM, Konstantin Kolinko wrote: If you run with then ~every 10 seconds Tomcat checks whether the war file is newer than the directory that was created when extracting the war file. If it is then a redeployment happens. You should be able to see deployment / undeployment messages

Re: WARs getting re-extracted in DST change?!?

2013-11-04 Thread James H. H. Lampert
On 11/4/13 3:49 PM, Konstantin Kolinko wrote: If you run with then ~every 10 seconds Tomcat checks whether the war file is newer than the directory that was created when extracting the war file. If it is then a redeployment happens. You should be able to see deployment / undeployment messages

Re: WARs getting re-extracted in DST change?!?

2013-11-04 Thread Konstantin Kolinko
2013/11/5 James H. H. Lampert : > Running Tomcat 7.0.25 on an AS/400 > > Would anybody happen to know why a running Tomcat server would evidently > re-extract a WAR file without being told to do so (and getting rid of some > things manually added to the context directory in the process!), apparentl

WARs getting re-extracted in DST change?!?

2013-11-04 Thread James H. H. Lampert
Running Tomcat 7.0.25 on an AS/400 Would anybody happen to know why a running Tomcat server would evidently re-extract a WAR file without being told to do so (and getting rid of some things manually added to the context directory in the process!), apparently in response to Daylight Saving Time

Re: [External] Re: Custom Authenticators

2013-11-04 Thread Konstantin Kolinko
2013/11/5 Steve Appling : > > Konstantin Kolinko wrote on 11/04/2013 03:11:52 > PM: > >> From: Konstantin Kolinko >> To: Tomcat Users List >> Date: 11/04/2013 03:10 PM >> Subject: [External] Re: Custom Authenticators >> >> 2013/11/4 Steve Appling : >> > >> > >> > In Tomcat 7 I could use the org.

Re: [External] Re: Custom Authenticators

2013-11-04 Thread Steve Appling
Konstantin Kolinko wrote on 11/04/2013 03:11:52 PM: > From: Konstantin Kolinko > To: Tomcat Users List > Date: 11/04/2013 03:10 PM > Subject: [External] Re: Custom Authenticators > > 2013/11/4 Steve Appling : > > > > > > In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class' >

Re: Custom Authenticators

2013-11-04 Thread Konstantin Kolinko
2013/11/4 Steve Appling : > > > In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class' > addAuthenticator method to set up my own custom authenticators. This > allowed me to define a new authenticator that a web-app could select with > in web.xml. Now that the Embedded class has

Re: Connection to ApacheDS LDAP

2013-11-04 Thread Shai Levit
Thank you guys. So here is the thought behind this. In the Original LDAP Search parameter, I am searching for 2 Attributes: mail and userCertificate. mail is just a plain string - email and userCertificate is a X.509 DER (.cer) certificate in binary format. Hence I thought that I would need to h

RE: Connection to ApacheDS LDAP

2013-11-04 Thread Propes, Barry L
-Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Monday, November 04, 2013 9:57 AM To: Tomcat Users List Subject: Re: Connection to ApacheDS LDAP On Nov 4, 2013, at 10:49 AM, Shai Levit wrote: > My apologies in advance for some of the syntax and verbiage - I

Re: Connection to ApacheDS LDAP

2013-11-04 Thread Daniel Mikusa
On Nov 4, 2013, at 10:49 AM, Shai Levit wrote: > My apologies in advance for some of the syntax and verbiage - I am a newbie > in all of this, but did do my reading / research / and chat on IRC’s. > > The current setup I have is this: > Apache DS LDAP version 2.0.0-M14 running on Linux with Por

Connection to ApacheDS LDAP

2013-11-04 Thread Shai Levit
My apologies in advance for some of the syntax and verbiage - I am a newbie in all of this, but did do my reading / research / and chat on IRC’s. The current setup I have is this: Apache DS LDAP version 2.0.0-M14 running on Linux with Port 8660. The server instance works fine and I am able to do

Tomcat 6.0.37

2013-11-04 Thread Russell Penman
Team, I have updated my Tomcat to the 6.0.37 update and now when I try to use my CAC to login I get a server 500 page, however if I enter in my CAC credential to the username and password it logs in with no issue. The logging shows that my CAC information isn't being passed when I click the CA

Custom Authenticators

2013-11-04 Thread Steve Appling
In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class' addAuthenticator method to set up my own custom authenticators. This allowed me to define a new authenticator that a web-app could select with in web.xml. Now that the Embedded class has been removed (in 8), I'm not sure h