Questions tagged [tomcat6]

Open source web server developed by the Apache Software Foundation

Tomcat 6, an open source web server developed by the Apache Software Foundation, was first released in 2006.

Version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process.

See also:

283 questions
1
vote
1 answer

Tomcat looks different when installed using yum and apt-get

I just installed tomcat6 on Ubuntu using apt-get and on CentOs using yum. When I visit www.domain.com:8080, I get 2 different looking page. Not that it really matters if just the visuals, but did I miss out a package or setting that causes this…
Nyxynyx
  • 1,449
  • 10
  • 37
  • 47
1
vote
2 answers

Apache reverse proxy jumps back to insecure protocol after redirect

I installed a reverse proxy apache server which handles the SSL encryption for a tomcat. We have a struts web application, and everytime we use response.sendRedirect(), the application falls back into the normal HTTP protocol instead of staying at…
Dennis Ich
  • 121
  • 1
  • 4
1
vote
0 answers

Difference between Admin and Manager role in Tomcat6

What are the roles admin and manager used for in Tomcat6? The manager role appears to give me access to http://domain.com:8080/manager/html. Which page does the admin role give me? In the file, the description for admin role is pretty vague. What is…
Nyxynyx
  • 1,449
  • 10
  • 37
  • 47
1
vote
1 answer

How to update Tomcat on Centos 6.3?

I'm running CentOS release 6.3 (Final) and I have Tomcat 6.0.24 installed: # yum info tomcat6 Loaded plugins: fastestmirror, presto, priorities Loading mirror speeds from cached hostfile * base: dallas.tx.mirror.xygenhosting.com * epel:…
1
vote
2 answers

Bring up squirrelmail using tomcat

I am trying to bring up squirrelmail using tomcat. I would like know if that is possible at all. This is because i already have tomcat running on that server for my application. Ido not want to start an apache server just for squirrelmail. PLease…
user1241438
  • 157
  • 5
1
vote
1 answer

tomcat6 won't start on SL6

I arrived at work today to find that tomcat6 won't start. When trying to stop and start with the following command(s): service tomcat6 stop ; > /var/log/tomcat6/catalina.out && service tomcat6 start && less +F /var/log/tomcat6/catalina.out It…
Scott
  • 397
  • 1
  • 4
  • 14
1
vote
2 answers

SSL configuration , Tomcat with Apache and mod_jk

I am looking to configure SSL with tomcat 6 and apache web server, using the tomcat connector mod_jk. I am pretty new to this, so please bear with me. I have SSL certificate purchased and configured in tomcat using keystore file. It is perfectly…
wazzz
  • 13
  • 1
  • 3
1
vote
1 answer

Apache2, Tomcat6, and proxy redirects

So here is my question - go easy and slow. I'm a GIS Consultant and general hack with linux. I inherited this volunteer job essentially because I knew more than the rest of the team - or the rest of the team isn't as stubborn as I am... With that…
Randal Hale
  • 111
  • 2
1
vote
2 answers

Hide the ports in the url of a tomcat application

I have setup tomcat 6 on a server with several different instances which run on different ports For Eg: http://10.XXX.XXX.XXX:8080/myAPP1 http://10.XXX.XXX.XXX:8088/myAPP2 http://10.XXX.XXX.XXX:8082/myAPP3 and so on... These urls…
S.M.09
  • 121
  • 1
  • 6
1
vote
2 answers

Multiple Tomcat Services on port 80

I have a Tomcat server that that I want to run multiple webapps each with a different domain name. Given the configuration below, I want to be able to connect to http://webapp1 and get to its webapp and http://webapp2 and get to that one. Currently…
Drew
  • 243
  • 1
  • 7
1
vote
1 answer

Need to switch from /usr/local/tomcat to /usr/share/tomcat

I have a client who has two versions of Tomcat installed on his server. One Tomcat is installed from RHEL yum and the other was set up in /usr/local. The goal is to always use packages from yum whenever possible so as to adhere to a standard config…
1
vote
3 answers

Tomcat 6 disableProxyCaching with no authentication

I have an application running on Tomcat 6, that (from Tomcat perspective) doesn't have any authentication. Also, it needs to run over SSL. Last, one of the pages allows you to save an Excel file. Saving file fails with an error described here:…
Felix
  • 533
  • 4
  • 10
  • 23
1
vote
3 answers

Configuring the Tomcat Plugin of Munin

It would be great if anyone can share a working configuration for the tomcat_ plugin of munin. I need to monitor several tomcat instances on one machine. So far I can't figure out: which are the available metrics for the tomcat_ plugin?…
1
vote
1 answer

tomcat6 configuration on centos5: tomcat ignores values in /etc/sysconfig/tomcat6

I make changes in /etc/sysconfig/tomcat6, in the init.d script the global values in /etc/tomcat6/tomcat6.conf are set, and then ovridden by anything I set in /etc/sysconfig/tomcat6. However, the init.d script calls /usr/bin/dtomcat as the last…
thekbb
  • 113
  • 4
1
vote
1 answer

Tomcat6 Standalone vs Tomcat6 + HTTPD

I'm working on a site that is running on Tomcat 6. The customer seems overly concerned with the performance of the site, and I've also been given the impression that HTTPD is better (faster) at serving static content. I've also heard that…
user98149