Vijay Chinnasamy

Greenhorn
+ Follow
since Aug 08, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vijay Chinnasamy

Can u just find where is libjvm.a is located. I think your LD_LIBRARY_PATH needs to be set correctly.

Do a find for libjvm.a like this.

find / -name libjvm.a -print 2>/dev/null

After locating it correctly, add the path to the CLASSPATH and LD_LIBRARY_PATH...


Vijay
19 years ago
Here is one of the great links that talks about setting up sudo files for permissions:

http://www.linuxhomenetworking.com/linux-hn/addusers.htm
http://www.courtesan.com/sudo/man/sudoers.html

Once you are setup with sudo, you need to run the script using the following syntax:

sudo sh - user -c command_or_script

Thanks
Vijay
19 years ago
I am not sure b'cause I didn't do it neither. But I can show you some light. Basically, If you know how to configure LDAP authentication with Weblogic, it is same for any ldap servers. ADS, like any other LDAP server, can be configured for SSO.

I am sure there may be some changes with OU settings (for example, ADS it is , "ou=users,cn=people,dc=example,dc=com"

I think there are some little docs available for this. Here is one of the link I found useful.

http://e-docs.bea.com/platform/docs81/secintro/user.html#1399330

Thanks
Vijay
19 years ago
I am having same trouble for long.

Finally I got from somewhere to pronounce this like in "bee"


Thanks
Vijay
19 years ago