• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Tomcat apps on port 80

here's the solution:

open IIS Manager and right-click your website in it and choose "Properties".
On the tab "ISAPI Filters"
Click "Add" to add the new ISAPI filter. Call it as you wish, I called it "Tomcat" and choose this dll : "C:\Program Files\SWsoft\Plesk\isapi\isapi_redirect.dll"
Restart IIS.
After that, you should be able to see your app in this manner:

http://mydomain.tld/appname

I don't know why Plesk do not load it by default.
Maybe it is a bug.
Anyway, that solution works for me.
 
Back
Top