Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how web server(tomcat) can reponse to request coming from cell phone simulator

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Kindly don't post the same question in multiple forums, it is really VERY annoying. I answered this in Servlets - where it belongs.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please continue the conversation here.
    Bookmark Topic Watch Topic
  • New Topic