I am working on a custom build of Spark for our Windows people, I have got almost everything done that I needed from the various documents I found, just a couple more things I have not been able to find.
1. How do I lock in the server IP and Port? I already have put in our hostname in src/java/org/jivesoftware/resource/default.properties
2. After I run "ant", for testing I am navigating to the target/build/bin and running startup.bat on my test windows VM. and while this works. How do I make the console not show up? Also is there an easier way to run this one windows after I build it, with out requiring a user to install anything?