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

creaper.wildfly property + remoting protocol and 9999 port defaults... #199

Closed
jstourac opened this issue Oct 13, 2021 · 0 comments · Fixed by #219
Closed

creaper.wildfly property + remoting protocol and 9999 port defaults... #199

jstourac opened this issue Oct 13, 2021 · 0 comments · Fixed by #219
Assignees
Milestone

Comments

@jstourac
Copy link
Collaborator

jstourac commented Oct 13, 2021

For AS7, there was a default protocol used e.g. for CLI connection named remoting with 9999 port number as default. Since WildFly 9, this has changed to http-remoting or https-remoting and default port number 9990 or 9993 respectfully. For the compatibility reason the original default could be easily changed by providing creaper.wildfly property.

We shall probably remove that property completely since we support only WildFly 10+ now and use http-remoting with 9990 port as default.

JFTR #198

@jstourac jstourac self-assigned this Oct 13, 2021
@simkam simkam assigned simkam and unassigned jstourac Jan 9, 2023
simkam added a commit to simkam/creaper that referenced this issue Jan 9, 2023
fixes wildfly-extras#199

- switch default protocol to `http-remoting`
- switch default port to 9990
- drop `creaper.wildfly` property
- drop `remoting` protocol support
@simkam simkam added this to the 2.0.0 milestone Jan 9, 2023
simkam added a commit to simkam/creaper that referenced this issue Jan 10, 2023
fixes wildfly-extras#199

- switch default protocol to `http-remoting`
- switch default port to 9990
- drop `creaper.wildfly` property
- drop `remoting` protocol support
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

Successfully merging a pull request may close this issue.

2 participants