Am I using IIS or Tomcat to serve the PassagePoint web module

Am I using IIS or Tomcat to serve the PassagePoint web module

Sometimes it is required to know whether your PassagePoint IntranetModule is being served by IIS or Tomcat.

By Default, Tomcat runs on port 2080, and IIS runs on port 80

With that, by looking at the URL used to hit the web module, it is easy to determine whether IIS or Tomcat is used.

Let's look at 2 sample URL below:





Notice the first URL has 2080, and the 2nd one does not.

The first URL is using Tomcat, while the 2nd is running IIS.

If running Tomcat, and you'd like to switch to IIS, see here


    • Related Articles

    • PassagePoint's web Module

      PassagePoint web Module allows a user to pre-register visitors ahead of time. The authentication method can be 1) SSO through IIS NTLM (single sign on) When using SSO, a user clicks on the passagepoint website links and is logged on to the web module ...
    • IIS setup with PassagePoint

      PasasgePoint comes default with Apache web server, however passagepoint can leverage IIS as a front end Requirements 1) We module license installed on the passagepoint server With a passagepoint client, log in as the admin user, and do Home > ...
    • SSO setup with IIS

      Prerequisites 1) This document assumes you've laready setup passagepoint with IIS. if not, pls review here and set up IIS with passagepoint first: https://support.stopware.com/portal/en/kb/articles/iis-setup-with-passagepoint 2) LDAP directory Link ...
    • Web Customized Configurations

      Customized Configurations 1. Web customization You can add your customized Logo image and CSS file for various web interfaces here. Lets say you want to add a custom Logo and CSS for a configured web interface with the name "wi1". The steps to do ...
    • How do I make the email field required on the web portal?

      On the PassagePoint application server, navigate to "PPGlobal\Config\context\1\main.ctx" 1) Edit the 'options.xml' file using any text editer 2) update <isEmailRequired> from "false" to "true" <isEmailRequired>true</isEmailRequired> 3) Restart the ...