I am able to use JSK2.1,jwsk,
tomcat.
I was trying to make a chat
applet wriiten in "Java
Servlet programming" by jason hunter.
In ChatDispatch.java I am getting localhost:8080/servlet/ as my getServletPath whereas I had kept all my class related to it in localhost:8080/examples/servlets/ directory.
My all code work with localhost:8080/examples/servlet/ directory which is not present.I think it is virtual.
my applet code is this
<APPLET CODE= HttpChatApplet codebase=
http://localhost:8080/examples/servlet/ width=500 HEIGHT=170>
</APPLET>
It is showing HttpChatApplet class in not found.it and other my codes are in e:\win98\jsdk\jsdk2.1\examples\web-inf\servlets\ directory
I could not understand where it is looking for class.As I had put all my classes where I usually use to as above.