I have developed a project in Netbeans web application and it is running fine. I want it to run this appication in another machine or system without copying the code.That means i need to run with the URL of the java script page.
For this i have changed the IP address and tried in other machine,In this case the same output page (whatever i executed in my machine) is coming in the other machine also.
But it has to take the other machine's input and then the corresponding output page should come..How to do this?? Wot are the possible changes i can do ?? Suggestions are most welcome..!!
Hope u understand my ques..!! thnks i开发者_如何学Pythonn advance !!
I am not sure I understand your question, so next time try not to abbreviate and be more precise in your question. The more precise your question is, the more precise our answer can be.
IF I understand correctly, you want to be able to access your web-app from another computer via the internet (URL)? Or through your local network?
If you want to run it off the web, then I think you need to create a webpage, embed the app and upload the page to a server (in order to access it online). For a home network, put it in a shared folder and make sure it has readable/executable properties, then just type in the location (e.g. C:/Documents and Settings/Jane Doe/javaApp.jar) in the browser address bar.
If you want to just be able to have access to it anywhere, just send it to yourself in an email attachment or upload the file somewhere you readily have access to over the internet.
Hope that helps?
精彩评论