• 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

Using config.xml in weblogic 6.1

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I changed the config.xml file under my domain which I created. Every time I restart the server it picks up the old configuration file. Can someone tell why it is so?
Iam new to the BEA world.
Thanks,
Priya
 
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 am new to WebLogic.
If you are editing the config.xml, while the domain is active, it is likely to be overwritten by the system.
The following URL gives info. about the config.xml
http://edocs.bea.com/wls/docs70/config_xml/overview.html#1148930
 
Priya Venkatesan
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ThankYou
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii
Please shut down and then edit the config.xml file ...
and then reboot the server ...this will solve your problem
Regards
Neeraj Khurana
 
Priya Venkatesan
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Neeraj, I tried this many times. Not working yet.
Any more suggestions?
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you should make sure that you stopped the weblogic server, you can check the system services, to make sure its stopped. If yes,
can you try with running startWeblogic.cmd located under your mydomain directory and see whether changes made by you got effected..
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As i see there could be two possiblities here .
1.You are not completely shutting weblogic server down.
Try http://localhost:7001/console in browser and see if you are getting username/password dialogue.
If you get this dialogue box the server is still up.
2.Secondly you said you have changed config.xml
Did you by any chance copy this from other weblogic instance elsewhere?
If you did so then also there is a possiblity that it may give errors for security reasons.
Please provide the following in your next post.
1.error you see in the weblogic
2.Changes you made between the first version of xml and second version of config.xml
 
Happiness is not a goal ... it's a by-product of a life well lived - Eleanor Roosevelt. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic