| Author |
Http 1.1 Connection
|
Sebastian Green
Ranch Hand
Joined: Jan 30, 2004
Posts: 136
|
|
|
So far I mannge to get data (to my phone) from webserver that support Java, my own localhost (Tomcat) and other servers that I know for shure either is Tomcat or supporter of java. If I try some other server then I get 404-error. Why is that, has it something to with MIME?
|
/ Sebastian<br />No blog, No homepage, No life?
|
 |
Michael Yuan
author
Ranch Hand
Joined: Mar 07, 2002
Posts: 1427
|
|
|
404 error means that the URL you are trying to access does not exist. If you use a servlet URL against a non-Java server, you will get this.
|
Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
|
 |
Sebastian Green
Ranch Hand
Joined: Jan 30, 2004
Posts: 136
|
|
|
Ok, I supose that goes for MIDlets to then.
|
 |
 |
|
|
subject: Http 1.1 Connection
|
|
|