Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
0
votes
1 answer

proxy giving error 502 when uploading files to tomcat backend

So, I have an apache 2.2.16 (64 bit) installed on a Debian Server. I have configured a proxy, for a specific url to map to my backend Tomcat 7 server. Everything works fine for all of the GET/POST requests except for multipart POST requests. The…
kosta
  • 1
  • 1
  • 2
0
votes
1 answer

Control panel disabled on liferay portal

I have just finished installing a new liferay portal into a Tomcat server. I am trying to configure the portal but everything under "control panel"seems to be disabled. Particularly, I was trying to reach: control panel > settings >…
Victor
  • 121
  • 1
  • 7
0
votes
1 answer

is there security risk when running tomcat7 on port 80

I have setup a server with tomcat7 running on port 80. I have googled around and found out that since port 80 is a "magic port" it needs root privileges to be bound. For this reason most comments i read state that this is a security risk since…
giomanda
  • 1,754
  • 4
  • 21
  • 30
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,754
  • 4
  • 21
  • 30
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

How to override default `solr.home` in XML files under `Catalina/localhost`?

I'm trying to configure two instances of Solr on the same host and I'd like to override solr.home for each instance. I've created two files under Catalina/localhost/ as suggested in Solr Tomcat wiki: $ cat solr-prod.xml
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
1 answer

Out of 3, Only one mod_jk worker is not working

I have a server configuration with Apache http Server 2.2 with name based virtual hosts connected to separate Tomcat 7 virtual hosts using mod_jk connector. Previously 2 Apache Virtual Hosts were successfully serving the separate applications from…
0
votes
1 answer

What's the simplest way of installing Tomcat7 via Puppet with dependencies?

I'm trying to build the simple Puppet recipe as below: package { 'openjdk-7-jre-headless' : ensure => installed, } package { 'tomcat7-common' : ensure => installed, } package { 'tomcat7' : ensure => installed, require =>…
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
0 answers

Tomcat suddenly shutdown

Tomcat randomly stops receiving requests and returns error 503. Im running a tomcat 7 on Ubuntu 12.04 TLS updated. In the apache error log you can see the following trace: [Wed Mar 04 09:36:27 2015] [error] (111)Connection refused: proxy: HTTP:…
0
votes
0 answers

tomcat https static content

We are using tomcat to serve everything over http. BUT, we have a login page which is served over https since we have them enter a password. Recently, chrome has stopped supporting serving non secure content on secure pages. How do we configure…
dwj300
  • 1
0
votes
1 answer

Effectively Monitoring Server Load of Production Amazon AMI + Tomcat + Lucee Instance

Looking for advice as to effectively monitoring the load of a production web server. Preferably solution will be free or minimal cost (server is owned by a very small web development company - read one-man band). Server hosts multiple websites…
0
votes
2 answers

Cannot login to Tomcat7 Admin portal

I have an Ubuntu 14.04 server with a fresh Tomcat7 installation (with management modules). I can't login to the management page no matter what user settings I use on /etc/tomcat7/tomcat-users.xml . The current one is this:
user2629636
  • 774
  • 5
  • 19
  • 40
0
votes
1 answer

Apache Tomcat + Apache2 + mod_proxy: Issues regarding cluster

I have a Tomcat 7.0.57 cluster setup behind an Apache2 using mod_proxy. Setup: Apache2: 192.168.2.139 Tomcat Node1: ajp://192.168.2.166:8010 (http connector also defined on port 8082) Tomcat Node2: ajp://192.168.2.166:8011 (http connector also…
Mosh Pit
  • 339
  • 2
  • 4
  • 13
0
votes
1 answer

apache mod proxy_wstunnel invalid utf8 during websocket upgrade

I am experiencing an intermittent problem when connecting the jetty web-socket client to the server. The good people at Jetty assure me it is not a problem with Jetty. On the server side I have apache with mod proxy_wstunnel proxying to tomcat 7.…
Rian
  • 101
  • 4
0
votes
1 answer

Live tuning of Tomcat 7 memory settings

I know I can change bin/setenv.sh, but is it possible to apply new settings without restarting Tomcat? Specifically can I extend maximum heap size (Xmx) somehow?
Nux
  • 571
  • 3
  • 12
  • 21