вт, 6 окт. 2020 г. в 23:11, Christopher Schultz :
>
> Nothing you add or remove from catlaina.properties will change what is
> shown when you run "ps" and look at the command-line used to launch the JVM.
>
> Fortunately, it doesn't matter. Tomcat will configure the "common" and
> "shared" ClassLoad
Raivo,
Please don't email directly. Use the mailing list instead. (Apologies if
I emailed both you AND the list.)
On 10/6/20 14:59, Raivo Rebane wrote:
> How I undrestand is that these files is added to tomcat common classpath
> or does there are several classpaths ?
In Java there can be many Cl
Raivo,
On 10/6/20 12:27, Raivo Rebane wrote:
> Hello
>
> I have following line in catalina.properties file where I want to add
> /opt/tomcat/latest/lib/*.jar to classpath
>
> But If I start Tomcat9 no jars appear in classpath.
Which classpath?
> and line in catalina.properties is following:
>
Hello
I have following line in catalina.properties file where I want to add
/opt/tomcat/latest/lib/*.jar to classpath
But If I start Tomcat9 no jars appear in classpath.
and line in catalina.properties is following:
common.loader="/opt/tomcat/latest/lib/*.jar","/opt/tomcat/latest/bin/*.jar"