ok, now I can see contents of directory. But his is really not my goal. I want my manager and host-manager apps to run. Also on manager page following links give me 404 error: HTML Manager Help and Manager Help, which link to http://localhost:8080/manager/html-manager-howto.html and http://localhost:8080/manager/manager-howto.html respectively. Here is definitely something wrong. I repeat once again I noted that file Tomcat6.0\webapps\manager\manager.xml has following contents: <Context docBase="${catalina.home}/server/webapps/manager" privileged="true" antiResourceLocking="false" antiJARLocking="false">
<!-- Link to the user database we will get roles from --> <ResourceLink name="users" global="UserDatabase" type="org.apache.catalina.UserDatabase"/> </Context> However there is no such path existing ${catalina.home}/server/webapps/manager. Neither I cound find it from installation files. "Rashmi Rubdi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 4/14/07, Zhenja <[EMAIL PROTECTED]> wrote: > > I am able to go to http://localhost:8080/manager/html. On this page I have 4 > > applications listed: docs, examples, manager and host-manager. I can browse > > to docs and examples. But when I try to browse to manager or host-manager, I > > get error 404. > > Set directory listing to true in Tomcat's web.xml , then you won't see > the 404 instead, you'll see the directory listing at > http://localhost:8080/manager/ > > > Both manager and host-manager require the additional /html after their path. > > -Rashmi > > --------------------------------------------------------------------- > To start a new topic, e-mail: [EMAIL PROTECTED] > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]