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

Enable configuration of tomcat AJP port #60

Open
dedece35 opened this issue Nov 13, 2020 · 2 comments
Open

Enable configuration of tomcat AJP port #60

dedece35 opened this issue Nov 13, 2020 · 2 comments

Comments

@dedece35
Copy link

When we configure a SmartTomcat server, we can configure "Server Port" and "Admin Port" but NOT "AJP port".
Thus, we can't launch two servers tomcat on 2 IntelliJ workspaces because the same AJP port is used.

Can you give us AJP port configuration on Smart Tomcat instance ?

thank you.

@synatrin
Copy link

synatrin commented Jan 15, 2023

Currently running Smart Tomcat 4.3.8 on IntelliJ IDEA 2022.3.1 (Community Edition) and I am not able to configure the AJP port. Will adding the ability to change the AJP port be eventually considered?

image

@yuezk
Copy link
Collaborator

yuezk commented Jan 17, 2023

@synatrin

Due to security concerns, the AJP configuration has been disabled by default by Tomcat: apache/tomcat@86768e4#diff-c87dee9178ccd9ce263a19c5e4d74219c8fcee6054c2298c78a9a1047c4d09d9R116-R118

You can uncomment the AJP configuration in the <Tomcat home>/conf/server.xml to enable AJP.

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

3 participants