• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

httpd - Tomcat5 stop forwarding pages

F

fbellomo

Guest
httpd - Tomcat5 stop forwarding pages - SOLVED

S.0. = Centos 4.2

After migration from Plesk Panel 8.6 to 9.0, httpd stops to forwarding pages related to a webapp contest to Tomcat5.
The Web application woks fine on port 9080.

Examples:
http://server/webapp (Don't work)
http://server:9080/webapp (work)

I checked out workers.properties file and tomcat5 server.xml file and everything seems well configured.
Mod_jk httpd module seems loaded fine but the log file is always empty.

Thanks in advance to help me
 
Hello


I managed to solve the issue by copying the file jk.conf from /etc/httpd/conf to /etc/httpd/conf.d.

That worked for me.



Jef
 
Hello


I managed to solve the issue by copying the file jk.conf from /etc/httpd/conf to /etc/httpd/conf.d.

That worked for me.



Jef

Thank you very much
Works also for me.
Problem Solved

Ciao, Francesco
 
Back
Top