• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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