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
0
votes
1 answer

Java wrapper class/library for Tomcat manager

I am wondering if there is a simple wrapper class/library for the Tomcat Manager application. I am writing a script to deploy my war to a remote instance of Tomcat (hosted on AWS). I know I can directly use HTTP to communicate with the manager…
vikarjramun
  • 1,042
  • 12
  • 30
0
votes
1 answer

why deploy tomcat7-maven-plugin with /manager/text messed up the context

If I change the path to anything different from "/" I get 404 error. I mean, if…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
1 answer

I can't access the Apache Tomcat Manager?

I know there are many of similar questions like mine. However, I spend two days exploring these questions and no one works for me. I have Apache Tomcat 7.0.59 installed on my laptop. I can access my Apps that I developed but I can't access the…
F. Fo
  • 123
  • 6
  • 18
0
votes
0 answers

Deployed of app successful but cannot start

I am currently using java 1.8 tomcat8 in debian jessie. I can deploy my app thru tomcat manager but failed to restart. i had this error on logs. 20-Feb-2016 16:16:15.063 SEVERE [http-nio-8080-exec-20]…
0
votes
0 answers

WAR file deployed but not accessible

In the image attached you can see ____WS and _____WSDevelop are my two web applications up and running. I deployed a third .WAR called _____WSPrevRelease to maintain the previous version of my server code. However, the index.jsp on…
avroshk
  • 63
  • 9
0
votes
1 answer

Remote deploy to tomcat

I would like to deploy an application (war) using maven into remote tomcat (v7) preserving the existing context.xml - or it would be also ok to deploy the context.xml with the war. I think it is a classic issue that if you want to redeploy to tomcat…
BTakacs
  • 2,397
  • 3
  • 24
  • 26
0
votes
3 answers

Tomcat 7 manager /text interface does not work

I've just setup a new Tomcat 7.0.59 installation and added the Tomcat Manager application to web-apps. I'm able to login and use the web interface to manager via http://host:8080/manager/html as I could with Tomcat 6. The Tomcat 7 documentation…
John Martin
  • 113
  • 2
  • 9
0
votes
1 answer

Apache Tomcat 7.0.57 Manager Application not running

I have Apache Tomcat 7.0.57 installed on my Windows 7 system. The server is up and running, but whenever I try to run the Manager app, I get an error HTTP Status 404. The description of the error states that the requested resource is not…
aman
  • 121
  • 1
  • 4
  • 12
0
votes
0 answers

Tomcat7 Restricting IP Address for manager

I'm trying to restrict access to the manager app but this doesnt work. WEB-INF/web.xml