Re: Where are the UNIX-type scripts?

2005-06-13 Thread cmllpz
 OK, I think I found out why or at least how it happens and repeatedly 
reproduced it step-by-step. 
  
 If you use knoppix + Konqueror, and open the .gz file directly as you 
downloaded with 'ark', it shows you repeated windows .bat files instead of 
the .sh ones. 
  
 Maybe it is a 'knoppix + Konqueror + ark' issue and it does not apparently 
happen with the .zip version of the file. 
  
 This is a weird one and I am curious as t what the heck could be possibly 
going on 
  
 Albretch 
 
Quoting Mark Thomas [EMAIL PROTECTED]: 
 
 [EMAIL PROTECTED] wrote: 
   I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation 
 files 
  and set them up, but I can not find the startup.sh, catalina.sh, ... file. 
   
   This is all I see: 
   
  [EMAIL PROTECTED] bin]$ ls -l 
  total 500 
 snip 
   
   So, where are the UNIX-type scripts? 
  
 I have just downloaded jakarta-tomcat-5.5.9.tar.gz and confirmed the  
 *.sh files are all present in the tar ball. 
  
 Did you use GNU tar to extract the files? Some verisons of tar do not do  
 extract all of the files. I think there is some issue to do with path  
 length. 
  
 Mark 
  
 - 
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED] 
  
  
 
 
 

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



RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
Here are the savesets I used and I have all the scripts:

jakarta-tomcat-5.5.9.tar.gz
jakarta-tomcat-5.5.9-compat.tar.gz

These files I grabbed were a binary distribution - already compiled and
built.  I'll bet the difference is, you built yours from source.  Here
are the files I have.  I set this up on a Linux FC3 host:

[EMAIL PROTECTED] bin]# cd $CATALINA_HOME/bin
[EMAIL PROTECTED] bin]# ls -la
total 1072
drwxr-xr-x   3 root root   4096 May 17 17:56 .
drwxr-xr-x  11 root root   4096 May 17 17:56 ..
-rw-r--r--   1 root root  22547 Mar 26 13:22 bootstrap.jar
-rw-r--r--   1 root root   7684 Mar 26 13:22 catalina.bat
-rwxr-xr-x   1 root root  10921 Mar 26 13:22 catalina.sh
-rw-r--r--   1 root root   9386 Mar 26 13:22 commons-daemon.jar
-rw-r--r--   1 root root  26202 Mar 26 13:22 commons-logging-api.jar
-rw-r--r--   1 root root511 Mar 26 13:22 cpappend.bat
-rw-r--r--   1 root root   1284 Mar 26 13:22 digest.bat
-rwxr-xr-x   1 root root848 Mar 26 13:22 digest.sh
-rw-r--r--   1 root root 408051 Mar 26 13:22 jmx.jar
-rwxr-xr-x   1 root root  76244 May 17 17:33 jsvc
drwxr-xr-x   5 root root   4096 May 17 17:33 jsvc-src
-rw-r--r--   1 root root  73008 Mar 26 13:22 jsvc.tar.gz
-rw-r--r--   1 root root   3956 Mar 26 13:22 service.bat
-rw-r--r--   1 root root   2013 Mar 26 13:22 setclasspath.bat
-rwxr-xr-x   1 root root   2788 Mar 26 13:22 setclasspath.sh
-rw-r--r--   1 root root   1273 Mar 26 13:22 shutdown.bat
-rwxr-xr-x   1 root root787 Mar 26 13:22 shutdown.sh
-rw-r--r--   1 root root   1274 Mar 26 13:22 startup.bat
-rwxr-xr-x   1 root root   1141 Mar 26 13:22 startup.sh
-rw-r--r--   1 root root 102400 Mar 26 13:23 tomcat5.exe
-rw-r--r--   1 root root 131072 Mar 26 13:23 tomcat5w.exe
-rw-r--r--   1 root root  12104 Mar 26 13:22 tomcat-juli.jar
-rw-r--r--   1 root root   2235 Mar 26 13:22 tool-wrapper.bat
-rwxr-xr-x   1 root root   2549 Mar 26 13:22 tool-wrapper.sh
-rw-r--r--   1 root root   1280 Mar 26 13:22 version.bat
-rw-r--r--   1 root root790 Mar 26 13:22 version.sh
[EMAIL PROTECTED] bin]# 

