Jordan Brown (Sun) wrote: > How is > <create_default_instance enabled="..."/> > different from > <instance name="default" enabled="..."/> > ?
I had this in my notes: print/server.xml has: <single_instance /> <instance name='default' enabled='false' /> Which is different from rarp.xml, which has <single_instance/> <create_default_instance enabled='false' /> Is this functionally different? Slightly: create_default_instance will create the general/package property if $PKGINST is set. > I understand that you can do more with <instance>; my question is how > the trivial case of <instance> is different. > > Also: > > What does > <single_instance/> > really do? Don't know about that one. CT