вт, 10 дек. 2019 г. в 18:10, Violeta Georgieva <violet...@apache.org>:
>
>
>
> На вт, 10.12.2019 г. в 16:45 Konstantin Kolinko <knst.koli...@gmail.com> 
> написа:
> >
> > > Re: c06674e09e9f3f43dc0e5c022dc8c311a4285cfd
> > > I'll fix it in a few minutes.
> >
> > Fixed.
> >
> > Another one noted:
> >
> > Re 6ef27808e499d5b84f9789e56dc0e846ef388005
> > > Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=63815
> >
> > There is a typo in daemon.sh
> >
> > -Dcatalina.base="\"$CATALINA_BASE"\" \
>
> Which is the line exactly?
>
>
> I see two types only
>
> -Dcatalina.base="$CATALINA_BASE" \
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L363
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L372
>
> -Dcatalina.base="\"$CATALINA_BASE\"" \
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L392
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L400
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L460
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L470
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L523
> https://github.com/apache/tomcat/blob/7.0.x/bin/catalina.sh#L610

It is daemon.sh line 231. It is in the code that implements "start"
command for daemon.
https://github.com/apache/tomcat/blob/7.0.x/bin/daemon.sh#L231

In 9.0.x as well:
https://github.com/apache/tomcat/blob/master/bin/daemon.sh#L231

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

Reply via email to