Click here to Skip to main content
15,890,512 members

Comments by suvi from mumbai (Top 9 by date)

suvi from mumbai 28-Nov-13 5:12am View    
Thank you for the link....

I m linux user... Developing my project in Eclipse IDE. and the project structure folder is Merchant.com(my project name)-->WebContent-->pg(folder)-->index.html(file).

I m run this project on tomcat server so that the folder structure is mycomputer-->usr-->shear-->Apachetomcat-->webapps-->MyProject(created manually by me)-->Merchant.com

so my question is where do i put index.html? AM i missing something?
suvi from mumbai 27-Nov-13 8:16am View    
Thank you so much for your detail explanation. The solution of this issue is I have to create

the index.html file on the appropriate path. can you plz suggest what should I search on google?
suvi from mumbai 27-Nov-13 7:54am View    
i have this url in my code. run my program as a java application it gives me code. when run on

browser 404 error found. what does it mean....
suvi from mumbai 27-Nov-13 5:19am View    
I m getting these errors when run as a java application...

java.io.FileNotFoundException: http://www.authorize.net/pg/index.html
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1623)
at java.net.URL.openStream(URL.java:1037)
at com.kiosk.Url.main(Url.java:28)
suvi from mumbai 27-Nov-13 1:14am View    
Thanks for your quick reply.

If I have to create url "http://Merchant.com/pg/index.html" what are the steps should be followed

by me so that I can excess this page. . .