You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/10/04 23:19:10 UTC

DO NOT REPLY [Bug 23608] New: - can't start catalina.sh apart from in $CATALINA_HOME

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.cgi?id=23608>.
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=23608

can't start catalina.sh apart from in $CATALINA_HOME

           Summary: can't start catalina.sh apart from in $CATALINA_HOME
           Product: Tomcat 5
           Version: 5.0.12
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: adam.hardy@cyberspaceroad.com


Seems the present working directory has to be $CATALINA_HOME otherwise when I run 

catalina.sh run

then tomcat cannot find the .keystore file which I have specified without any
directory, relative or absolute, in server.xml on my coyote connector as 

keystoreFile=".keystore"

Presumably somewhere or other the connector is not getting the relative path of
the .keystore file to the PWD, as was behaviour in tomcat4. I see in the docs
that keystoreFile="" should have the pathname of the keystore file. Does this
mean this tomcat4 relative directory feature has been dropped?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org