how web server(tomcat) can reponse to request coming from cell phone simulator
Simon Johnn
Greenhorn
Joined: Mar 23, 2003
Posts: 15
posted
0
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator. Thanks in advance
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Exactly what does the request URL look like? Can you see the login.html with a normal browser? Which version of Tomcat? Bill