I have Tomcat in my system(Unzipped. Not as a service). And I installed JIRA and created an issue there using this link
I have a Java web application, which is used to get URI, Issue Key, username and password values of JIRA in JSP. In the servlet I need to connect to JIRA and get the issue. But the problem is, only one service works at a time. When I run the Java web application in tomcat, I have to stop JIRA. So the servlet won't connect to JIRA.
Is there any possibility to use both at a time?