I use fedora rather than ubuntu myself so the details may differ but the
manager webapp may well be in a seperate package that may not be installed
with tomcat automatically. Try looking in synaptic for that. In fedora its
in tomcat<version>-admin-webapps.

The automatic deployment of wars depends on you setting autoDeploy to true
which can be done in server.xml. Check the tomcat documentation for how to
do that.

Hope it helps.

John5342

2008/9/19 wwuster <[EMAIL PROTECTED]>

>
> I've installed tomcat 5.5 on ubuntu hardy heron. If I go to localhost:8180
> I
> get the welcome screen. I can then click on "Tomcat Administration" on the
> left and go to the admin page and get in using the default user/password.
> However if I click on "Tomcat Manager" I get:
>
> HTTP Status 403 - Access to the requested resource has been denied
> type Status report
> message Access to the requested resource has been denied
> description Access to the specified resource (Access to the requested
> resource has been denied) has been forbidden.
> Apache Tomcat/5.5
>
> I have also added these to lines to /etc/tomcat5.5/tomcat-users.xml:
>
>  <role rolename="manager" description="this is the manager"/>
>  <user username="bob" password="tomcat" fullName="bob" roles="manager"/>
>
> In usr/share/tomcat5.5-webapps I don't see a manager subdirectory. I
> installed tomcat5.5 with the synaptic package manager. Why can't I get to a
> manager web page?
>
> A second question. I copied the sample.war file into
> usr/share/tomcat5.5-webapps. I read that if I go to localhost:8180/sample
> that sample.war would be unpacked, but it is not. I get "HTTP Status 404 -
> /sample". I did restart tomcat and apache2. What am I doing wrong?
>
> thanks,
> William
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/tomcat5.5-and-ubuntu-hardy-heron-tp19575202p19575202.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to