Help coderanch get a
new server
by contributing to the fundraiser

enkhbat dash

Greenhorn
+ Follow
since Aug 12, 2008
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by enkhbat dash

Thanks again. It works. You helped me a lot.
Thanks, can you share me valid agent names?
Thank you for quick reply, but changing by that doesn't make difference.
When I copy and paste http://www.google.com/search?q=test in address bar, it works perfectly. But when I using HttpUrlConnection to connect it, it doesn't work. Here is my code.




When I copy and paste link to address bar, it's accessing web via get method right? And code uses get method, too. Any suggestion and help?
15 years ago
When I copy and paste http://www.google.com/search?q=test in address bar, it works perfectly. But when I using HttpUrlConnection to connect it, it doesn't work. Here is my code.




When I copy and paste link to address bar, it's accessing web via get method right? And code uses get method, too. Any suggestion and help?
15 years ago
When I copy and paste http://www.google.com/search?q=test in address bar, it works perfectly. But when I using HttpUrlConnection to connect it, it doesn't work. Here is my code.




When I copy and paste link to address bar, it's accessing web via get method right? And code uses get method, too. Any suggestion and help?
So I should use servlet to I/O to file. Tnx.
15 years ago
JSP
Is it possible to work with text file using jsp? Forexample: I will create "test.txt" file then write in it value "testvalue".
15 years ago
JSP
Hi guys! I am in trouble. I created program using Java. Exported into JAR. When I started my jar file, program works, ok. But when I try to launch again without closing previous one, then it runs. So how to disable this?

P.S: My English is poor.