| Author |
Jboss Conf files
|
RoshaniG Gopal
Ranch Hand
Joined: May 15, 2006
Posts: 180
|
|
Hi all, In Jboss, I need to generate the tags in conf files (like jboss-web.xml). Is there any API that can create the above tags? For eg: <security-domain>java:/jaas/jmx-console</security-domain> I need to programatically generate the <security-domain> tag. I have an API with which i can set/get the above tags, but i want to generate the above tags using an API. Please help.
|
Regards,<br />Roshani
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
|
By API, do you mean you want to use it programatically? Would XDoclet do the job for you? Have a look at the securitydomain attribute in jbosswebxml task. This task will autogenerate the jboss-web.xml with the security-domain tag in it.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Jboss Conf files
|
|
|