Hi all,
I have inherited a Java web services project from a former colleague and so fairly new to Java and Apache. The project uses Apache running under a specific active directory user account to retrieve documents from a Storage Area Network (SAN). Now the FTP process is to be made into secure FTP. We have managed to set up the SAN device to allow only certain Windows accounts but this is limited to 15 concurrent connections.
My question is because Apache is running a single specific Windows account will this mean only one connection will be created and closed constantly or will the 15 concurrent connections quickly run out?
Thanks in advance
Regards
Alano