- Greg Scott
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 11, 2005 4:23 PM
To: Tomcat Users List
Subject: Where are the UNIX-type scripts?

 I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz
installation files and set them up, but I can not find the startup.sh,
catalina.sh, ... file.

 This is all I see:

[EMAIL PROTECTED] bin]$ ls -l
total 500
-rw-r--r--  1 tcbox00 tcbox00  22547 Jun 11 09:10 bootstrap.jar
-rw-r--r--  1 tcbox00 tcbox00   7684 Jun 11 09:10 catalina.bat
-rw-r--r--  1 tcbox00 tcbox00   9386 Jun 11 09:10 commons-daemon.jar
-rw-r--r--  1 tcbox00 tcbox00  26202 Jun 11 09:10
commons-logging-api.jar
-rw-r--r--  1 tcbox00 tcbox00511 Jun 11 09:10 cpappend.bat
-rw-r--r--  1 tcbox00 tcbox00   1284 Jun 11 09:10 digest.bat
-rw-r--r--  1 tcbox00 tcbox00  73008 Jun 11 09:10 jsvc.tar.gz
-rw-r--r--  1 tcbox00 tcbox00   3956 Jun 11 09:10 service.bat
-rw-r--r--  1 tcbox00 tcbox00   2013 Jun 11 09:10 setclasspath.bat
-rw-r--r--  1 tcbox00 tcbox00   1273 Jun 11 09:10 shutdown.bat
-rw-r--r--  1 tcbox00 tcbox00   1274 Jun 11 09:10 startup.bat
-rw-r--r--  1 tcbox00 tcbox00 102400 Jun 11 09:10 tomcat5.exe
-rw-r--r--  1 tcbox00 tcbox00 131072 Jun 11 09:10 tomcat5w.exe
-rw-r--r--  1 tcbox00 tcbox00  12104 Jun 11 09:10 tomcat-juli.jar
-rw-r--r--  1 tcbox00 tcbox00   2235 Jun 11 09:10 tool-wrapper.bat
-rw-r--r--  1 tcbox00 tcbox00   1280 Jun 11 09:10 version.bat
-rwxr-xr-x  1 tcbox00 tcbox00790 Jun 11 09:10 version.sh

 So, where are the UNIX-type scripts?

 Thanks
 Albretch

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


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



Re: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
Let's try this again.  I don't know why the list bounced my reply...

- Greg Scott 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 12, 2005 3:35 AM
To: Greg Scott
Subject: failure delivery

Unable to deliver message to the following address(es) Tomcat Users
List tomcat-user@jakarta.apache.org.

Remote host said: 554 delivery error: This user doesn't have an account

--- Original message follows.
Here are the savesets I used and I have all the scripts:

jakarta-tomcat-5.5.9.tar.gz
jakarta-tomcat-5.5.9-compat.tar.gz

These files I grabbed were a binary distribution - already compiled and
built.  I'll bet the difference is, you built yours from source.  Here
are the files I have.  I set this up on a Linux FC3 host:

[EMAIL PROTECTED] bin]# cd $CATALINA_HOME/bin [EMAIL PROTECTED] bin]# ls -la
total 1072
drwxr-xr-x   3 root root   4096 May 17 17:56 .
drwxr-xr-x  11 root root   4096 May 17 17:56 ..
-rw-r--r--   1 root root  22547 Mar 26 13:22 bootstrap.jar
-rw-r--r--   1 root root   7684 Mar 26 13:22 catalina.bat
-rwxr-xr-x   1 root root  10921 Mar 26 13:22 catalina.sh
-rw-r--r--   1 root root   9386 Mar 26 13:22 commons-daemon.jar
-rw-r--r--   1 root root  26202 Mar 26 13:22 commons-logging-api.jar
-rw-r--r--   1 root root511 Mar 26 13:22 cpappend.bat
-rw-r--r--   1 root root   1284 Mar 26 13:22 digest.bat
-rwxr-xr-x   1 root root848 Mar 26 13:22 digest.sh
-rw-r--r--   1 root root 408051 Mar 26 13:22 jmx.jar
-rwxr-xr-x   1 root root  76244 May 17 17:33 jsvc
drwxr-xr-x   5 root root   4096 May 17 17:33 jsvc-src
-rw-r--r--   1 root root  73008 Mar 26 13:22 jsvc.tar.gz
-rw-r--r--   1 root root   3956 Mar 26 13:22 service.bat
-rw-r--r--   1 root root   2013 Mar 26 13:22 setclasspath.bat
-rwxr-xr-x   1 root root   2788 Mar 26 13:22 setclasspath.sh
-rw-r--r--   1 root root   1273 Mar 26 13:22 shutdown.bat
-rwxr-xr-x   1 root root787 Mar 26 13:22 shutdown.sh
-rw-r--r--   1 root root   1274 Mar 26 13:22 startup.bat
-rwxr-xr-x   1 root root   1141 Mar 26 13:22 startup.sh
-rw-r--r--   1 root root 102400 Mar 26 13:23 tomcat5.exe
-rw-r--r--   1 root root 131072 Mar 26 13:23 tomcat5w.exe
-rw-r--r--   1 root root  12104 Mar 26 13:22 tomcat-juli.jar
-rw-r--r--   1 root root   2235 Mar 26 13:22 tool-wrapper.bat
-rwxr-xr-x   1 root root   2549 Mar 26 13:22 tool-wrapper.sh
-rw-r--r--   1 root root   1280 Mar 26 13:22 version.bat
-rw-r--r--   1 root root790 Mar 26 13:22 version.sh
[EMAIL PROTECTED] bin]# 

