how to deploy an application on server?
and any changes are made in the application(code) then how server will come to know about the changes?
Sruthi,
Basically we have two kind of servers in
Java.
Web Server
Application server
To deploy the application in WS. We need to create a war file. and need to keep in the specified location in the server.
To deploy the applicatio in AS. we need to create a ear file and need to keep in the specified folder in the server.
This location of the folder is specified in the Server help.
let me know, If you have more questions.
Regards
Narasimha