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

JBoss Error!

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I enountered error, when i tried to access jboss from Internet Explorer.
The server shows error(in console) something like [localhost]Mapping Configuration Error.On the Internet Explorer screen it shows http:404 request cannot be completed error.The address i used in browser was http://localhost:8080/.
One thing, i have Apache Tomcat Installed on my computer,even after uninstalling it, Jboss was giving the same error([localhost]Mapping Configuration Error).
I think there is some problem with the port service.I am new to jboss, can anyone help me?
How can i see which port is used by which service on my computer.

Thanks in Advance,
Vijendra
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A 404 is a "not found" error, which usually means the server is there, but the resource you are asking for doesn't exist. What resource do you expect to see when you ask for "http://localhost:8080" without any further context? Normally I'd expect the request to look like "http://localhost:8080/myWebApp" - I don't think you can configure a default web app. with the version of Tomcat that ships with JBoss.
[ May 10, 2006: Message edited by: Paul Sturrock ]
 
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic