You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Rudi Tairow (JIRA)" <ji...@apache.org> on 2008/11/14 11:22:44 UTC

[jira] Updated: (OPENEJB-955) Wrong error message during install for Tomcat

     [ https://issues.apache.org/jira/browse/OPENEJB-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rudi Tairow updated OPENEJB-955:
--------------------------------

    Attachment: openejb.patch

Patch for fix part 1.

> Wrong error message during install for Tomcat
> ---------------------------------------------
>
>                 Key: OPENEJB-955
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-955
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: tomcat
>    Affects Versions: 3.1
>         Environment: Unix/Linux
>            Reporter: Rudi Tairow
>            Priority: Minor
>         Attachments: openejb.patch
>
>
> During OpenEJB installation using the OpenEJB Tomcat-Installer the installer checks the existence of the files catalina.sh and catalina.bat. If one of those does not exist, the installer produces the message
> "Catalina catalina.sh file does not exist".
> Note that it says "catalina.sh", even if the missing file is catalina.bat.
> On many Unix/Linux systems, catalina.bat is removed, since it is never used.
> Fix part 1: Change error message when checking catalina.bat (trivial, patch attached)
> Fix part 2: Don't try to fix catalina.bat on Unix/Linux when non-existing, don't try to fix catalina.sh on Windows when not existing (don't abort installation)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.