• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Tomcat port error

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem ,I am unable to run my web application as the jira is running on the same port 8080 .whenever i trying to start my tomcat it says:

Port 8080 required by Tomcat v7.0 Server at local host is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

Reason behind this is jira tomcat is being start up and so i am not able to start my eclipse tomcat saying previous error.and if i stop the tomcat of jira then on browser it says page not found or unable to connect jira.

CAN ANYBODY SUGGEST ME HOW I CAN RUN MY WEB APPLICATION AND JIRA ON SAME PORT OR WHERE I CAN CHANGE MY PORT SO THAT THE ERROR CAN BE RESOLVED.


Thanks ,
RAJEEV KUMAR SAHU
 
Ranch Hand
Posts: 55
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Go to <tomcat root dir>/conf/server.xml
You can set your new port at this line:
 
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic