• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AD User Authentication in Webogic 8.1

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I need to know once we do the changes at the admin console level of WL 8.1 ,where the changes occur in script files and Is there any methods to change those files manually?

I need to do the AD server authentication for Weblogic 8.1 admin console so which scripts I need to change!

Thanks,

Waiting eagerly for guidance,

Akash


Hi ,

I need to run few .py (python script) in weblogic 8.1 as i got to know that if we execute the .py file through WLST tool ,it can be reflected in the config.xml file but there is no such option as WLST tool in WL 8.1 ,so could any one please help me out in this scenario that except Console level and WLST tool.IS there any other alternative to run these scripts?
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch.
What "script files" are you talking about? The $DOMAIN_HOME/config.xml file?
What you have to do to authenticate against an Active Directory server is create an Active Directory Authenticator
 
akash kumar ambasta
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I need to run few .py (python script) in weblogic 8.1 as i got to know that if we execute the .py file through WLST tool ,it can be reflected in the config.xml file but there is no such option as WLST tool in WL 8.1 ,so could any one please help me out in this scenario that except Console level and WLST tool.IS there any other alternative to run these scripts?


Akash
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

akash kumar ambasta wrote: but there is no such option as WLST tool in WL 8.1



That's interesting. I have been using WLST with Weblogic 8.1 for several years now.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic