You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the agent of 1.8.12-RC1 release on a tomcat 8.5.
agent install --target /test/apache-tomcat-8.5.28 --platform tc85
Overall Installation [ERROR] No installer found for tc85 (see list-platforms command)
and in josso-1.8.12-SNAPSHOT/dist/agents/config is no folder called tc85
The text was updated successfully, but these errors were encountered:
entfrickler
changed the title
Agent target tc85 is missing in 1.8.12-RC1
Agent platform tc85 is missing in 1.8.12-RC1
Mar 1, 2018
I got the agent running in tomcat 8.5.28 by modifying the release manually:
Add tc85 platform in josso-gshell.xml in josso-gshell-install-1.8.12-SNAPSHOT.jar (found 2 times under josso-1.8.12-SNAPSHOT/lib and josso-1.8.12-SNAPSHOT/dist/agents/lib)
Add tc85 config in josso-1.8.12-SNAPSHOT/dist/agents/config/tc85
Then running "agent install --target /home/zao/test/apache-tomcat-8.5.28 --platform tc85" is working without an error.
But the josso-tomcat85-agent-1.8.12-SNAPSHOT.jar was missing in the Tomcat lib and I had to copy it manually and do some modifications in the josso-agent-config.xml
I would like to contribute my changes, but I have no clue how to create a release from source to test them. Can someone give me some hints about how to do this or are there still docs some where how to create a josso1 release?
After adding some Maven repos and excluding some agents where I didn't got all dependencies I managed to do a release just by "mvn install".
But the installer for Tomcat 6-8.5 (the ones I tested) are not running out of the box. I had to do some changes in the josso-agent-config.xml. The changes are in the pull request #16.
@gbrigandi can you merge the changes if they are ok and add the Tomcat 8.5 installer to the 1.8.12 release. For some reason the tc85 target is not included in your RC1 release.
I tried to install the agent of 1.8.12-RC1 release on a tomcat 8.5.
agent install --target /test/apache-tomcat-8.5.28 --platform tc85
Overall Installation [ERROR] No installer found for tc85 (see list-platforms command)
and in josso-1.8.12-SNAPSHOT/dist/agents/config is no folder called tc85
The text was updated successfully, but these errors were encountered: