File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes No Realm has been configured to authenticate against Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "No Realm has been configured to authenticate against" Watch "No Realm has been configured to authenticate against" New topic
Author

No Realm has been configured to authenticate against

malek aftab
Greenhorn

Joined: Jun 04, 2006
Posts: 12
Dear all,
When I setup jdbc realm to user database as my realm, the server message "No Realm has been configured to authenticate against".
but all of my settings are correct.

Regards,
Malek Aftab
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
How is your realm set up? Post the changes you made to server.xml so we can take a look.


Android appsImageJ pluginsJava web charts
malek aftab
Greenhorn

Joined: Jun 04, 2006
Posts: 12
Hi,

I used both memory realm, and JDBCRealm such this
memory realm:
<Realm className="org.apache.catalina.realm.MemoryRealm" />
malek aftab
Greenhorn

Joined: Jun 04, 2006
Posts: 12
Hi,

I used both memory realm, and JDBCRealm such this
memory realm:
<Realm className="org.apache.catalina.realm.MemoryRealm" />

and JDBCRealm such this

<Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
driverName="sun.jdbc.odbc.JdbcOdbcDriver"
connectionURL="jdbc dbc:websecure?user=;password="
userTable="users" userNameCol="user_name" userCredCol="user_pass"
userRoleTable="user_roles" roleNameCol="role_name"/>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: No Realm has been configured to authenticate against
 
Similar Threads
Weblogic security
what is realm. ???
Security Realms - WLS 6.1
Configure a NT Realm
Web Security