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
0
votes
1 answer

Switch 302 redirect to 301 with Apache 2 ProxyPass in front of Tomcat 6

I'm trying to optimise my site for SEO and it seems as though their is a 302 direct in action for the http requests. I'm hosting my app on a Tomcat 6 server which lies behind an Apache 2 server. I use the ProxyPass method…
Gerard
  • 53
  • 5
0
votes
1 answer

apache2 tomcat6 single instance or multiple instances

I have apache tomcat servers(ubuntu 9.10) hosting jsp pages. Each server has two virtual hosting and is setup in apache and tomcat configuration files. Developers are in a plan to add two more jsp applications on each server i.e each server should…
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
2 answers

Tomcat hangs when enabling tomcat-users.xml

Disclaimer: I'm not a server admin. I recently put up tomcat on my home server and I intend to link it to my apache2 service. My issue here is that I can't even get manager as it seems that whenever i enable the tomcat-users.xml, tomcat will…
StudentKen
  • 207
  • 1
  • 3
  • 10
0
votes
1 answer

Where can I find details on installing and using Solr on Tomcat using the solr-common and solr-tomcat packages?

I'm seeing lots of Solr/Tomcat installation instructions, but all of them install at least one of these packages from source. Since there's tomcat6, solr-common, and solr-tomcat packages (in Ubuntu 10.4), I'd love to use them, but I can't find any…
danieltalsky
  • 131
  • 5
0
votes
1 answer

Tomcat unable to start

When I am starting the tomcat-6, its giving me the below error: Error: Invalid com.sun.management.jmxremote.port number: %my.jmx.port% I have enabled the remote port sometime back in catalina.sh startup file but I have reverted back, but still…
Ramesh Kumar
  • 1,690
  • 5
  • 18
  • 29
0
votes
1 answer

tomcat6 & apache2 virtual hosting

I've apache2 and tomcat6 running on port 80 on ubuntu server 9.10. I've a registered domain name and I'll access the jsp index page navigating to http://abc.mydomain.com. The page is under tomcat_home/webapps/myapp and the below are tomcat virtual…
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
1 answer

Tomcat virtual hosts accessible at two URLs

I have some web apps deployed on Tomcat, using the following configuration: For each of these apps, I can…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
1 answer

Apache VirtualHost and ModProxy not working as hoped

I have 3 wars set up on a Tomcat instance - these wars are being served at: http://machine:9023/war1 http://machine:9023/war2 http://machine:9023/war3 I have Apache on the same machine. I am trying to set Apache up so that I can access the 3 wars…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
1 answer

Tomcat unpack wars into directory other than appBase

We would like to configure Tomcat in the following way (where X -SL-> Y represents a symlink named X pointing to a path Y): CATALINA_HOME/webapps -SL-> /var/data/nas/deploymentconfiguration_a /var/data/nas/deploymentconfiguration_a/myapp.war -SL->…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
1 answer

How do I deploy wars to JBossWeb using context files, like in Tomcat

In Tomcat 6, I can create context fragment files in CATALINA_HOME/conf/Catalina/localhost to handle the deployment of wars (instead of copying the war to the webapps folder). Is it possible to do the same thing with the instance of Tomcat that's…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
1 answer

tomcat6 on centos 5.5 not stopping

Configuring a server for a friend, first time I've dealt with Tomcat and I'm close to tearing what little hair I have left, out :) For his project he needs to use a PHP Java Bridge, I've got the server to the point that Tomcat6 is installed and…
suitedupgeek
  • 125
  • 1
  • 7
0
votes
1 answer

How should I deploy my JVM-based web application on ubuntu?

I've developed a web application using clojure/compojure (JVM based) and while developing I tested it using embedded jetty that runs on 0.0.0.0:8080. I would now like to deploy it to run on port 80 on ubuntu. I do dynamic virtual hosting, so any…
Pieter Breed
  • 101
  • 4
0
votes
1 answer

Apache Httpd bad caching on Drupal pages that include content from Tomcat

I have a Drupal website running on Httpd that makes AJAX calls to fetch fragments of HTML that are served up by JSPs in Tomcat 6 running on a different virtual host. Integration between the two servers is via Jkmod. When data in the Java backend…
0
votes
1 answer

How do I stop Apache Tomcat from requiring context paths to exist on the file system?

I'm in the middle of trying to deploy IIS + Tomcat, and its' a mess. The company has a ton of virtuals set up in IIS, and because there are so many and some of the virtuals contain JSPs, we need Tomcat running all of these virtuals. I've attempted…
0
votes
1 answer

PersistenceManagerFactory not initialized while accessing wookie in tomcat

I am trying wookie inside tomcat. Whenever I try to run wookie through (http://localhost:8080/wookie) I get the following log. org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception …
vivek.m
  • 143
  • 2
  • 10