Re: Bypassing Ldap in tomcat .

2024-08-16 Thread Mark Thomas
On 16/08/2024 03:53, Shekhar Dhotre wrote: Hello Expert , Which is the configuration file wheee we can tell tomcat to bypass Ldap authentication and log in directly to oracle ? Oracle what? Database? Probably one of: - $CATALINA_BASE/conf/server.xml - $CATALINA_BASE/conf/context.xml - $CATALI

j_security_check error

2024-08-16 Thread Fernando
Hi all, I need help with problem that I can't fix. I am using Apache Tomee 8, but I know that Apache Tomee rest on Apache Tomcat, in this case version 9. My problem is when some user exit from application this forward to login page doing this: HttpSession session = request.getSession(); sessi

Re: j_security_check error

2024-08-16 Thread Mark Thomas
On 16/08/2024 16:16, Fernando wrote: Hi all, I need help with problem that I can't fix. I am using Apache Tomee 8, but I know that Apache Tomee rest on Apache Tomcat, in this case version 9. My problem is when some user exit from application this forward to login page doing this: HttpSession