• 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.

Recent content by AfterBit

  1. A

    Question Tomcat java.lang.OutOfMemoryError: Java heap space

    ok thanks... i've seen the link.. plesk does not have a java profiler?.. if not.. could you help me to understand how to install a java profiler under plesk?
  2. A

    Question Tomcat java.lang.OutOfMemoryError: Java heap space

    Hello, plesk for linux and tomcat.. CPU : Intel(R) Xeon(R) CPU E5-26xx (Sandy Bridge) (4 core(s)) Version Plesk v12.5.30_build1205150826.19 os_Debian 8.0 OS Debian 8.4 Memory Usage Total 15.71 GB Used 2.19 GB sometime i get the following error and my website go off line! how can i resolve...
  3. A

    Tomcat add custom context

    please help..
  4. A

    Tomcat add custom context

    ... anyone has the same issues?
  5. A

    Tomcat add custom context

    Hello, I would like to add a custom <Context> to the <Host> (in file server.xml) added by Plesk with a java app, but "sometimes", my custom <Context> disappears... How can I do it "permanent" ? this is my custom context, "home" is the name of my java webapp : <Context path="" docBase="home"...
  6. A

    missing file /var/www/vhosts/system/www.mydomain.com/conf/vhost.conf

    i have already added : <IfModule mod_jk.c> JkMount /www.mydomain.com ajp13 JkMount /www.mydomain.com/* ajp13 </IfModule> infact the java application works correctly.. but what i need to add to <IfModule mod_rewrite.c>?.. or.. how can i do a redirect ?
  7. A

    missing file /var/www/vhosts/system/www.mydomain.com/conf/vhost.conf

    Thank you Lloyd.. And about Tomcat? Is there a similar area into Plesk? (i have not found anything..).. My problem is to configure Apache and Tomacat to serve java applications, in particular i want to address 'www.mydomain.com' to the java webapp at 'www.mydomain.com:9080/webapp'.. is it...
  8. A

    missing file /var/www/vhosts/system/www.mydomain.com/conf/vhost.conf

    Hello, i have a domain www.mydomain.com. i would like to add some custom settings to file httpd.conf in :/var/www/vhosts/system/www.mydomain.com/conf In this file there is a warning: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST...
  9. A

    Apache + Tomcat configuration

    Hello, I have uploaded and installed on my server, a Java Web Application with Plesk v.12.5.30. (Apache + Tomcat 7 installed via plesk). Now i would like to view my java webapp with the browser. The address is, for example, 'www.domain.com'. I can view it on 'www.domain.com:9080/webapp' address...
Back
Top