Use Tomcat and JIRA same time -


i have tomcat in system(unzipped. not service). , installed jira , created issue there using link

i have java web application, used uri, issue key, username , password values of jira in jsp. in servlet need connect jira , issue. problem is, 1 service works @ time. when run java web application in tomcat, have stop jira. servlet won't connect jira.

is there possibility use both @ time?

i reckon jira's tomcat ports need changed reflect this:

  1. go $jira_install/conf/server.xml
  2. search <server port="8005" shutdown="shutdown">. change 8005 port number (say, 8105).
  3. search <connector port="8080" , change 8080 port (say, port number 8180).
  4. restart jira.

you might need change java application reflect port changes.


Comments