If anyone could help me with this problem I'd be grateful.
 
Here's some of my system info, etc.:
 
Windows XP Pro
IIS 5.1
Tomcat 4.1.24
 
I'm also running Tomcat as a service via JavaService.
 
The problem is this - my web application requires the use of external programs, which I execute by calling something like
 
Process p = Runtime.getRuntime().exec(executablePath);
 
This works fine while I'm still logged on to my machine, but when no one is logged in, the external program doesn't seem to be executing.  While logged off, I know the Tomcat service is still running because I can still access my web application with other machines; however, when I try to use the part of the application that executes an external program, I get no response and the server times out.
 
Anyone have any ideas or solutions?
 
Thanks in advance for the help,
 
James
This message has been 'sanitized'.  This means that potentially
dangerous content has been rewritten or removed.  The following
log describes which actions were taken.

Sanitizer (start="1057091800"):
  Forcing message to be multipart/mixed, to facilitate logging.
  Writer (pos="1135"):
    Part (pos="1184"):
      Part (pos="200"):
        SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
          Match (rule="8"):
            ScanFile (file="/var/spool/filter/anomy/att-3f01f0d8-CT6-unnamed.txt"):
              Scan succeeded, file is clean.

            Enforced policy: accept

      Part (pos="1199"):
        SanitizeFile (filename="unnamed.html", mimetype="text/html"):
          Match (rule="8"):
            ScanFile (file="/var/spool/filter/anomy/att-3f01f0d8-U05-unnamed.html"):
              Scan succeeded, file is clean.

            Enforced policy: accept

        Note: Styles and layers give attackers many tools to fool the
        user and common browsers interpret Javascript code found
        within style definitions.  References:
         - http://www.securityfocus.com/bid/630
         - http://archives.indenial.com/hypermail/bugtraq/2001/January2001/0512.html
        Rewrote HTML tag: >>_STYLE_<<
                      as: >>_DEFANGED_STYLE_<<
        Rewrote HTML tag: >>_/STYLE_<<
                      as: >>_/DEFANGED_STYLE_<<

    Total modifications so far: 2


Anomy 0.0.0 : Sanitizer.pm
$Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to