Jetty launch configuration additions for M6
FYI, Those of you using Jetty launch configurations to develop your Jazz
server extensions will need to add these bundles when you switch from M5
to M6:
com.ibm.team.repository.common.remoteaccess.auth
com.ibm.icu
com.ibm.cic.licensing.common.core
com.ibm.cic.licensing.common.util
com.ibm.cic.licensing.lum
And whichever of these matches your platform:
com.ibm.cic.licensing.lum.win32
com.ibm.cic.licensing.lum.linux
--
Chris Daly
Jazz Component Development Team
server extensions will need to add these bundles when you switch from M5
to M6:
com.ibm.team.repository.common.remoteaccess.auth
com.ibm.icu
com.ibm.cic.licensing.common.core
com.ibm.cic.licensing.common.util
com.ibm.cic.licensing.lum
And whichever of these matches your platform:
com.ibm.cic.licensing.lum.win32
com.ibm.cic.licensing.lum.linux
--
Chris Daly
Jazz Component Development Team
3 answers
Another thing related to Jetty launches that changes with M6 is that a
previous workaround to the problem of "more than one version of
'org.apache.commons.logging.Log' visible" (observed in the Jetty
console) requires a different workaround. This is explained here:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug#MultipleCommonsLoggingVersions
--
Chris Daly
Jazz Component Development Team
previous workaround to the problem of "more than one version of
'org.apache.commons.logging.Log' visible" (observed in the Jetty
console) requires a different workaround. This is explained here:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug#MultipleCommonsLoggingVersions
--
Chris Daly
Jazz Component Development Team
One more note about launch configurations: For M6 I've created a
"Maximal" Jetty launch configuration which includes (I think) everything
that is included in the tomcat-based JazzTeamServer download. I think
this will be a better starting point than the "Minimal", "Typical" and
"Web-UI" example launches used in previous milestones. This launch is
called "JazzServer-06M6-Maximal.launch" and can be found here:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug
--
Chris Daly
Jazz Component Development Team
"Maximal" Jetty launch configuration which includes (I think) everything
that is included in the tomcat-based JazzTeamServer download. I think
this will be a better starting point than the "Minimal", "Typical" and
"Web-UI" example launches used in previous milestones. This launch is
called "JazzServer-06M6-Maximal.launch" and can be found here:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug
--
Chris Daly
Jazz Component Development Team
Chris Daly wrote:
I added one more note to the wiki section linked above. It turns out
you can still see this problem if you don't disable the
org.apache.batik.pdf bundle in your launch config. See this bug for
details:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/48795
--
Chris Daly
Jazz Component Development Team
Another thing related to Jetty launches that changes with M6 is that a
previous workaround to the problem of "more than one version of
'org.apache.commons.logging.Log' visible" (observed in the Jetty
console) requires a different workaround. This is explained here:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug#MultipleCommonsLoggingVersions
I added one more note to the wiki section linked above. It turns out
you can still see this problem if you don't disable the
org.apache.batik.pdf bundle in your launch config. See this bug for
details:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/48795
--
Chris Daly
Jazz Component Development Team