This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java Micro Edition and the fly likes Http 1.1 Connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Http 1.1 Connection" Watch "Http 1.1 Connection" New topic
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
 
Similar Threads
eclipse and servlets
Trouble figuring out why Tomcat isn't launching on startup
Not able to start Tomcat
java custom login, strategy
How set java path for a perticular apache server ?