Re: Servlet's doPost() results in jsp file not found error



Thanks!,
I call different jsps in doget and do post so cant call doGet() From
doPost().

I had tried giving the whole path name ( from root directiry) but that
didnt work.
just for my knowlegde, how does context path differ form giving the
absolute path?

.....all this worked perfectly in Tomcat, but i am using Websphere rt
now and it doesnt like it.

I'll try using the context path and see if that works, thanks for your
help :)

.



Relevant Pages

  • Odd problem with doGet/doPost in same servlet
    ... I've crafted a servlet named insert_stuff with both doGet and doPost ... Filling the form and clicking Submit causes doPost to be executed, ... data does get inserted into the database BUT the page and empty form ... handling code is commented out, as in an empty form in a newly-built ...
    (comp.lang.java.programmer)
  • Re: Fill doGet, doPost in servlet
    ... > basically is it possible to call doGet, doPost directly... ... > For example fill in request and response? ... provided you implement the interfaces HttpServletRequest and ...
    (comp.lang.java.programmer)
  • Re: Applets <->Servlet
    ... Marker-Interface, was sicher stellt, dass der Servlet-Container nie mit mehr als einen Thread gleichzeitig die Service-Methode (und damit auch doGet oder doPost) ausführt. ... Zweifellos äußerst unschön und ein Performance-Killer, ...
    (de.comp.lang.java)
  • Fill doGet, doPost in servlet
    ... basically is it possible to call doGet, doPost directly... ... For example fill in request and response? ...
    (comp.lang.java.programmer)