hello...i m trying to run servlets(using GET) from wml page.....
web server : apache tomcat 5.5 server
WAP Browser: WinWap for Windows(version 3.2.1.28.)....
its 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-b39ea2eee68 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
plz tell whether i ve put the .class file in rightly required folder..
So, plz tell me what should i do to run servlets successfully...
Thanks in advance....
web server : apache tomcat 5.5 server
WAP Browser: WinWap for Windows(version 3.2.1.28.)....
its 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-b39ea2eee68 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
plz tell whether i ve put the .class file in rightly required folder..
So, plz tell me what should i do to run servlets successfully...
Thanks in advance....
Comment