https://bz.apache.org/bugzilla/show_bug.cgi?id=62392

            Bug ID: 62392
           Summary: Modify Windows startup command from Start to Run
           Product: Tomcat 9
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: d...@21solutions.net
  Target Milestone: -----

The Windows script bin/startup.bat calls catalina.bat with the `start` command,
which launches a new CMD window and runs Tomcat there.

The problem is that if there is an error, the new window closes immediately and
it is not possible to see any output or information that will allow to
troubleshoot the issue.

I propose instead to call catalina.bat with the `run` command, which will start
Tomcat in the current console, and make the output and errors available to the
users.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to