|
how can i run my helloworld servlet in apache-tomcat-mod_jk?
i copied
helloworld.java helloworld.class
to
jakarta-tomcat-3.3.1/webapps/examples/WEB-INF/classes
i can use example servlets in that directory by accessing localhost/examples/servlets
and click links..(but if i type them in browser address bar, they dont' work either..404 not found error)
what setting am i missing?
thank you
|