• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i installed tomcat on winNT.
but the tomcat welcome page is not comming.
I tried to change portnum from 8080 to 80
and also 1127 in server.xml.I am not getting the welcome page.
in the tomcat dosprompt window i see
java.net.BindException (Address in use)
please suggest me the proper port number if this is the problem.
 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you tried with http://127.0.0.1:8080 ??
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try with http://host-name ort number
if you do not have host name it will work with localhost.
 
indira mandapati
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
localhost:8080 is used by websphere test environment.
Http://127.0.0.1:8080 i tried but not helping me
i am getting the java.net.BindingException in tomcat dosprompt window:address in use :jvm bind
how to find out the ports that are not in use winNT?
thanks,
Indira
 
indira mandapati
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i did stop my http server and set it to manual to set free port 8080.and now tomcat is working.
thankyou!
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having the same problem I am not getting welcome page and when I click startup to start Tomcat it gives the error messages on the window like java.net.BindException Address in use : JVM Bind.. I tried changing the port in server.xml but that doesnt help because when I start tomcat it shows the same message.. PLease help
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you go through All The Steps here?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic