Multiple startups from same jre and clases
I'm updating Windows 2003 server system where our product is currently installed in five different directories, because they have different configurations in config file, but otherwise they equals to each others.
I realised that I could create one directory with all clases, libaries and common settings and use thouse to start program and then get user specific settings from user directory. After this updating would be simpler and faster.
How does this influnce performance? Does program start up faster if someone else is allready running program? Will there be some diffulties? How about upgrading? Can clases be updatet while some is using same clases?
Any commentes are welcome.

