Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
1
vote
1 answer

Why is Tomcat setting two JSESSIONID cookies?

I have a tomcat 7 instance which was installed and configured by another person. I can see that it sets two JSESSIONID cookies for each request. One like JSESSIONID = {some hash}.{hostname_ajp port} Another one like JSESSIONID.some_chars =…
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
  • 441
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

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
  • 7
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
2 answers

Apache tomcat7 fails to start without logging info

I run a server with Debian 7 (Wheezy) and a fresh installation of tomcat7. When i try to start the tomcat service either from init.d or suing the service command i get the bellow error: [FAIL] Starting Tomcat servlet engine: tomcat7 failed! What…
giomanda
  • 1,824
0
votes
0 answers

URL doesnt work with HTTPS

I have an url, and the firewall traffic to the same has been enabled through 8443 port and i configured the Tomcat7 for SSL. I can access the ddomain with http & port 8080 but when i try the same with https and 8443 it runs for a long time and…
0
votes
1 answer

Tomcat 7 not starting. Failed to initialize end point associated with ProtocolHandler

When I am trying to run the Tomcat 7 using startup.bat with java 1.6.0_05 then it is working. In case i am changing the version to jdk1.6.0_45 or jdk1.7.0_65 the it is giving error. This seems something is wrong with java version but i could not…
0
votes
1 answer

upgrading to jre 1.7 update 40 causes inablility to start Tomcat 7.0.37 and 7.0.42 main page with client authenatication

On Windows Server 2008, Tomcat 7.0.37 and JRE 7 update 21 run fine with client authentication using the following server.xml file entry:
Eric
  • 1
0
votes
1 answer

Tomcat 7. Images on server. Multiple contexts needed

I have a Rig project that has a Rig.xml deployed inside tomcat and looks as follows.