this is probably a stupid question

hello,i have a question ...I made a webapplication with netbeans, and it works local host, how can I put this on the internet.with a website, you can put html files en images on your webspace. how does this works with java ?
[259 byte] By [michieldemastera] at [2007-11-26 16:24:38]
# 1

hi,

you need to buy a commercial sever that has tomcat,weblogic or any server that supports jsp,servlet etc. Once this is done you usaully copy the war file and deploy it on this server. The company that provides you the server see that it is always connected to internet and you will be also given a domain name. so your site can be accessed by public by typing www.yourdomain.com etc.

Another way to do it is have your system conneted to net 24*7 with a broardband and should have static IP. install your own server and host your web application on it.

-- Abdel Raoof Olakara

http://olakara.googlepages.com

Olakaraa at 2007-7-8 22:48:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

what do you mean with 'deploy'. I can find the war file in the dist directory. I have a space which I can reach with ftp. when I transfer html files to it, I can make a website. Is it possible to transfer the war file to it ? I mean, of course it's possible, but will it show my webapplication ?

michieldemastera at 2007-7-8 22:48:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
You need to [url = http://www.google.com/search?q=register+a+domain]Register a Domain name[/url]
FUN_ONEa at 2007-7-8 22:48:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...