RE: HTTPServer POST only works in default package?
"Kelly Smith" <[email protected]> Fri, 28 May 2004 06:58:17 -0700
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <[email protected]> |
Dear Joel - The class file(s) will have a reference to some package path(s), that needs to be changed in the SOURCE (ORIGINALLY, something like this "com.dalsemi.tininet.http.HTTPServer.class", and then recompiled. "Use the source, Luke"... Best regards, Kelly Smith <>< -----Original Message----- From: tini-admin-6tN4nzCoH/[email protected] [mailto:tini-admin-6tN4nzCoH/[email protected]]On Behalf Of Joel Rowley Sent: Thursday, May 27, 2004 12:50 PM To: 'TINI' Subject: [TINI]HTTPServer POST only works in default package? Hey List, I am trying to use the Dalsemi's HTTPServer located in com.dalsemi.tininet.http.*. I am trying to make my program use read information from the POST of a submitted form. They have an example of how to use this feature in the ${pathtotinisdk}\tini1.12\examples\PostExample folder. When I try this example just as they have it, it works great. I run into problems when I put the files into a different package other than the default package. When they are in a different package, it compiles fine, but when I run it, I get a 404 error from the webserver saying that it couldn't find the page that I am posting to. The page that I am posting to is the name of the class in my program that is to take the request and receive the information from the browser. Is there some way to put it into packages and still be able to use the POST part? Putting it into packages will greatly reduce chaos. Thanks! Joel Rowley _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini