> After some further testing, i found that I can access some servlets by name > as long as they are mapped to "/servlet/...." but since the action servlets > are mapped as "*.do", it does'nt seem to like it. >
I believe this is a problem with the "invoker servlet." Most servers have a standard servlet that is registered with the default servlet URLs and simply invokes the real servlet that the URL refers to (ex. /servlet/yourServletName). Some suggest turning this off b/c for security reasons you might not want users to be able to access any old servlet through this mapping. My thinking is, you want them to access them through the manner that you set up in your struts framework and not arbitrarily. It sounds like you've got the servlet deployed but that there might be a problem with the deployment descriptor which should be handling your mapping. What URL are you trying for the example? - sean -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>