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
posted
0
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.