I would like to deploy my script as a service on a Winnt machine. I am using ActiveState perlsvc tool to create the service. My .pl calls a .pm (containing the inline java code) on the fly with a require statement ($class = "some_path"; require $class). However I can not get the service to start. I isolated the problem and it seems that it hangs up on the Java calls in the perl code. Without the Java code calls the service starts fine. Also the program works as a "non service". Any suggestions?
Thanks Martin
