[jdom-interest] jdom appears to be crashing weblogic 6.1
Mike Brenner
mikeb at mitre.org
Thu Jun 5 05:39:20 PDT 2003
Jonathan_Wasson at dom.com wrote:
> ... if you want to find the web app root ...
> pageContext.getServletContext().getRealPath("/")
THANKS (My main point was that JDOM 9 works fine with
BEA Weblogic 8.1, but I appreciate your giving me this
line of code!)
> - It seems to require you to use a GUI to put in the
> parameters and USERIDs, instead of just updating
> tomcat/conf/tomcat-users.xml and server.xml
>
> Not sure what .xml files you're referring to...
> config.xml,web.xml,weblogic.xml, etc. but none of them require the weblogic
> console to launched. You can edit all by hand if you truly want to. But
> to get them to take effect may require a restart (or else investigating the
> command line equivalents of what the weblogic console is doing). Also
> anyone makes changes thru the console at the same time you are editing the
> file locally may overwrite your changes.
Yes, thanks again.
However, I can't find the file that contains the userids and passwords,
so at my current (kindergarten) level of knowledge of BEA Weblogic,
I would have to use the gui to enter the long list of userids and passwords
onto the server.
If the userids were in an accessible file format (like tomcat-users.xml),
then I could use JDOM to convert my very long tomcat-users.xml into
that format and not have to enter all of the userids into the gui.
More information about the jdom-interest
mailing list