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

Fix tomcat ports overlapping #137

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Fix tomcat ports overlapping #137

merged 1 commit into from
Aug 30, 2023

Conversation

jajik
Copy link
Collaborator

@jajik jajik commented Aug 14, 2023

close #132

Copy link
Member

@rhusar rhusar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rhusar rhusar merged commit 35de1cd into modcluster:main Aug 30, 2023
7 checks passed
@rhusar
Copy link
Member

rhusar commented Aug 30, 2023

Merged, thanks @jajik

@jajik
Copy link
Collaborator Author

jajik commented Aug 30, 2023

Thanks @rhusar

@rhusar
Copy link
Member

rhusar commented Aug 30, 2023

Actually, @jajik is this bit of a overcomplication necessary? Why not just use portOffset? https://tomcat.apache.org/tomcat-9.0-doc/config/server.html#Common_Attributes

@jajik
Copy link
Collaborator Author

jajik commented Aug 30, 2023

Hmm, that could be used I guess (I haven't known about it until now tbh). I'll put it on my list.

@jajik
Copy link
Collaborator Author

jajik commented Aug 30, 2023

I'll have to look into it, because this PR also added the ability to set ports directly which might cause some problems too (what if I want to offset only some? I'll have a look).

@rhusar
Copy link
Member

rhusar commented Aug 30, 2023

I'll have to look into it, because this PR also added the ability to set ports directly which might cause some problems too (what if I want to offset only some? I'll have a look).

OK - opened #140

@jajik jajik deleted the issue-132 branch August 30, 2023 14:12
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 this pull request may close these issues.

Testsuite: all Tomcat ports needs to be offset, not just 8080
2 participants