---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- > >I found that one can only have an alias point to a subdirectory. > > > >http://server/servlets/test/TestServlet > > That is just wrong. > What about > > http://server/servlets/test.TestServlet > > It's the class of the servlet. That still doesn't work for some reason. I still got a class not found error. The log files show that it says that test.TestServlet is not found. However, when I do the alias, it works great. > > > >is impossible, > >only http://server/servlets/TestServlet > >is possible with TestServlet being an alias to test.TestServlet. > > > >:( -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]