You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/04 03:19:06 UTC

[Bug 133] New - Long File Name Support in installation batch files for Windows 32 BugRat Report#149

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=133

*** shadow/133	Sat Feb  3 18:19:06 2001
--- shadow/133.tmp.27257	Sat Feb  3 18:19:06 2001
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | Long File Name Support in installation batch files for Windows 32 BugRat R |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 133                         Product: Tomcat 3                |
+ |       Status: RESOLVED                    Version: 3.1.1 Final             |
+ |   Resolution: WONTFIX                    Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Config                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: tomcat-dev@jakarta.apache.org                                |
+ |  Reported By: aarora@galaxyeng.com                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The batch files that come with the zip file for installation require comments around the command.
+ 
+ More Details:
+ Filename: "startup.bat"
+ Problem: I installed tomcat in "C:\Program Files\Apache Group\jakart-tomcat". This creates a long filename. Startup.bat would not run the command "call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9". I fixed the problem by adding quotation around the actual command. Example: call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9
+ 
+ The same applies to "shutdown.bat"
+ 
+ Please let me know if I'm doing something wrong.
+ 
+ Thanks for all your help.
+ 
+ ------- Additional Comments From nacho@siapi.es  2001-02-03 18:19 -------
+ Fixed on tomcat version 3.2 and up