- Greg Scott
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 11, 2005 4:23 PM
To: Tomcat Users List
Subject: Where are the UNIX-type scripts?

I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz 
installation files and set them up, but I can not find the 
startup.sh, catalina.sh, ... file.

 

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



Re: Where are the UNIX-type scripts?

2005-06-12 Thread kamal r
Its not the list bouncing your mail as I did get your
mail as well as you would have. just ignore it and
dont resend
--- Greg Scott [EMAIL PROTECTED] wrote:

 Let's try this again.  I don't know why the list
 bounced my reply...
 
 - Greg Scott 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, June 12, 2005 3:35 AM
 To: Greg Scott
 Subject: failure delivery
 
 Unable to deliver message to the following
 address(es) Tomcat Users
 List tomcat-user@jakarta.apache.org.
 
 Remote host said: 554 delivery error: This user
 doesn't have an account
 
 --- Original message follows.
 Here are the savesets I used and I have all the
 scripts:
 
   jakarta-tomcat-5.5.9.tar.gz
   jakarta-tomcat-5.5.9-compat.tar.gz
 
 These files I grabbed were a binary distribution -
 already compiled and
 built.  I'll bet the difference is, you built yours
 from source.  Here
 are the files I have.  I set this up on a Linux FC3
 host:
 
 [EMAIL PROTECTED] bin]# cd $CATALINA_HOME/bin
 [EMAIL PROTECTED] bin]# ls -la
 total 1072
 drwxr-xr-x   3 root root   4096 May 17 17:56 .
 drwxr-xr-x  11 root root   4096 May 17 17:56 ..
 -rw-r--r--   1 root root  22547 Mar 26 13:22
 bootstrap.jar
 -rw-r--r--   1 root root   7684 Mar 26 13:22
 catalina.bat
 -rwxr-xr-x   1 root root  10921 Mar 26 13:22
 catalina.sh
 -rw-r--r--   1 root root   9386 Mar 26 13:22
 commons-daemon.jar
 -rw-r--r--   1 root root  26202 Mar 26 13:22
 commons-logging-api.jar
 -rw-r--r--   1 root root511 Mar 26 13:22
 cpappend.bat
 -rw-r--r--   1 root root   1284 Mar 26 13:22
 digest.bat
 -rwxr-xr-x   1 root root848 Mar 26 13:22
 digest.sh
 -rw-r--r--   1 root root 408051 Mar 26 13:22 jmx.jar
 -rwxr-xr-x   1 root root  76244 May 17 17:33 jsvc
 drwxr-xr-x   5 root root   4096 May 17 17:33
 jsvc-src
 -rw-r--r--   1 root root  73008 Mar 26 13:22
 jsvc.tar.gz
 -rw-r--r--   1 root root   3956 Mar 26 13:22
 service.bat
 -rw-r--r--   1 root root   2013 Mar 26 13:22
 setclasspath.bat
 -rwxr-xr-x   1 root root   2788 Mar 26 13:22
 setclasspath.sh
 -rw-r--r--   1 root root   1273 Mar 26 13:22
 shutdown.bat
 -rwxr-xr-x   1 root root787 Mar 26 13:22
 shutdown.sh
 -rw-r--r--   1 root root   1274 Mar 26 13:22
 startup.bat
 -rwxr-xr-x   1 root root   1141 Mar 26 13:22
 startup.sh
 -rw-r--r--   1 root root 102400 Mar 26 13:23
 tomcat5.exe
 -rw-r--r--   1 root root 131072 Mar 26 13:23
 tomcat5w.exe
 -rw-r--r--   1 root root  12104 Mar 26 13:22
 tomcat-juli.jar
 -rw-r--r--   1 root root   2235 Mar 26 13:22
 tool-wrapper.bat
 -rwxr-xr-x   1 root root   2549 Mar 26 13:22
 tool-wrapper.sh
 -rw-r--r--   1 root root   1280 Mar 26 13:22
 version.bat
 -rw-r--r--   1 root root790 Mar 26 13:22
 version.sh
 [EMAIL PROTECTED] bin]# 
 
 - Greg Scott
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 11, 2005 4:23 PM
 To: Tomcat Users List
 Subject: Where are the UNIX-type scripts?
 
 I recently downloaded the latest
 jakarta-tomcat-5.5.9.tar.gz 
 installation files and set them up, but I can not
 find the 
 startup.sh, catalina.sh, ... file.
 
  
 

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


