Hi , I am working with Jira 'PDF Viewer' and editing templates. I need to restart tomcat6 regularly, without rebooting my machine.
I have seen numerous articles about doing it, but they all assume some prior understaning i do not have.
does anyone know a step by step process for a dummy to restart tomcat6 (or whatever webservice is supporting my Jira 5.1 install?
any help much appreciated. thanks James
The documented approach did not work. Midori provided me with a custom velocity.properties file which did the job.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The documentation has been updated since then!
Now the appropriate item in the FAQ explains turning off the cache for JIRA 3.x / 4.x and 5.x separately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need to constantly restart Tomcat while working on template for the JIRA PDF View Plugin. This is unproductive, time consuming (and annoying :-)).
Instead, we suggest you turn off the caching of templates for the development time. If you do this, all change you make in your templates (and scripts) will be immediately visible!
Disabling caching is rather simple, see item 4 in the FAQ: https://studio.plugins.atlassian.com/wiki/x/9YC0Aw
After you completed your development work, we suggest turning on the caching again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, have you installed this as a service? If so you simply restart the Tomcat service in Windows' list of services.
Otherwise, you can go to your tomcat installation directory, go to the bin directory run stop and then run start after it has properly stopped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, the only service i can find is 'Atlassian JIRA' --no mention of apacghe or tomcat. if i stop this from windows service util, i msg that stopping failed. then when i restart the service, i find Jira is locked and wont start.
tomcat was installed with JIRA, the exe is here
C:\Program Files\Atlassian\JIRA\bin\tomcat6.exe,
or is it
C:\Program Files\Atlassian\JIRA\bin\tomcat6w.exe
?
But the only stop/start scripts here are for Jira (stop-jira.bat, start-jira.bat) and i stop and start JIRA with those, i get same JIRA is locked error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Atlassian JIRA is the service running then. That is JIRA inside Tomcat. It'd check the logs and other places to investigate why you can't stop the service and check any configurations related to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.