This is fixed in 4.1.17 alpha.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 5:01 PM
> To: [EMAIL PROTECTED]
> Subject: DO NOT REPLY [Bug 15315] New: - Error in catalina.sh
> for cygwin/XP
>
>
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cg> i?id=15315>.
>
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE
> COLLECTED AND
> INSERTED IN THE BUG DATABASE.
>
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15315
Error in catalina.sh for cygwin/XP
Summary: Error in catalina.sh for cygwin/XP
Product: Tomcat 4
Version: 4.1.9
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Other
Component: Unknown
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
When I tried deploying a JAR file in the WEB-INF/lib/ directory, I got an
exception similar to that described in http://www.mail-archive.com/tomcat-
[EMAIL PROTECTED]/msg75929.html.
I found a solution: changing the catalina.sh script as follows worked for me:
102a103
> CATALINA_TMPDIR=`cygpath --path --windows "$CATALINA_TMPDIR"`
The problem was that the TMPDIR was specified in a Cygwin way, which did not
work. All the other paths were changed to Windows-style, but I guess you
forgot about the TMPDIR.
Note that I am actually on 4.1.12, but that version is not listed in Bugzilla,
so I couldn't select that.
--
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]>