Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
0
votes
2 answers

Not able to start tomcat 7.0 on my server

I am not able to start my tomcat (7.0) on my server. While starting it is giving below error message. FAIL,Resource start failed [Context: Failure Reason=PID not found;Code=SCLD-LRM-4022; I don't know why it is searching PID before . My…
Anshu
  • 1
0
votes
0 answers

HTML5 slides [SCORM based CBT] not working in Chrome but works in FireFox / IE / Edge

LMS [VALAMIS] HTML5 based CBT's designed in Captivate (10) runs perfectly in FireFox / IE / Edge but when comes to Chrome it plays just portion of first slide [like 9-10 seconds] and then halts. Browser Console depicts following: *src =…
kah
  • 21
  • 4
0
votes
1 answer

HTTPD mpm_worker errors AH00286/AH00287

I sometimes notice troubles on my computer about HTTP server. Indeed, no more incoming request is accepted by the service. It just replies by an error code 503. Command: apachectl fullstatus gives Apache Server Status for…
double_g
  • 101
  • 3
0
votes
0 answers

Tomcat 7 is not started

I am trying to start Tomcat by running sudo /etc/init.d/tomcat7 start The output is this: Using CATALINA_BASE: /usr/share/tomcat7 Using CATALINA_HOME: /usr/share/tomcat7 Using CATALINA_TMPDIR: /usr/share/tomcat7/temp Using JRE_HOME: …
jstuardo
  • 155
  • 1
  • 7
0
votes
0 answers

Tomcat 7 CPU utilization is always above 30%

Im working on a migration from windows server to linux. Installed Tomcat 7 on centos 7 server, and deployed 5 web applications(taken from windows). Applications are running fine. I open only a terminal window, but top cpu shows 33-41% usage, while…
Manoj
  • 1
  • 1
0
votes
0 answers

What is tomcat7 exin doing?

When checking via top I see two processes for tomcat7: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 15163 tomcat7 20 0 2082064…
kghbln
  • 411
  • 2
  • 10
  • 20
0
votes
1 answer

how to disable access to file WEB-INF/web.xml in tomcat

On a tomcat 7 server used by a third party program, the WEB-INF/web.xml file is accessible from user's browser. Is there a way to prevent this from happening?
Sebas
  • 535
  • 1
  • 8
  • 18
0
votes
1 answer

Deploy from Tomcat text interface fails Invalid context path null was specified

I have an apparently simple situation: a running Tomcat 7.0.54 instance whose host is configured with autoDeploy=false and unpackWars=true and I want to deploy a new web application there without restarting the server. From within the server machine…
watery
  • 143
  • 12
0
votes
1 answer

Is it possible to configure Apache-Tomcat with specific number of cores?

Is it possible to configure an Apache Tomcat (v7) with an specific number of cores? How can I specify it? I'm developing in a machine with 4 cores, but when uploading to the server with 8 cores, the perfomances increases a 800%. I need to check if…
tremendows
  • 103
  • 1
  • 5
0
votes
0 answers

Tomcat not accepting connections, Apache using up all available workers

We run two separate tomcat-servers (tomcat 7) behind a load-balancer and an Apache (v. 2.2) working as proxy (on the same host). Every server runs about 70 microservices which are accessed from a remote Liferay system and another server-cluster…
jannis
  • 1
  • 1
  • 2
0
votes
1 answer

Tomcat 7 Service Inactive

Very new to Linux and currently tasked to install tomcat 7 in centos 7 os. I followed the instruction in How To Install Apache Tomcat 7 on CentOS 7 via Yum. Everything seems to be ok and did not get any errors but as soon as I run sudo systemctl…
TheProvost
  • 119
  • 1
  • 1
  • 7
0
votes
1 answer

Tomcat7 autorefresh server-status and explanation

two questions regarding tomcat7 admin-manager. I´m trying to find a bottleneck with slow response times. Therefore I´ve enabled tomcat7 admin host manager. Mainly I´m interested in the status of incoming requests which can be seen by visiting…
toni
  • 139
  • 6
0
votes
0 answers

Apache mod_proxy sticky session not working occasionally

We are having four Tomcats load balanced with Apache mod_proxy (mod_ajp). mod_proxy is configured as follow, lbmethod=byrequests and sticky_session enabled. But occasionally we have noticed that apache is not honoring sticky session. i.e. Apache is…
0
votes
1 answer

Tomcat 7 automatic deploy with .bat

I'm trying to make use of a .bat file to do an automatic deployment on Apache Tomcat/7.0.70 with JVM Version 1.7.0_80-b15 and apache-ant-1.7.1. However always when I run the .bat file without warning a continuous message appears deploy.war: …
0
votes
1 answer

Configuring Tomcat7 with Apache HTTP Server on Debian

I am trying to configure tomcat 7 with Apache HTTP Server but it's not working. Tomcat is properly running at http://127.0.0.1:8085 I have installed `mod_jk`: aptitude install libapache2-mod-jk my workers.properties…
user203788
  • 103
  • 1