WAP servlet works on emulator but not actual device
843840Oct 18 2001 — edited Oct 19 2001My servlet outputs WML. I can access the site using an emulator however, when I try to access the site using an actual device I get two different errors. On my Nextel phone it says Error 500 and then something about compiling problem. On a WAP browser for the Palm VII, it says that my content is HTML. I don't think it is though. I am running Tomcat as my webServer and running on port 8888. I am trying to access the site by entering the following address:
http://gray.cla.sc.edu:8888/mapxtreme/servlet/ScottThesis
There is another webserver running on port 8080, so I can't run it on this port. Is this the problem? Or do I have to configure Tomcat in a certain fashion?
Thanks