Hi! My question is kinda dumb. I'm used to map my servlet and it works pretty fine but if I only use applicationFolder/servlet/SampleServlet it does'nt work. I'm pretty sure that the Servlet Container can find the servlet if its under WEB-INF/classes without having to put it in the classpath because the it automatically searches the WEB-INF/classes folder. Any ideas why its not working? Anyway I'm using Tomcat and the classes are not in a package. Thanks.
You need to have the invoker servlet running. By default, Tomcat ships with the invoker servlet disabled. Go look in your web.xml and make sure the following lines are in there:
Joe
EJ Dinglasan
Ranch Hand
Joined: Jun 08, 2003
Posts: 47
posted
0
Wow it worked! Thanks a lot dude!
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.