• 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

Plesk 8.2 Linux Tomcat +war files

A

alex_7656

Guest
Plesk 8.1 Linux Tomcat +war files

Hi,

I have problem for one war file provided by my client,integrating into his site in the plesk. It was marked as orange circle sign with exclamation mark inside, but it was not working properly.
I have tested one example war file from plesk environment, which was working properly. This is the file.
Then I have extracted the provided war file and again I have converted it into war file. But it was not working also.

Linux: Fedora Core-5

Tomcat Version :

tomcat5-server-lib-5.5.15-1jpp_6fc
tomcat5-webapps-5.5.15-1jpp_6fc
tomcat5-common-lib-5.5.15-1jpp_6fc
psa-tomcat-configurator-8.1.1-fc5.build81070322.17
tomcat5-jasper-5.5.15-1jpp_6fc
tomcat5-5.5.15-1jpp_6fc
tomcat5-servlet-2.4-api-5.5.15-1jpp_6fc
tomcat5-jsp-2.0-api-5.5.15-1jpp_6fc
tomcat5-admin-webapps-5.5.15-1jpp_6fc

Plesk: Plesk 8.1 for Fedora core5

In the plesk it should be a problem with the environment because I have manipulated the Tomcat environment.
Can I have any suggestion on the issue ??

Regards,
Alex
 
You should try the addon tool called,NGASI AppServer Manager (http://www.ngasi.com)
which enables private jvm java hosting
with Plesk, and allows your client to
easily install any standard WAR file.

Plus they have a pretty good Forum dedicated
specifically to JAVA hosting in case
you have questions.
 
Have you (or anyone) used this product in production?

Does this play with Plesk, or is this a replacement for the plesk package?

Are there any encountered problems, stability, memory, cpu, security, etc (I didnt read their forums no:p)
 
Plesk 8.1 Linux Tomcat +war files

Hi,

Thanks for reply.

I have read article as per given and i checked following option for resolve war files issue.

[1] Following ports are not blocked by firewall and also local host

8080
8009
8005
9080
9008

[2] ps -ax | grep java Then after it's showing following status.

8075 ? Sl 4:58 /usr/lib/jvm/java/bin/java -Djava.ext.dirs=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/ext -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/usr/share/tomcat5/temp org.apache.catalina.startup.Bootstrap start
8327 pts/0 S+ 0:00 grep java


[3] Added following line in httpd.include file for domain (ie. abc.com)

<IfModule mod_jk.c>
JkMount /PPSWebsite ajp13
JkMount /PPSWebsite/* ajp13
</IfModule>


Then restart httpd and tomcat services.


[4] After that i try following link http://abc:9080/manager/list on browse it's asking username and password, then after it's showing following status

OK - Listed applications for virtual host (ie. abc.com)
/PPSWebsite:stopped:0:pPSWebsite.war
/manager:running:0:/var/lib/tomcat5/server/webapps/manager


[5] My War file application size is 18.8 MB


Can I have any suggestion on the issue ??
 
Back
Top