Even using a background process is not helping much. The IIS stops that too it seems.
I have added the line
my $proc1 = Proc::Background->new("java -jar......");
Can some one tell me that if this alone will invoke the background process and do I have to check for any other conditions?
This IIS configuration is really irritating. Can we override this CGITimeout attribute? What is the purpose of this attribute?