by NZWTA >> Thu, 30 May 2002 20:07:18 GMT
Wondering whether anyone has gone down similar path to following, or has informed comment; any gratefully accepted.
Suppose we have web server on LINUX box and suppose for the time being IIS is not used anywhere on site... the server will be handling incoming WML requests (effectively queries on JADE database) and responding with WML document. Now, is my thinking going in the right direction that possibly a TCP socket at each end could be the best means of piping these requests for processing by JADE?
I'm NOT concerned about the actual processing of XML etc. (though if anyone's doing WAP stuff and got useful insight, great)... I'm more concerned whether there are other mechanisms within JADE that would meet our requirements; remember I'm working under the assumption that MS IIS is out of the picture and that therefore (???) so are JADE web apps.
A sort-of related problem someone might be able to help me with... does anyone run Java servlets or Java Server Pages on MS IIS; i.e. so they accessed as URLS on the web? My scouting round for info. seems to yield very little info, and it seems to be conflicting. One source basically said MSofts answer is ASP (well fine and ASP is great insofar as one platform goes but I don't want ASP) so if you want JSP get a third-party solution etc. etc. Any info out there; is there a simple way to configure IIS to handle this?
Thanks for any help!
NZWTA