Hi, I am facing a problem with my web server. When I send a request to my "Java Web Server" which is running on my local computer from a web clipping application. It displays on the PDA "server error 500". I think its an internal server error.
The code which i am using is from the help section of WCA builder. <p>Tap this <a href="http://127.0.0.1:8080/examples/remote.html" button>link</a> to retrieve a clipping.</p> The "remote.html" file is resided in the web server directory. Its a link to a file that is present on the web server. The remote.html file contains a simple html tages. <html> <head> <meta name="palmcomputingplatform" content="true"> <meta name="historylisttext" content="HW Clip &date &time"> <title>remote html file</title> </head> <body> <h1 align="center">Hello Back From Palm!</h1> <br><br><br><br><br><br><br><br> <p><a href="file:index.pqa" button>Home</a></p> </body> </html> Here is the code of both the remote.html file that is present on the web server. I want to know that are there web servers for wireless communication or any web server can provide wireless services. I am using HTTP protocol and I don't think that for HTTP communication I should need a special web server for wireless communicaiton. Tell me if I am wrong. Need immediate help. Fawaz __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
