i am not able to access, i can use jira at local host just by going to itsURL. i need top enable jelly in jira. how can i do this ?
If you are using Linux system, you have to edit 'setenv.sh' and put:
JVM_REQUIRED_ARGS="-Djava.awt.headless=true -Djira.jelly.on=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true"
Hope it helps,
Daniel
Even better solution:
run (5.2 ver.)
tomcat7 //US//service_name ++JvmOptions="-Djira.jelly.on=true"
Or (for 5.0 and lower)
tomcat6 //US//service_name ++JvmOptions="-Djira.jelly.on=true"
Where service_name is the service code e.g.: <tt>JIRA060611143045</tt>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone (like me) that ever come accross that post.
There are several ways to do that.
Here is one:
Identify the name of the service that JIRA is installed as in Windows (<tt>Control Panel > Administrative Tools > Services</tt> ):
Find the JIRA service and double click to open the dialog box. The look for theSERVICENAME e.g.: <tt>JIRA060611143045</tt>
Close this dialog
Open a command window, and <tt>cd</tt> to the <tt>bin</tt> directory of the JIRA instance
Run: <tt>tomcat6w //ES//%SERVICENAME%</tt>. e.g.
tomcat6w //ES//JIRA060611143045
Click on the Java tab to see the list of current start-up options:
Append any new option on its own new line by adding to the end of the existing Java Options.
-Djira.jelly.on=true
Then close and restart the JIRA service. Jelly should now be enabled
Originaly from https://answers.atlassian.com/questions/1843/jelly-runner
You can also add that line (in seperate line):
-Djira.jelly.on=true
To the to Java options in the service registry, if you know how.
Tamir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are you running jelly as a windows service (there are different instructions). Failing that, check the JVM argument is visible through your JRIA admin console?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i have installed jira bon my system. i m moving to program files->atlassian >jira > bin and modifying this document "setenv" by pasting it java (-Djira.jelly.on=true ). and restrated jira ...but i was not able to enable jelly runner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You dont answer eitehr of the points I raise?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.