aspose file tools
The moose likes Servlets and the fly likes what do i need  to run a servlet!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "what do i need  to run a servlet!!!" Watch "what do i need  to run a servlet!!!" New topic
Author

what do i need to run a servlet!!!

pradeep arum
Ranch Hand

Joined: Oct 01, 2003
Posts: 130
hi all,
>can any body tell me from the beginning what i need to do to run a servlet program
>how to set the path & all
>to be frank this is taking lot of time than to understand the servlat technology, I hav to finish off a school project in Servlets,please help
thanks
pradeep


SCJP1.4,SCBCD
Failure is not when you fall down; its only when you fail to get up again.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Download Tomcat and follow the installation and setup instructions. There is a Tomcat forum if you encounter difficulties.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Marty Hall
Author
Ranch Hand

Joined: Jan 02, 2003
Posts: 111
>can any body tell me from the beginning what i need to do to run a servlet program
>how to set the path & all

Please see http://www.coreservlets.com/Apache-Tomcat-Tutorial/.
This walks you through setting up Java, Tomcat and your development environment. It also gives you some simple JSP pages and servlets to test to see if you have things working properly.
Cheers-
- Marty


Java training and consulting<br /><a href="http://www.coreservlets.com/" target="_blank" rel="nofollow">http://www.coreservlets.com/</a>
Kerry Wilson
Ranch Hand

Joined: Oct 29, 2003
Posts: 251
If you want to know how to compile a servlet and deploy it here is a pretty good article:
http://www.sitepoint.com/article/509/1


http://www.goodercode.com
SCJP 1.4
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what do i need to run a servlet!!!
 
Similar Threads
Problem with my web.xml using jwsdp
TomCat deploy files.war and run fine *.jsp but SERVLETS = 404; what I can do ?
tomcat doesn't see my servlet
How set "launch configuration" in Eclipse?
Using getNamedDispatcher() to forward a request