Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to run a servlet program?

Answer Posted / anji

The structure of the web app. is
demo[root]
- all jsps will go her
- WEB-INF
- web.xml
- tld files
- classes
- all java class files will go here

Compile all the files and create a war file
copy the war file into Tomcat_root\webapps folder
if you use weblogic or webspehere the deployment will be
different.

Is This Answer Correct ?    41 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the type of protocols used in httpservlet?

1144


Explain the difference between get and post method in servlet?

1194


What is session?

1125


What do you mean by chaining in servlet?

1079


What are the different methods involved in the process of session management in servlets?

1344


What are the different types of servlets?

1063


Explain jsessionid?

1083


Why do we need a constructor in a servlet if we use the init method?

1099


What is the workflow of a servlet?

1227


The code in a finally clause will never fail to execute, right?

1149


How to handle exceptions thrown by application with another servlet?

1140


What are the different mode that servlets can be used?

1082


How servlet is created?

1315


What is meant by servlet? What are the parameters of the service method?

1094


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1142