Android -> Jsp -> Mysql로 데이터를 저장할때요. 모든 - TopicsExpress



          

Android -> Jsp -> Mysql로 데이터를 저장할때요. 모든 일을 제 컴퓨터 한대에서 처리하고 있기때문에 ip를 localhost로 해도 되는거죠?? 지금 연결이 잘 안되는데.. 1. 안드로이드 코드에서 Jsp로 보내는 URL String postURL = localhost:8082/DB/hello.jsp; 2. Jsp에서 디비에 접속하는 코드 Class.forName(com.mysql.jdbc.Driver); conn = DriverManager.getConnection(jdbc:mysql://localhost:8082/sample, root, 1234); android에서는 이상없이 잘 되는것 같은데 jsp단에서 자꾸 디비에 접속할 수 없다고 뜨네요.. 뭐가 잘못된걸까요????
Posted on: Mon, 11 Aug 2014 06:56:39 +0000

Trending Topics



Recently Viewed Topics




© 2015