• 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

Weblogic 6.0 config.xml

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am modifying config.xml at run time.. But Weblogic server does'nt reflect all the changed made in config.xml
I don't know how and when the WebLogic Server 6.0 internally reads the config.xml.....
Waiting for Early Reply ....
Thanks in Advance
Nand KEswani

 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The config.xml file cannot be modified at runtime. It can only be modified when the server is not up. If you modify it the server may overwrite the file when shut down.
By the way we have a forum specific for weblogic queries in the Products section. Please post your queries specific to Weblogic in that forum.
Thanks
------------------

Mahindrakar
IBM/Websphere Forum Moderator

Consultant - Zensar Technologies ,Pune India.
SCJP2, SCJD2 & SCJEA (Part I)
 
nand keswani
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul,
Oks I am agree with u but there should be some way ... The same like weblogic console change the configuration at run time
Waiting for Answers ..
Regards
Nand Keswani

Originally posted by Rahul Mahindrakar:
The config.xml file cannot be modified at runtime. It can only be modified when the server is not up. If you modify it the server may overwrite the file when shut down.
By the way we have a forum specific for weblogic queries in the Products section. Please post your queries specific to Weblogic in that forum.
Thanks


 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to the WebLogic forum
------------------
Tom
Sun Certified Programmer for the Java� 2 Platform
Moderator of the forums:
J2EE and EJB
Other Java APIs
 
reply
    Bookmark Topic Watch Topic
  • New Topic