pesho318i wrote:
> servlet
>
> myServlet
>
>
Your servlet also needs to be in a package.
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To un
e out why if it's one directory deeper it cannot find the
> servlet.
>
>
> I'll be grateful if you could tell me how to handle this problem...
> Thanks,
> P.
>
--
View this message in context:
http://www.nabble.com/a-simple-question-about-Directory-structure
This is by design. WEB-INF is a special directory that must be a direct
subdirectory of the webapp's top level. In other words,
webapps/myApp/WEB-INF is good. WEB-INF in any other location within
your webapp is bad. All this is described in the servlet spec and not
tomcat specific.
--Davi
View this message in context:
http://www.nabble.com/a-simple-question-about-Directory-structure-in-Tomcat-tf4680899.html#a13375489
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic, e-mail: use