Send instant messages to your online friends http://uk.messenger.yahoo.com 

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



RE: Where are the UNIX-type scripts?

2005-06-12 Thread cmllpz
 FYI. I didn't build mine from source

 Thanks

Quoting Greg Scott [EMAIL PROTECTED]:

 Here are the savesets I used and I have all the scripts:
 
   jakarta-tomcat-5.5.9.tar.gz
   jakarta-tomcat-5.5.9-compat.tar.gz
 
 These files I grabbed were a binary distribution - already compiled and
 built.  I'll bet the difference is, you built yours from source.  Here
 are the files I have.  I set this up on a Linux FC3 host:
 
 [EMAIL PROTECTED] bin]# cd $CATALINA_HOME/bin
 [EMAIL PROTECTED] bin]# ls -la
 total 1072
 drwxr-xr-x   3 root root   4096 May 17 17:56 .
 drwxr-xr-x  11 root root   4096 May 17 17:56 ..
 -rw-r--r--   1 root root  22547 Mar 26 13:22 bootstrap.jar
 -rw-r--r--   1 root root   7684 Mar 26 13:22 catalina.bat
 -rwxr-xr-x   1 root root  10921 Mar 26 13:22 catalina.sh
 -rw-r--r--   1 root root   9386 Mar 26 13:22 commons-daemon.jar
 -rw-r--r--   1 root root  26202 Mar 26 13:22 commons-logging-api.jar
 -rw-r--r--   1 root root511 Mar 26 13:22 cpappend.bat
 -rw-r--r--   1 root root   1284 Mar 26 13:22 digest.bat
 -rwxr-xr-x   1 root root848 Mar 26 13:22 digest.sh
 -rw-r--r--   1 root root 408051 Mar 26 13:22 jmx.jar
 -rwxr-xr-x   1 root root  76244 May 17 17:33 jsvc
 drwxr-xr-x   5 root root   4096 May 17 17:33 jsvc-src
 -rw-r--r--   1 root root  73008 Mar 26 13:22 jsvc.tar.gz
 -rw-r--r--   1 root root   3956 Mar 26 13:22 service.bat
 -rw-r--r--   1 root root   2013 Mar 26 13:22 setclasspath.bat
 -rwxr-xr-x   1 root root   2788 Mar 26 13:22 setclasspath.sh
 -rw-r--r--   1 root root   1273 Mar 26 13:22 shutdown.bat
 -rwxr-xr-x   1 root root787 Mar 26 13:22 shutdown.sh
 -rw-r--r--   1 root root   1274 Mar 26 13:22 startup.bat
 -rwxr-xr-x   1 root root   1141 Mar 26 13:22 startup.sh
 -rw-r--r--   1 root root 102400 Mar 26 13:23 tomcat5.exe
 -rw-r--r--   1 root root 131072 Mar 26 13:23 tomcat5w.exe
 -rw-r--r--   1 root root  12104 Mar 26 13:22 tomcat-juli.jar
 -rw-r--r--   1 root root   2235 Mar 26 13:22 tool-wrapper.bat
 -rwxr-xr-x   1 root root   2549 Mar 26 13:22 tool-wrapper.sh
 -rw-r--r--   1 root root   1280 Mar 26 13:22 version.bat
 -rw-r--r--   1 root root790 Mar 26 13:22 version.sh
 [EMAIL PROTECTED] bin]# 
 
 - Greg Scott
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, June 11, 2005 4:23 PM
 To: Tomcat Users List
 Subject: Where are the UNIX-type scripts?
 
  I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz
 installation files and set them up, but I can not find the startup.sh,
 catalina.sh, ... file.
 
  This is all I see:
 
 [EMAIL PROTECTED] bin]$ ls -l
 total 500
 -rw-r--r--  1 tcbox00 tcbox00  22547 Jun 11 09:10 bootstrap.jar
 -rw-r--r--  1 tcbox00 tcbox00   7684 Jun 11 09:10 catalina.bat
 -rw-r--r--  1 tcbox00 tcbox00   9386 Jun 11 09:10 commons-daemon.jar
 -rw-r--r--  1 tcbox00 tcbox00  26202 Jun 11 09:10
 commons-logging-api.jar
 -rw-r--r--  1 tcbox00 tcbox00511 Jun 11 09:10 cpappend.bat
 -rw-r--r--  1 tcbox00 tcbox00   1284 Jun 11 09:10 digest.bat
 -rw-r--r--  1 tcbox00 tcbox00  73008 Jun 11 09:10 jsvc.tar.gz
 -rw-r--r--  1 tcbox00 tcbox00   3956 Jun 11 09:10 service.bat
 -rw-r--r--  1 tcbox00 tcbox00   2013 Jun 11 09:10 setclasspath.bat
 -rw-r--r--  1 tcbox00 tcbox00   1273 Jun 11 09:10 shutdown.bat
 -rw-r--r--  1 tcbox00 tcbox00   1274 Jun 11 09:10 startup.bat
 -rw-r--r--  1 tcbox00 tcbox00 102400 Jun 11 09:10 tomcat5.exe
 -rw-r--r--  1 tcbox00 tcbox00 131072 Jun 11 09:10 tomcat5w.exe
 -rw-r--r--  1 tcbox00 tcbox00  12104 Jun 11 09:10 tomcat-juli.jar
 -rw-r--r--  1 tcbox00 tcbox00   2235 Jun 11 09:10 tool-wrapper.bat
 -rw-r--r--  1 tcbox00 tcbox00   1280 Jun 11 09:10 version.bat
 -rwxr-xr-x  1 tcbox00 tcbox00790 Jun 11 09:10 version.sh
 
  So, where are the UNIX-type scripts?
 
  Thanks
  Albretch
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



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



RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
But the dates on your files are June 11 and the dates on mine are March
26.  I don't have the exact URL where I downloaded mine, just navigated
there from the Jakarta home page.

- Greg


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 12, 2005 1:39 PM
To: Tomcat Users List
Subject: RE: Where are the UNIX-type scripts?

 FYI. I didn't build mine from source

 Thanks

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



Re: Where are the UNIX-type scripts?

2005-06-12 Thread Mark Thomas

[EMAIL PROTECTED] wrote:

 I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation files
and set them up, but I can not find the startup.sh, catalina.sh, ... file.

 This is all I see:

[EMAIL PROTECTED] bin]$ ls -l
total 500

snip


 So, where are the UNIX-type scripts?


I have just downloaded jakarta-tomcat-5.5.9.tar.gz and confirmed the 
*.sh files are all present in the tar ball.


Did you use GNU tar to extract the files? Some verisons of tar do not do 
extract all of the files. I think there is some issue to do with path 
length.


Mark

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



Re: Where are the UNIX-type scripts?

2005-06-11 Thread cmllpz
 Also if I try the only unix-like script, namely, version.sh, it looks for the
other ones:

[EMAIL PROTECTED] bin]$ ./version.sh
Cannot find ./catalina.sh

 Albretch

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



Re: Where are the UNIX-type scripts?

2005-06-11 Thread luke
Hi,

