Tagged Questions
0
votes
0answers
10 views
How to configure JNDI Realm with Tomcat 7 for PKI User Certificate Authentication?
List,
I have actually searched extensively on this topic and either a) I don't know how to configure something and/or b) I don't quite understand what a JNDI Realm actually is supposed to do. I am ...
0
votes
2answers
183 views
OpenShift, Tomcat7 and JDBC Realm
I am trying to deploy JaveEE Tomcat7 based application to OpenShift. Whole configuration is based on Tomcat 7 (JBoss EWS 2.0) catridge. Up to now I'd developed my application locally and all worked ...
2
votes
1answer
76 views
Tomcat REALM doesn't authenticate in some cases
I am using Tomcat 7 and Realm for authenticating using JDBC. I extended DataSourceRealm to use our own implementation. My problem is that in some cases it seems like Tomcat REALM doesn't call any ...
2
votes
0answers
153 views
tomcat kerberos authentication + ldap authorization
We use LDAP to authenticate and authorize users on a tomcat server, but now need to remove the passwords from LDAP and switch over to kerberos authentication.
Now we would like to authenticate the ...
0
votes
0answers
132 views
Tomcat 7 ldap realm failing on Linux server [closed]
The following realm configuration is working on my Mac, but when I try to use it on a Linux server it's failing. The confusing thing is that it mentions localhost:389, but I'm not pointing it at ...
1
vote
0answers
106 views
error in Configure Tomcat 7 realm
Hi can anyone help me with it , I spend whole evening but couldnt make it work :(
here is in my web.xml
<security-constraint>
<web-resource-collection>
...
3
votes
1answer
238 views
Debugging a custom tomcat realm
I am developping a custom realm for Tomcat 7 using maven and eclipse juno.
It looks a lot like the solution described in Implement a Tomcat Realm with LDAP authentication and JDBC authorization , ...
3
votes
2answers
458 views
Tomcat 7 nesting CombinedRealm, LockoutRealm and DataSourceRealm
I'm trying to nest Realms as follows in Tomcat 7.0.32 (written here in pseudo-XML):
<CombinedRealm>
<LockoutRealm>
<DataSourceRealm/>
</LockoutRealm>
...
0
votes
0answers
59 views
Tomcat Realm get access to existing servlet
I want to implement custom realm which can invoke authorization method form servlet class. That servlet is deployed to server with existing application.
I guess that i can send http request from that ...
0
votes
1answer
254 views
Need help setting up multiple Realms in Tomcat
I'm trying to set up two Realms in tomcat and it isn't letting me for some reason. I'd like to use the standard UserDatabaseRealm (conf/tomcat-users.xml) for doing admin things (like deploying ...
0
votes
1answer
103 views
How to restrict users from directly accessing login.jsp?
I'm using the realm feature of tomcat and users not authenticated will be redirected to login.jsp. However if a user directly signs in using that page, he will be given a "HTTP Status 400 - Invalid ...
0
votes
1answer
1k views
using basic tomcat authentication
I have a small application for which I need to implement tomcat authentication. After digging the internet, I found out Realm is the solution. Also I got how to configure my tomcat-users.xml, ...
0
votes
1answer
98 views
How to preserve principal info in Tomcat (i.e. setPrincipal?)
I'm trying to build a second way for user login alongside the tomcat realm feature. That means an unauthenticated user can either:
1. signing in by evoking realm
2. providing a valid token and getting ...
0
votes
1answer
165 views
Tomcat Realm security-constraint disable for localhost
I have added security-constraint to protect some folders of the app.
<security-constraint>
<web-resource-collection>
<web-resource-name>panel</web-resource-name>
...
1
vote
1answer
272 views
How to debug realm feature in Tomcat?
I have set the realm setting in server.xml host section to something like this:
<Realm className="org.apache.catalina.realm.JDBCRealm" driverName="org.gjt.mm.mysql.Driver"
...
3
votes
1answer
118 views
Logging from Custom Tomcat Realm
This is probably a very dumb question, but I can't seem to find the answer to it. I have a custom Realm for Tomcat, utilized at the Context level. I would like to log failed and successful logins.
...
0
votes
0answers
161 views
Tomcat 7.0 configuration to support multi-tenancy with realm security
I'm trying to archive the following:
A Tomcat 7.0 webapp with different login screens per tenant. I want to deploy the WAR only once for all tenants. I came so far:
Multi-tenant GWT web-app
...
0
votes
1answer
57 views
JSPWiki/Tomcat — several JNDIReamls per webapp
I am running a JSPWiki with a JNDIRealm for Authentication against an Active Directory.
Now I have to think about the possibility to add another JNDIRealm to give access to users from another domain ...
0
votes
0answers
42 views
What is the way Tomcat Realm works to authenticate users of webapps
Can you please explain me the way, how Tomcat Realm works ? How it gets user details like uName , PW and how it checks it from DB. Because there are so many references available. Those confuses me.
0
votes
3answers
352 views
How to authenticate and authorize webapp request in Tomcat Servlet Container
What is the best way to do authenticate and authorize webapp request in Tomcat Servlet Container ?
I have two ideas,
1 - Use the Tomcat Realm.
2 - There is a web service where it provides capability ...
0
votes
1answer
549 views
Getting user details when using Tomcat realm
I am using Tomcat realm for security and my question is that I didn't know where to get the user's information after logging in.
I want to use the role of the user that has logged on and I don't know ...
3
votes
2answers
582 views
using md5 and salt with j security check
Right now I am using j security check and md5 to authenticate my jsp pages. I would like to salt the password before I store it into the database. Due to restricted access at school, I do not have ...
1
vote
0answers
2k views
How to configurate a servlet path in web.xml
I am stuck into a problem i cannot find a solution to solve it. I've wrote an multi-tier application in Java(build: maven, deployed:jboss 6/tomcat, db: oracle 10g) and now try to develope a ...
1
vote
1answer
563 views
Switch login in j_security_check
I am using the Tomcat and my application is in GWT. Login mechanism is being managed by tomcat using j_security_check. Now I am able to login properly in the application.
But after login to the ...
1
vote
0answers
127 views
Tomcat - Assign roles based on client ip address in my custom realm
I am trying to create a custom realm based on certificate authentication. Basically I want to allow clients to connect if they present a trusted certificate. This is no problem and there are plenty of ...
1
vote
0answers
167 views
Per-user Tomcat management rights [closed]
I'm trying to configure Tomcat so that a separate login is required to deploy certain apps. Let's say I have a /someapp context, which I would like someuser to deploy remotely. However, someuser ...
1
vote
1answer
781 views
Tomcat 7.11 JDBCRealm and UserDatabaseRealm dont work together
I'm trying to set a container managerd security a realm for my web app (JSF 2.1 + hibernate). I have noticed that Tomcat 7 can only use one type of realm at a time.
To use Tomcat in netbeans (7.0) i ...
0
votes
1answer
388 views
Want to configure shared tomcat realm with different datasources
I have two sets of web applications that all run on the same Tomcat 5.5 server.
I have one common Realm defined in server.xml:
<!-- Define the top level container in our container hierarchy ...
1
vote
2answers
465 views
Detect a realm authentication failure reason in Tomcat
I wrote a custom Realm for Tomcat 7. I wrap it in the lockout Realm provided by the default installation of Tomcat. The lockout feature works fine, but in my web.xml, I have
<error-page>
...
2
votes
1answer
2k views
How to unlock a tomcat user?
I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out that the user is locked. How can i unlock it without restarting tomcat? I searched a lot but ...
0
votes
1answer
302 views
Custom Tomcat Realm and a whole load of JARs in the Lib directory
So I am working on a project whereby we needed to create a custom Tomcat Realm implementation to read authentication credentials from a mongo backed datastore.
This has been pretty painless, but the ...
0
votes
2answers
522 views
Sharing credentials between different Tomcat Webapps
I have two webapps that will both be sitting on the same domain/tomcat application server, just in different context paths. (e.g. abc.com/abc and abc.com/def ). One is an older struts 1.0 ...
2
votes
1answer
2k views
Confusing about <security-role> in web.xml
I'm understand that
<security-role><role-name>Admin</role-name></security-role>
is for container map it with tomcat-users.xml (realm)
but I confuse about if I didn't use ...
1
vote
2answers
5k views
Configuring a Context specific Tomcat Security Realm
I am trying to get a context specific security Realm in Tomcat 6.0, but when I start Tomcat I get the following error:
09-Dec-2010 16:12:40 org.apache.catalina.startup.ContextConfig ...
1
vote
1answer
690 views
config Realm on Tomcat 6, Oracle 11g exception
I need to config realm on tomcat 6 for oracle 11g to work for jBPM workflow.
So I created a file: jbpm-console.xml under Catalina/localhost like this:
<Context>
<Realm ...
0
votes
1answer
1k views
Custom realm/starting Tomcat 6.0 from Netbeans 6.8/first HTTP request
I'm using NetBeans 6.8 and Tomcat 6.0.xx. I've created a custom realm and updated the NetBeans project build.xml to deploy the realm to Tomcat. When I debug the project, NetBeans starts the Tomcat ...
0
votes
1answer
544 views
Tomcat 6 Realm Config with Windows AD
We have Tomcat 6 connecting to a Win2k3 Server running AD.
The realm is configured as such
<Realm className="org.apache.catalina.realm.JNDIRealm" debug="99" referrals="follow"
...
0
votes
1answer
2k views
Howto configure a JDBC realm for container managed security with tomcat?
I want to configure tomcat / my web application to use a JDBC realm for container managed security. I specified the realm inside tomcat's server.xml file like this:
<Realm ...
1
vote
2answers
2k views
Tomcat 6.0 manager authentication via JDBC realm
I wanted to configure Tomcat6.0 authentication via JDBC realm Configuration.**
I checked following:
-All my "users" and "roles" are stored in MySQL database.
-MySQL JDBC drives are in tomcat\lib ...
3
votes
2answers
5k views
Implement a Tomcat Realm with LDAP authentication and JDBC authorization
I'm working in a legacy environment where an LDAP server is used only for authentication and contains no roles, and authorization is done against a database which contains the user-role mapping, but ...
0
votes
2answers
1k views
How to check if FORM Realm authentication failed?
I use FORM Authentication.
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/loginPage.jsp</form-login-page>
...
3
votes
2answers
2k views
How to log out user from web site using FORM authentication?
I am using FORM authentication, together with Realm. I would like to know how can I log out.
The only solution so far is to close browser, but that's not acceptable from the usability standpoint.
...
2
votes
2answers
1k views
How to setup Tomcat web.xml and context.xml for 2 different (user and admin) authentication
Here's my situation:
I want stuff under
mysite/customer/*
to require form-based authentication before access (login via mysite/customer/login.jsp, with its own user_password table and role. )
BUT
...
3
votes
1answer
2k views
Tomcat: Implementing java.security.Principal
I am trying to create a custom realm in Tomcat. My problem is that there is a SessionAttributeListener as part of the framework which checks to see if any object added to the session is serializable, ...
0
votes
1answer
1k views
Tomcat: setup realm for authentication to use Windows users
I'd like to setup Tomcat on Windows and have authentication in my web application be done against the Windows users (or a subset of those users). I read that if you have users setup on Active ...