• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk and Atlassian JIRA

S

slowice

Guest
Hi!

Does anybody have instructions on how to install Atlassian JIRA (complete installation instructions?) and limited to one domain only in PLESK 8??

I prefer the TOMCAT installation, but generating the WAR file and installing does not work right, and i am not sure if the standalone version with it's own tomcat would break something in plesk / on the server...
Any help appreciated!
 
The standalone should not interfere
with Plesk. You may configure
Tomcat to bind on a different port
to Plesk and/or have tomcat Listen
on a different address to Plesk.
 
i tried the standalone too, but i always get the error message that the JAVA_HOME is not set.

what is the correct path for JAVA_HOME on Plesk 8.2???

Jira needs Java JDK to work.
 
To locate the java home, do locate from the command line like so:
locate /bin/java
The JAVA_HOME will be the value of the resulting path to the left of locate /bin/java
e.g. if the result was
/usr/java/jdk1.6.0_03/bin/java
then the JAVA_HOME value would be /usr/java/jdk1.6.0_03

Add the following to the Alassian startup script (near the top):
export JAVA_HOME=/usr/java/jdk1.6.0_03
 
Back
Top