aspose file tools
The moose likes Servlets and the fly likes creating servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "creating servlet" Watch "creating servlet" New topic
Author

creating servlet

Thomas Whalen
Ranch Hand

Joined: Aug 26, 2001
Posts: 123
how do i create a servlet? do i compile it or just put in a directory from which servlets are served?


if you don't know, then ask. if you do know, then share. love is knowledge.
Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1506
Compile and put the class file in the directory from which servlets are served. It also depends on the container you are using. You can check out the quick servlet tutorial at Sun's site.


------------------
Bosun
SCJP for the Java� 2 Platform


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
 
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: creating servlet
 
Similar Threads
Scriptless JSP
servlet initialization in JSP
server-side sorting of tables
Rezize image when printing, what to do ?
Image Retrieval and Display In JSP From Database