Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent platform tc85 is missing in 1.8.12-RC1 #15

Open
entfrickler opened this issue Mar 1, 2018 · 2 comments
Open

Agent platform tc85 is missing in 1.8.12-RC1 #15

entfrickler opened this issue Mar 1, 2018 · 2 comments

Comments

@entfrickler
Copy link

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

@entfrickler 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
@entfrickler
Copy link
Author

entfrickler commented 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?

@entfrickler
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant