Hi I have got question about glassfish and command line. I create a new properties for example like this:
asadmin> create-custom-resource --restype java.util.Properties --factoryclass org.glassfish.resources.custom.factory.PropertiesFactory --property firstName=John Person
and now I want to add a new property for example surname, can you tell me how can I do it? I know that I can drop the resources and create new, but I need only add new properties, Thanks for all