We have a custom portal based on Jetspeed 2.2.0. Is there a way to add a user if it doesn't exist through configuration at server startup time similar to what can be done in the j2-seed.xml file at build time? Possibly using a Spring config file?
I know I can write my own impl using the JS services to do the add. Thanks