-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add install ArcGIS Web Adaptor on Java Platform #319
Comments
Hi @cameronkroeker, |
There aren't plans in the immediate road map to include support for the Java WebAdaptor (WA). However, I would be interested in the use case of using Java WA over IIS WA. What are the benefits or why do you prefer to use the Java WA over IIS? Also, which Java web server do you prefer (Apache Tomcat, Nginx, other)? Thanks, |
Hi @cameronkroeker , |
We have an additional software which add functionnality for specific work. This software force the usage of WebAdaptor Java. |
Support for ArcGIS WebAdaptor Java (Windows) has been added in release v4.2.0: Sample Json: Lines 190 to 212 in 3d056fe
This will install and configure ApacheTomcat with a self-signed certificate. However, you can specify your own ssl certificate in the AllNodes.SSLCertificates section. The following pre-req's need to be met prior to running the module:
Alternatively, if you wish to bring your own java web server you can omit In the coming days/weeks we will publish a wiki page with additional details. Thanks, |
Hi @cameronkroeker ! |
Glad to hear it worked. No we do not support specifying a custom port at this release. Feel free to submit a new feature request and we can evaluate it for a future release. Thanks, |
Community Note
Module Version
Affected Resource(s)
Configuration Files
I work on this capabilities on a fork and I change many files of the project to install WebAdaptor on a tomcat. I success but i would like an integration in the default module.
The installation on Web Adaptor Java Platform is very important to us.
The text was updated successfully, but these errors were encountered: