• 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

Problem with dogListener from the Servlets JSP Book.

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings Friends, God Bless,

Here is the thing I'm stuck with an error when I run the application on the server (Tomcat 7).

Is something related with my DD (I guess), so here is is my DD


The Error



I've tried changing the url mapping, but it doesn't work at all.
 
Ranch Hand
Posts: 34
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure of the exact issue but are you sure you have deployed the correct version of the application?



Doesn't seem to match the error message:



~Nauman

 
Omar Perez
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nauman Hasan wrote:Not sure of the exact issue but are you sure you have deployed the correct version of the application?



Doesn't seem to match the error message:



~Nauman



Thanks Nauman

For some reason whenever I run this application on the server is using the Beerv2 version and trying to call the logical name Tester.do, which is weird. I don't know what to do in this case.
 
Nauman Hasan
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you uninstall the application. Restart the server (check to make sure no error) and then re-install the application?

~Nauman
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Omar, please show us the relevant part of the view (e.g. jsp form action) where the servlet is called.
reply
    Bookmark Topic Watch Topic
  • New Topic