Hi all,
I am developing a mobile application which will get and post some data in the database on the server using Servlet in Apache Tomcat on Server.
Earlier we have our own server to keep the servlet and database.My application was working fine on emulator and real device(Nokia 6212).
Now due to some internal issues of Company they have outsourced the server.
I have installed the same Apache Tomcat 5.5 and Java version 1.6.0 on Server.
My problem is: I have copied the Server part and Database both on server bt my application is not working throwing java.io.IOException: Error in HTTP operation
I am not getting what is the issue as i am not that expert in networking and server configuration.
For the analysis:
I have checked on server:- http://localhost:8080/Connected where Connected is the webproject containing servlets.It is working.
But when i did like:- http://www.igssg.com:8080/Connected its not able to open the required page.
Somebody plz help.
Regards,
Manmeet

Reply With Quote

