Hi,
I've set up the apache-tomcat configuration with the aim of having jsp
pages deliver WML to the WAP browser in the Nokia WAP toolkit.
I have set up a JSP page under Tomcat that just contains WML content.
So far the WAP Toolkit can access the page but as far as I can tell it is
being encoded in MIME as HTML. At least, the cache for the Nokia Toolkit
shows an HTML page being cached, though it contains the WML. Also the Nokia
Browser displays some of the page but it looks like its not displaying
parts of the page which have '<' or '>' next to them but I'm getting just
about everything else, including the WML version. I have checked that the
page is correctly formed by loading it separately as a WML file.
So at the moment my thinking is that Tomcat is handling the JSP but is
returning the output from the page as HTML, even though the contents are WML.
I have noticed that in my tomcat-apache.conf file that the line that should
read:
AddType text/jsp .jsp
reads
AddType test/jsp .jsp
I dont know if that is screwing anything up or not.
Can anyone who has done this give me a clue ?
Thanks
Rob