How to administer custom Desktop Channel Attributes via Admin Console?
I have a desktop channel (JSPProvider) that requires some global settings (database connect info, etc.) to be made by an administrator after deployment and before use. Is it possible to make the custom attributes show up in the administration console (Manage Domains --> myDomain --> Applications --> Desktop --> Domain Attributes --> myChannel --> Edit Channel)? Is there a HTML-Template that I can edit?
What would be the preferred way to enter such settings?
[499 byte] By [
708848] at [2007-11-25 4:34:53]

this is a little more difficult when you are using JSPProvider rather than a direct custom channel. Basically what you need to do is go into /etc/opt/SUNWips/xml and find something like iwtUserInfoProvider.xml
Copy and edit this file for you own channel and then using ipsadmin -import bring the new channel attributes and privs into the profile service. These will then show up in the admin console. If you want to be doing this sort of stuff then I would recommend write a whole new channel provider rather than use JSPProvider