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: [EMAIL PROTECTED]                                |
+ |  Reported By: [EMAIL PROTECTED]                                         |
+ |      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 [EMAIL PROTECTED]  2001-02-03 18:19 -------
+ Fixed on tomcat version 3.2 and up

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

Reply via email to