Questions tagged [tomcat-manager]

Management interface for the tomcat container. It supports deploying, undeploying and requesting a reload without restarting the whole container.

Management interface for the tomcat container. It supports without restarting the whole container:

  • list associated web applications and their status; with session if currently running
  • deploying a WAR file as an upload or from the server file system
  • undeploy/deleting a web application
  • start and stop a web application
  • request a reload
  • show system and container info

The interface can be accessed through the browser, custom HTTP requests and ant tasks.

41 questions
1
vote
1 answer

Why is Tomcat Maven Plugin failing to redeploy with error 404?

A 404 error is occurring after trying to redeploy via Tomcat Maven plugin, which uses Tomcat Manager to perform this action. It was verified that the Manager application is not available at http://localhost:8080/manager. pom.xml:
1
vote
1 answer

Tomcat 9 Manager, Docker, and the inability to get passed the login

So I've been having this issue where I cannot get passed the login page of the Tomcat Manager. It seems like others have had this issue too, but none of their solutions have seemed to help me in this case. Here are the files I've changed, and used…
Kevin
  • 108
  • 1
  • 12
1
vote
1 answer

use tomcat6's manager to undeploy play app ,but failed

We deploy our webapp in tomcat6. it develop with play!framework. we want to use tomcat6's manage to deploy or undeploy app.but undeploy failed,tomcat cant't delete app directory clean.because has a play.jar in using .i think because play.jar…
user566371
  • 13
  • 2
1
vote
1 answer

Disable Tomcat7 Manager

The web interface http://localhost:8080/manager/html. Is there a way to disable or completely remove it? Just asking so I don't mess up some settings by going in and deleting things willy nilly. Reason I want to get rid of it is because the server…
ryandlf
  • 27,155
  • 37
  • 106
  • 162
1
vote
0 answers

Tomcat7 Manager GUI 401

When I try to access my home server from my laptop via domain.com/manager I get brought to the page that says "401 Unauthorized You are not authorized to view this page. If you have not changed any configuration files, please examine the file…
Matt
  • 63
  • 1
  • 1
  • 8
1
vote
0 answers

Exclude Manager from Tomcat Single Sign On

Using JAAS for SSO on a Tomcat server sans Apache. The SSO controls access to several related applications and works great. Recently I started migrating to Maven from Ant and in order to use the Tomcat plugin for Maven I needed to setup the Tomcat…
Nick
  • 11
  • 5
0
votes
1 answer

Tomcat 7 undeploy button disabled

On my Tomcat Manager page, the undeploy button is disabled. Can any one help? Tomcat: 7.0.23 JDK: java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode,…
hetaoblog
  • 1,990
  • 5
  • 26
  • 34
0
votes
0 answers

Tomcat manager giving 403 access denied when using AWS ELB

I set up a private subnet for a Tomcat server (tomcat 9.0.68) and a public subnet for a Bastion host on AWS. I set up an application load balancer that forwards traffic to the Tomcat server. I can access Tomcat main page with the load balancer URL,…
0
votes
0 answers

Stopping and starting a service present in server.xml using tomcat manager application/api (Single tomcat instance)

I have multiple services defined in server.xml and below is the one which i need to restart(stop and start again) using tomcat manager application/api.
Sash_KP
  • 5,551
  • 2
  • 25
  • 34
0
votes
0 answers

Tomcat Manager returns 404 if Tomcat contains more than one application

I have a problem with accessing Tomcat Manager. I have one Tomcat and multiple applications, here is my server.xml:
0
votes
1 answer

Monitor tomcat in Bash until it finishes deploying war or application

How could Tomcat be monitored in a bash script to detect that it finished deploying a war or application? Scenarios: Tomcat started with systemd Tomcat started with catalina.sh Using Tomcat Manager Tomcat started from Eclipse Embedded Tomcat on…
LMC
  • 10,453
  • 2
  • 27
  • 52
0
votes
0 answers

not able to start Spring web application in Tomcat web Application manager

Can you please help me to deploy the war file into Tomcat web Manager. I created my own web application in my personal pc and worked as expected and I am trying to deploy another pc using tom cat web application manager and I am facing below…
syedali SD
  • 77
  • 1
  • 9
0
votes
1 answer

Can't login to Tomcat 8 manager after multiple troubleshooting steps were made

I'm facing an apparently common issue: I can't manage to login in a recently installed Apache Tomcat 8. The Tomcat installation is part of a large system comprised of a database and other apps and it's not the first time I've installed it just as it…
Momergil
  • 2,213
  • 5
  • 29
  • 59
0
votes
1 answer

Tomcat7 allow access to manager app for multiple hosts configuration

I have configured Tomcat7 (7.0.82) to host web apps for multiple host names by adding a Host entry for each domain in the server.xml file. This works as expected. Below is my Engine definition in server.xml:
Janus Engstrøm
  • 103
  • 1
  • 12
0
votes
1 answer

Can't log in to Tomcat Manager GUI (keeps refreshing)

I'm trying to log into the tomcat manager GUI, but when I enter my credentials the page just refreshes. This is the relevant piece of my tomcat-users.xml file:
JoshuaF
  • 1,124
  • 2
  • 9
  • 23