Okay I have just started to use Realms and container managed authentication
and I am confused about as how to specify a home page.
Let me explain-:
TECHERS
/teacher/success.jsp
GET
POST
Here the only resource protected is
/teacher/success.jsp pa
Okay this is my first try at container based authentication using Realms in
Tomcat. And things have gone wrong. Here is my login page -:
Login
User ID:
Password:
As you can see its as simple as it can get.
Once I click Submit with proper user creds I am suppose to
By container managed transactions I mean can I do the following in Tomcat
not TomEE
@PersistenceContext
EntityManager em;
Is it possible to have the entity manager injected at runtime in Tomcat
with JOTM or Atomikos?
On Thu, Aug 20, 2015 at 1:09 PM, Alex Soto wrote:
> Yes since Apache TomEE is
Thanks Christopher for that previous reply. It really help clear things up
and get things moving again.
Now can you tell me how do I write my own custom credential handler.
Planning one that uses sCrypt.
How can I write it and reference that same CredentialHandler in the
context.xml like
On Mo
Is there any way I can tell the user that what number of login attempt he
is on ? While using the LockOutRealm any way to display his login attempt
on an html or jsp page ?
On Mon, Aug 24, 2015 at 7:31 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
Thanks Christopher but I have solved the problem. It seems when you are
using the Maven archetype for webapp you have to manually create a META-INF
in the /src/main/webapp directory and place the context.xml there.
And I have partly solved the issue. Will get back to you.
Regards
Sreyan Chakravar
On 8/29/2015 12:58 PM, George Sexton wrote:
On 8/25/2015 12:01 AM, Nikitha Benny wrote:
Hi All,
I am using Tomcat version 7.00.062 supported on JRE 8u45.
How do i disable the LogJam Vulnerability?
Here's a pretty nice article:
https://blog.eveoh.nl/2014/02/tls-ssl-ciphers-pfs-tomcat/
H
On 8/25/2015 12:01 AM, Nikitha Benny wrote:
Hi All,
I am using Tomcat version 7.00.062 supported on JRE 8u45.
How do i disable the LogJam Vulnerability?
Here's a pretty nice article:
https://blog.eveoh.nl/2014/02/tls-ssl-ciphers-pfs-tomcat/
There's an updated connector configuration near t