11Jun2005 @ 17:22 [EMAIL PROTECTED] thusly spake
  I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation 
 files
 and set them up, but I can not find the startup.sh, catalina.sh, ... file.
 
  This is all I see:
 
 [EMAIL PROTECTED] bin]$ ls -l
 total 500
 -rw-r--r--  1 tcbox00 tcbox00  22547 Jun 11 09:10 bootstrap.jar
 -rw-r--r--  1 tcbox00 tcbox00   7684 Jun 11 09:10 catalina.bat
 -rw-r--r--  1 tcbox00 tcbox00   9386 Jun 11 09:10 commons-daemon.jar
 -rw-r--r--  1 tcbox00 tcbox00  26202 Jun 11 09:10 commons-logging-api.jar
 -rw-r--r--  1 tcbox00 tcbox00511 Jun 11 09:10 cpappend.bat
 -rw-r--r--  1 tcbox00 tcbox00   1284 Jun 11 09:10 digest.bat
 -rw-r--r--  1 tcbox00 tcbox00  73008 Jun 11 09:10 jsvc.tar.gz
 -rw-r--r--  1 tcbox00 tcbox00   3956 Jun 11 09:10 service.bat
 -rw-r--r--  1 tcbox00 tcbox00   2013 Jun 11 09:10 setclasspath.bat
 -rw-r--r--  1 tcbox00 tcbox00   1273 Jun 11 09:10 shutdown.bat
 -rw-r--r--  1 tcbox00 tcbox00   1274 Jun 11 09:10 startup.bat
 -rw-r--r--  1 tcbox00 tcbox00 102400 Jun 11 09:10 tomcat5.exe
 -rw-r--r--  1 tcbox00 tcbox00 131072 Jun 11 09:10 tomcat5w.exe
 -rw-r--r--  1 tcbox00 tcbox00  12104 Jun 11 09:10 tomcat-juli.jar
 -rw-r--r--  1 tcbox00 tcbox00   2235 Jun 11 09:10 tool-wrapper.bat
 -rw-r--r--  1 tcbox00 tcbox00   1280 Jun 11 09:10 version.bat
 -rwxr-xr-x  1 tcbox00 tcbox00790 Jun 11 09:10 version.sh
 
that's weird, I'd download it again and be sure you have the right tar.gz file.
this is my bin directory:
/~~~
10:32:18|luke @bench [bin] ls -l
total 452
-rw-r--r--  1 luke luke  22547 Mar 27 04:52 bootstrap.jar
-rwxr-xr-x  1 luke luke   2667 May 11 12:58 catalina.bat
-rwxr-xr-x  1 luke luke   2311 May 11 12:58 catalina.sh
-rw-r--r--  1 luke luke   9386 Mar 27 04:52 commons-daemon.jar
-rw-r--r--  1 luke luke  26202 Mar 27 04:52 commons-logging-api.jar
-rwxr-xr-x  1 luke luke511 Mar 27 04:52 cpappend.bat
-rwxr-xr-x  1 luke luke   1284 Mar 27 04:52 digest.bat
-rwxr-xr-x  1 luke luke848 Mar 27 04:52 digest.sh
-rw-r--r--  1 luke luke  73008 Mar 27 04:52 jsvc.tar.gz
-rwxr-xr-x  1 luke luke   3956 Mar 27 04:52 service.bat
-rwxr-xr-x  1 luke luke   2013 Mar 27 04:52 setclasspath.bat
-rwxr-xr-x  1 luke luke   2788 Mar 27 04:52 setclasspath.sh
-rwxr-xr-x  1 luke luke   1273 Mar 27 04:52 shutdown.bat
-rwxr-xr-x  1 luke luke787 Mar 27 04:52 shutdown.sh
-rwxr-xr-x  1 luke luke   1274 Mar 27 04:52 startup.bat
-rwxr-xr-x  1 luke luke   1141 Mar 27 04:52 startup.sh
-rw-r--r--  1 luke luke 102400 Mar 27 04:53 tomcat5.exe
-rw-r--r--  1 luke luke 131072 Mar 27 04:53 tomcat5w.exe
-rw-r--r--  1 luke luke  12104 Mar 27 04:52 tomcat-juli.jar
-rwxr-xr-x  1 luke luke   2235 Mar 27 04:52 tool-wrapper.bat
-rwxr-xr-x  1 luke luke   2549 Mar 27 04:52 tool-wrapper.sh
-rwxr-xr-x  1 luke luke   1280 Mar 27 04:52 version.bat
-rwxr-xr-x  1 luke luke790 Mar 27 04:52 version.sh
\

kind regards,
Luke
-- 
._..
.|  .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:

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