small tomcat question, Jsp works servlets dont
Hello all ,I have installed tomcat on my machine
my server.xml reads something like
<Host name="www.domainname.com">
<Context path="" docBase="/usr/local/plesk/apache/vhosts/domain.com/httpdocs" debug="0"/>
</Host>
In my httpsd.conf i have
Jkmount /servlet/* ajp13
JkMount /*.jsp ajp13
My problem
www.domainname.com/*.jsp RUN FINE
where do i upload servlets
I created a servlet folder in the docbase and run
www.domainname.com/servlet/ServletName and It gives me 404 error , Page not found
what error i have made here,
Finally after lots of problems my tomcat is about to work on a plesk box, so just need last bit of advise here
Regards
Manish Kapadia