hello!

iīve a simple question but couldnīt find an answer yet.
how do i enable subfolders in the classes directory

running servlets from the classes folder works fine.
but i want to structure this diretory (automatically).

iīve created a subfolder test and a symbolic link mobinet and put the same
Hello.class in both of them...but i get a 404 error
2001-11-26 18:41:03 - Ctx( /projekt ): 404 R( /projekt + /servlet/mobinet +
/Hello) null
2001-11-26 19:09:44 - Ctx( /projekt ): 404 R( /projekt + /servlet/test +
/Hello) null

do i have to change the context?
        <Context path="/projekt"
                 docBase="webapps/projekt"
                 crossContext="false"
                 debug="0"
                 reloadable="true" >
        </Context>

or the web.xml ?
which is actually a standrad cocoon web.xml

in the examples folder from tomcat the are subfolders, too. but the servlets
in it donīt work either ;(

thanx for answers

regards
ralf praschak



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to