• 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

Problem in deploying Tomcat Webapplication With Plesk 7

M

mali

Guest
Hi,

I have installed Plesk 7 on Windows 2003 Enterpise Edition.I need to run Tomcat on this server.I have activated a key with Tomcat support with no issues.

After creating a new web application and uploading WAR file.The status of the web application is OFF.While trying to restart the web application it gives an error "unable to Startup tomcat web application:possible reason:Tomcat service is not currently running on the server."

I tried to remove the same web application and got an error "Unable to remove web application object : Unable to query Tomcat Manager. Connetion failed" .

Although Tomcat service is running on the server.Through Plesk service management i can easily start and stop it.I have also confirmed it through http://localhost:8080 and everything is running.

Client have full permission to create unlimited Web application.

Could any one help me out?
 
Any help about this issue .This is our Production server and Clients are suffering from this.
 
Which port are you using to access your Plesk control panel?
 
Hi,

Did any one find the reason for this ? We are running 7.5.4 and have the same problem.

Thanks
Dave
 
Yes, I solve that problem after hours and hours!

sw-soft faq mentioning to this problem very little and to solve problem forwarded to installation guide documentations.

http://kb.swsoft.com/article_154_565_en.html

the problem accrue because of a amazing conflict!

When trying to restart the application Plesk shows alert "Unable to start up Tomcat web application: Possible reason - Tomcat service is not currently running on the server."

If you have Tomcat and MailEnable Professional installed simultaneously on your server it is a conflicting setup because HTTPMail component of MailEnable Professional and Tomcat share the same port 8080. See the "Post-Installation Issues" section of the Plesk 7.5 for Windows Installation guide for details on how to resolve the conflict.

address of Plesk 7.5 for Windows Installation guide is:
http://download1.swsoft.com/Plesk/Plesk7.5/Windows/Docs/plesk-7.5-win-ig.pdf

in this documentation, swsoft said:

If you have Tomcat and MailEnable Professional installed simultaneously on your server, it is a

run mmc and open MailEnable Professional management console. There, go to the properties editing
dialog, right click on HTTPMail and go to properties.

Change the value 8080 in the HTTPMail Port edit field to some other value in such way that it
does not coincide with a port used by some other program. For example, change it to 8081.

with these instruction you can easily solve this problem!

regards,
rvn
 
Back
Top