• 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 server installation

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed Apache tomcat on port 8080(default). It installs as a service. If i start it as a service, I am able to access http://localhost:8080
However if I stop the service and start the server configured in Eclipse, I get -404.
I tried to do the setup on 9080 but exactly the same issue.

I do have Jboss configured on the same port but I havent started that server. It would have given error 8080 in use anyways if that was the issue. Any Clues??
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"xyzzyxxyz xyz", please check your private messages for an important administrative matter.
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
xyzzyxxyz xyz,

for using the tomcat via eclipse just stop the tomcat process via task manager and start the tomcat via eclipse and try to access

Thanks
santhosh
reply
    Bookmark Topic Watch Topic
  • New Topic