problem in running servlets from wml page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ank99
    New Member
    • Mar 2008
    • 2

    problem in running servlets from wml page

    hello...i m trying to run servlets(using GET) from wml page.....
    using apache tomcat 5.5 server and WinWap for Windows(version 3.2.1.28.)....i ts working fine as far as just to display wml form page...
    but when i enter the data within wml page(i.e. compname) then address within browser gets to http://localhost:8080/servlets-examples/servlet/portsam?compnam e=abc-b39ea2eee69 as per required but it says it could not get required URL(HTTP Error 404)...
    while my compiled .class file is there within....C:\Pr ogram Files\Apache Software Foundation\Tomc at 5.5\webapps\ser vlets-examples\WEB-INF\classes
    So, plz tell me what should i do to run servlets successfully...
    Thanks in advance....
Working...