about servers
Hello frndz..
I have a develop webapplication using servlet and jdbc technology to store data in database. Its working fine in my system(localhost) .And the data will be stored in my system(oracle)..
Suppose if I put the application in intenet...where the data will be stored? or shall i have to maintain any database to store the data.
..
What is the process....PLeases tell me....
> Hello frndz..
> I have a develop webapplication using servlet and
> jdbc technology to store data in database. Its
> working fine in my system(localhost) .And the data
> will be stored in my system(oracle)..
> Suppose if I put the application in
> intenet...where the data will be stored?
> or shall i
> have to maintain any database to store the data.
If you write to a database, that's where it'll be stored.
If you're asking if the data will be written to YOUR Oracle instance, the answer is yes, provided that you configure the Internet application to write there and the Internet server can reach your Oracle instance.
If you've gotta ask, this is a bad idea.
The database instance would be better off in the data center where your app is hosted, inside the firewall.
%