[
https://issues.jboss.org/browse/MODCLUSTER-548?page=com.atlassian.jira.pl...
]
Michal Karm Babacek commented on MODCLUSTER-548:
------------------------------------------------
Pprofiles are a mess: MODCLUSTER-528 should have received more coding-attention for 1.3.x
too.
I had to do a [workaround in
Fedora|http://pkgs.fedoraproject.org/cgit/rpms/mod_cluster.git/tree/mod_c...],
as I complained on MODCLUSTER-528.
h3. Where is ModClusterListener
h4. master - Good
{code}
mvn clean package -DskipTests -PTC8
for f in `find -name "*.jar"`;do if [[ "`unzip -l $f | grep -c
ModClusterListener`" -gt 0 ]]; then echo $f;fi;done
./container/tomcat/target/mod_cluster-container-tomcat-2.0.0.Alpha1-SNAPSHOT-sources.jar
./container/tomcat/target/mod_cluster-container-tomcat-2.0.0.Alpha1-SNAPSHOT.jar
{code}
h4. 1.3.x No Good
Only the default profile brings catalina-standalone with ModClusterListener. -PTCx
doesn't.
One has to run:
{code}
mvn clean package -DskipTests
for f in `find -name "*.jar"`;do if [[ "`unzip -l $f | grep -c
ModClusterListener`" -gt 0 ]]; then echo $f;fi;done
./container/catalina-standalone/target/mod_cluster-container-catalina-standalone-1.3.4.Final-SNAPSHOT-sources.jar
./container/catalina-standalone/target/mod_cluster-container-catalina-standalone-1.3.4.Final-SNAPSHOT.jar
{code}
TC6,TC7,TC8 profile miss the
mod_cluster-container-catalina-standalone.jar
--------------------------------------------------------------------------
Key: MODCLUSTER-548
URL:
https://issues.jboss.org/browse/MODCLUSTER-548
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.5.Final
Reporter: Weinan Li
Assignee: Jean-Frederic Clere
TC6,TC7,TC8 profile doesn't contain the mod_cluster-container-catalina-standalone.jar
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)