Re: Install bug tomcat4.0 on Mac Osx

2002-03-08 Thread jean-frederic clere

Hi,

You have to use gnutar:

With /usr/bin/tar:
+++
[moof:~] jfclere%  gzip -dc jakarta-tomcat-4.0-20020303.tar.gz | tar tfv - |
grep SetCharacterEncodingFilter
-rw-rw-r--  1 craigmcc 500 7910 Mar  3 02:41
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
-rw-rw-r--  1 craigmcc 500 1369 Mar  3 02:41
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
[moof:~] jfclere% ls -lt
total 9264
-rw-r--r--  1 jfclere  staff  4737493 Mar  8 00:10
jakarta-tomcat-4.0-20020303.tar.gz
--  1 jfclere  staff  101 Dec 31  1969 @LongLink
+++
(tar xvf : It does not destroy SetCharacterEncodingFilter but it does not work).

With /usr/bin/gnutar:
+++
[moof:~] jfclere% gzip -dc jakarta-tomcat-4.0-20020303.tar.gz | gnutar tfv - |
grep SetCharacterEncodingFilter
-rw-rw-r-- craigmcc/craigmcc7910 2002-03-03 02:41
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
-rw-rw-r-- craigmcc/craigmcc1369 2002-03-03 02:41
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
[moof:~] jfclere% ls -l
total 9256
drwxr-xr-x  27 jfclere  staff  874 Mar  3 02:41 jakarta-tomcat-4.0
-rw-r--r--   1 jfclere  staff  4737493 Mar  8 00:10
jakarta-tomcat-4.0-20020303.tar.gz
+++
(gnutar xvf Sounds Ok).

Cheers

Jean-frederic

Paulo Gaspar wrote:
 
  -Original Message-
  From: Karim Qazi [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, March 06, 2002 12:39 AM
  To: [EMAIL PROTECTED]
  Subject: Install bug tomcat4.0 on Mac Osx
 
 
  I downloaded the release jakarta-tomcat-4.0-20020303.tar.gz and when
  unpacking this release, the servlet
  examples/WEB-INF/classes/SetCharacterEncodingFilter.class
 
  Is unpacking as SetCharacterEnclodingFilter.clas.
 
  This is causing the examples not to function correctly.
 
  Thought you'd like to know this.
 
  Karim Qazi
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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




Re: Install bug tomcat4.0 on Mac Osx

2002-03-08 Thread Patrick Luby

Paulo,

I think you may have found the the problem.

For those interested in using Mac OS X, the following must be done or you will
run into the Mac Classic 31 character filename limit:

1. Unpack using the Mac OS X tool gnutar command line tool only.
   Don't let your browser do the unpacking as sometimes Netspace or IE
   will automatically unpack the download file using a Mac OS 9.x
   tool.

2. Unpack to a HFS+ disk. If you have unpack to a HFS formatted disk,
   you will run into the 31 character limit.

Patrick

Paulo Gaspar wrote:
 
  -Original Message-
  From: Karim Qazi [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, March 06, 2002 12:39 AM
  To: [EMAIL PROTECTED]
  Subject: Install bug tomcat4.0 on Mac Osx
 
 
  I downloaded the release jakarta-tomcat-4.0-20020303.tar.gz and when
  unpacking this release, the servlet
  examples/WEB-INF/classes/SetCharacterEncodingFilter.class
 
  Is unpacking as SetCharacterEnclodingFilter.clas.
 
  This is causing the examples not to function correctly.
 
  Thought you'd like to know this.
 
  Karim Qazi
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

-- 
_
Patrick Luby  Email: [EMAIL PROTECTED]
Sun Microsystems  Phone: 408-276-7471
901 San Antonio Road, USCA14-303
Palo Alto, CA 94303-4900
_

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




Re: Install bug tomcat4.0 on Mac Osx

2002-03-08 Thread Pier Fumagalli

Yep. Never had a problem using HFS+ or UFS (for what's worth) using GNUTAR.
StuffIT, instead, is buggy as hell...

Pier

Patrick Luby [EMAIL PROTECTED] wrote:

 Paulo,
 
 I think you may have found the the problem.
 
 For those interested in using Mac OS X, the following must be done or you will
 run into the Mac Classic 31 character filename limit:
 
 1. Unpack using the Mac OS X tool gnutar command line tool only.
  Don't let your browser do the unpacking as sometimes Netspace or IE
  will automatically unpack the download file using a Mac OS 9.x
  tool.
 
 2. Unpack to a HFS+ disk. If you have unpack to a HFS formatted disk,
  you will run into the 31 character limit.
 
 Patrick
 
 Paulo Gaspar wrote:
 
 -Original Message-
 From: Karim Qazi [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 12:39 AM
 To: [EMAIL PROTECTED]
 Subject: Install bug tomcat4.0 on Mac Osx
 
 
 I downloaded the release jakarta-tomcat-4.0-20020303.tar.gz and when
 unpacking this release, the servlet
 examples/WEB-INF/classes/SetCharacterEncodingFilter.class
 
 Is unpacking as SetCharacterEnclodingFilter.clas.
 
 This is causing the examples not to function correctly.
 
 Thought you'd like to know this.
 
 Karim Qazi
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]


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