-1

I want to create a Link in index.html whitch call the servlet and it call a jsp to be displayed, but I'm getting error 404 and already tried many 'solves' (which I found in Internet).

Julio C. Boll
  • 51
  • 1
  • 7

1 Answers1

0

What about to send redirect to JSP URL from your servlet as a response?

Vadim
  • 4,027
  • 2
  • 10
  • 26