• 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

HTTP 404 error

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web application deployed in JBoss. It is running using Https protocol. Now I have developed a new application and deployed in JBoss. When I try to acces the URL from the first application I get

"HTTP Status 404 - Servlet action is not available"

error. My web application is deployed properly as I can call the servlet but the Action class is not called properly...


As soon as the JBoss starts the Bootstrap servlet is called properly. but then when the we call the Action Class then it is not called it gives 404 error.
[ December 28, 2008: Message edited by: Singh Vaibhav ]
 
Ranch Hand
Posts: 164
Android Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The path your specified is a case sensitive. So first check it.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please post the contents of the web.xml related to your servlet, the exact URL you are using to access the servlet. Also, if there is a stack trace in the console log related to the 404 error, post that also.

Remember to enclose the xml text within 'code' tags - select the text and click the "Code" button under the editor window.
 
Goodbye moon men. Hello tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic