• 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

How to solve the Invacation Target Exception In Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I got Invacation Target Exception .ple any one can help me.
how to solve this exception?
when this exception happen ?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch!

In an effort to help you get the most from our forums, we've compiled a
list of tips for asking questions here. You can find the list in our
FAQ section here.
In particular please see:
TellTheDetails

Some useful details in this case would be, a stack trace from your log files in: {tomcat install}/logs
The contents of your web.xml file would also be helpful.

What are you trying to invoke?
Did you compile your servlet (I'm assuming it's a servlet. You haven't told us otherwise) class?
Where did you put the compiled class file?
What URL are you using when making a request to this resource?

If you put as much effort into asking the question as you would like others to put into answering it for you, I think you will find JavaRanch a very powerful resource.

Again, welcome to JavaRanch and good luck with your question.
-Ben
 
reply
    Bookmark Topic Watch Topic
  • New Topic