Questions tagged [manager-app]
12 questions
37
votes
12 answers
Tomcat manager/html is not available?
Hi I just installed Tomcat and and am trying to get it up and running however whenever I try to navigate to manager/html it gives me this error "The requested resource (/manager/html) is not available".
The homepage, /docs, /examples all work fine…

John Jacobs
- 371
- 1
- 3
- 3
25
votes
22 answers
401 Unauthorized error while logging in Manager-App of Tomcat
I am trying to log in to the Manager App in Tomcat 7.0.22 for Mac OS X 10.7. Here is the error I am getting: http://f.cl.ly/items/421q1K3f1i0X1H1M181v/so.tiff
401 Unauthorized
You are not authorized to view this page. If you have not changed any…

Ava
- 5,783
- 27
- 58
- 86
25
votes
7 answers
Display the Tomcat Manager Application?
using this tutorial http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php#install_viewer
And it tells me to display the Tomcat manager application through this link http://localhost:8080/manager/html.
However when I click it I get an error from…

Chucky
- 1,701
- 7
- 28
- 62
4
votes
2 answers
How do I use Ant's DeployTask to deploy a Web application to Tomcat?
$ ant deploy
Buildfile: /Users/simpatico/SOLR_HOME/build.xml
deploy:
BUILD FAILED
/Users/simpatico/SOLR_HOME/build.xml:531: java.io.IOException: Server returned HTTP response code: 403 for URL: http://localhost:8080/manager/deploy?path=%2Fsolr
…

simpatico
- 10,709
- 20
- 81
- 126
4
votes
1 answer
IntelliJ IDEA "Tomcat manager" application
I'm using IntelliJ IDEA 9.0.2 but I assume this question applies to previous versions as well. In the Run/Debug Configurations dialog there is an option called "Deploy 'Tomcat Manager' application", but I haven't been able to find any documentation…

Jon Onstott
- 13,499
- 16
- 80
- 133
3
votes
1 answer
Using `ant install` on Tomcat virtual host
I want to use ant install to deploy (and re-deploy and re-deploy) my webapp on a local virtualhost.
It works fine with the default host, but the virtual host does not have the manager webapp. I would like to use similar setup in the live enviromnet…

vbence
- 20,084
- 9
- 69
- 118
2
votes
2 answers
tomcat deploy only manager on startup
i have a little strange problem.
The security department in my company wants every tomcat to respect the following configuration parameters:
autoDeploy="false"
deployOnStartup="false"
When i configure the above parameters no web app (including the…

Goetz423
- 35
- 2
- 6
2
votes
1 answer
Starting Tomcat 6 with only Manager App running
Is it possible to start Tomcat with only the Manager webapp running?
I have multiple webapps in the appBase and don't want them to startup automatically at startup.
If I set autoDeploy="false" deployOnStartup="false", I don't have access to the…

Mike T
- 23
- 2
1
vote
2 answers
Tomcat Application Manager won't authenticate
I'm running a local Tomcat 6.0 server. I can get to the main admin page from a browser. I've created a user for the Tomcat Application Manager by configuring tomcat-users.xml like so:

MebAlone
- 547
- 1
- 5
- 11
1
vote
2 answers
Deploying a webapp remotely to Tomcat using Ant on OSX
I wish to use the Tomcat install/deploy tasks from catalina-ant.jar to deploy a webapp to a remote app server.
After installing Ant using the instructions found here, my ant folder is configured as:
/usr/local/ant
My "Ant Home" has also been set to…

Zack The Human
- 8,373
- 7
- 39
- 60
1
vote
1 answer
Can't access Manager-app in Tomcat 8
I read many similar problems here, but whatever I do, I can't login to manager app. What I have done.
1. I edited the tomcat-users.xml by adding
…

yaylitzis
- 5,354
- 17
- 62
- 107
0
votes
1 answer
tomcat could not run ant reload command
when i enter command ant reload the server generate eception.
I write the ant reload script in my buil.xml file.
But server could not reload it.
Exeption is
BUILD FAILED
E:\Work\projects\schoolguide_0_2\build.xml:182: java.net.ConnectException:…
user346077