Questions tagged [tomcat7]

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies.

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.

Apache Tomcat is developed in an open and participatory environment and released under the Apache License version 2. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here.

Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Some of these users and their stories are listed on the PoweredBy wiki page.

Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.

Source:Apache Tomcat

68 questions
16
votes
2 answers

how to stop tomcat7 in ubuntu?

I have installed apache tomcat7 using the command apt-get. Now whenever I start my system, tomcat is running. I want to stop the tomcat so that I can start it within eclipse. I tried stoping it with shutdown.sh command and I am getting the below…
ishanbakshi
  • 263
  • 1
  • 2
  • 5
11
votes
2 answers

Run Tomcat7 as tomcat7 (or any other) user

What will be the recommended way to ensure that a Tomcat7 instance is running as the tomcat7 (or any other) user? I suppose that I can modify tomcat7-instance/bin/startup.sh and tomcat7-instance/bin/shutdown.sh and add 'su tomcat7' at the top. In…
3
votes
1 answer

Error while install tomcat7

i am tring to install tomcat7 on ubuntu 14.04 using the $sudo apt-get install tomcat7 but it gives an error as The following NEW packages will be installed: tomcat7 0 upgraded, 1 newly installed, 0 to remove and 555 not upgraded. Need to get 0…
0
votes
1 answer

Update Tomcat 7.0.52 to 7.0.53 on 14.04 Server

I am trying to find a way to upgrade 7.0.52 to 7.0.53, but I can't not find a easy way to do it. Ubuntu installed 7.0.52 by default, I am looking to install later versions though. Any help is greatly appreciated.
mishso
  • 11
0
votes
1 answer

Tomcat7 not staring completely

I've installed tomcat7 as best I can via apt-get (after removing a perfectly working tomcat6) on ubuntu running on a vmware image. I've added a user with several manager roles in tomcat-users.xml and have modified the Connector's port from 8080 to…