For questions related to Version 6.x of the Apache Tomcat servlet container.

learn more… | top users | synonyms

28
votes
4answers
15k views

Howto embed Tomcat 6?

I'm currently running my webapps on Tomcat 6 in production, and would like to evaluate running Tomcat in embedded mode. Is there a good tutorial or other resource besides what's in the api ...
27
votes
7answers
2k views

Why is Jboss “better” than Tomcat?

I'm currently starting a new app development. The app architect insists we use JBoss5 because its "better". Do anyone has a wider definition of "better" (if its the case)? I have experience using ...
27
votes
17answers
46k views

Problem creating a tomcat 6 server in eclipse form Ubuntu

Hey Guys, I m Having a problem running tomcat 6 with eclipse 3 in ubuntu. i installed tomcat 6 on my machine and when i test it using http://localhost:8080, it work fine. But when i want to create a ...
22
votes
2answers
11k views

Profile Tomcat Application With VisualVM

I would like to profile an application that runs on Tomcat with the VisualVM tool. Unfortunately, when I tell VisualVM to profile Tomcat, Tomcat prints out a couple of messages indicating it is ...
16
votes
4answers
11k views

Is there a practical HTTP Header length limit?

I have a web application that adds contextual information to XmlHttpRequest objects using the setRequestHeader API. I am using a custom header name (e.g. X-Foo) and a JSON structured value. It isn't ...
15
votes
7answers
26k views

Eclipse - How can I change a 'Project Facet' from Tomcat 6 to Tomcat 5.5?

(Eclipse 3.4, Ganymede) I have an existing Dynamic Web Application project in Eclipse. When I created the project, I specified 'Default configuration for Apache Tomcat v6' under the 'Configuration' ...
12
votes
4answers
2k views

How to sanely configure security policy in Tomcat 6

I'm using Tomcat 6.0.24, as packaged for Ubuntu Karmic. The default security policy of Ubuntu's Tomcat package is pretty stringent, but appears straightforward. In /var/lib/tomcat6/conf/policy.d, ...
12
votes
3answers
1k views

Is Tomcat 6 ready for continuous integration or how to get it work?

I'm looking for a hint how to make tomcat CI ready or an servlet container / application container which stand often redeploys like they happen when using hudson ci. I experienced that Tomcat 6 does ...
8
votes
2answers
367 views

How can JRE be enough for Tomcat to handle JSP files? Why not JDK?

Can someone clearly describe how JRE handles the JSP files which contain pure JAVA codes? I know that byte codes of JSP files are not placed in the WAR file. It consists of compiled CLASS files and ...
8
votes
2answers
3k views

Tomcat 6.x Administration

With the Administration tool was not ported from Tomcat 5.x to Tomcat 6.x, how do people manage Tomcat configuration? Are there other 3rd party Admin applications available? Or is all configuration ...
7
votes
4answers
2k views

Tomcat stops responding to JK requests

I have a nasty issue with load-balanced Tomcat servers that are hanging up. Any help would be greatly appreciated. The system I'm running Tomcat 6.0.26 on HotSpot Server 14.3-b01 (Java 1.6.0_17-b04) ...
7
votes
1answer
489 views

AccessControlException when trying to redeploy webapp to Tomcat using Netbeans

I'm getting the following error trying redeploy an webapp on Tomcat from within Netbeans 6.8. It has probably something to do with the new deploy on save and hot swap functionality. Any ideas how to ...
7
votes
1answer
597 views

How to determine the best number of threads in Tomcat?

How does one determine the best number of maxSpare, minSpire and maxThreads, acceptCount etc in Tomcat? Are the existing best practices? I do understand this needs to be based on hardware (e.g. per ...
6
votes
2answers
446 views

Log4j FileAppender issue in Tomcat server

I am working on a webapplication and i have a requirment to generate log files at run time for my impex process.here is the use case i am validating an XML file and validation error is being handled ...
6
votes
2answers
283 views

Where does Tomcat append / to directory paths?

Suppose my Tomcat webapps directory looks like this: webapps/ webapps/fooapp/ webapps/fooapp/WEB-INF/ webapps/fooapp/WEB-INF/web.xml webapps/fooapp/bardir/ When I make a GET request for ...
6
votes
2answers
2k views

OutOfMemoryError: Java heap space error when start solr

I start indexing DB articles with solr, but after add about 58 million article (and about 113 GB size of disk) , i get below error message on tomcat log error Note1: i already set Init memory pool ...
6
votes
2answers
5k views

How to run Spring 3.0 PetClinic in tomcat with Hibernate backed JPA

OK, this probably is supposed to be the easiest thing in the world, but I've been trying for the entire day, and it's still not working.. Any help is highly appreciated! EDIT: For the correct ...
6
votes
4answers
11k views

Using EL 2.2 with Tomcat 6.0.24

With JSF 2 you should be able to do this: <h:commandButton action="#{myBean.myAction(myParameter)}"/> which would then call the action method, passing in the parameter (assume it's an ...
6
votes
6answers
4k views

Still cannot connect Tomcat 6 remotely via VisualVM

If checked the other questions regarding this issue but so far no soultion. Here is my setup: TC6 runs on a debian vm on my macbook. in /etc/default/tomcat6.0 I have following options set: ...
5
votes
2answers
450 views

Grails - No Logging In Tomcat

I cannot get grails log4j logging to work in Tomcat6. I previously thought the problem had to do with Production mode, but now I believe the issue is tomcat. I have a log4j configuration in my ...
5
votes
2answers
4k views

Tomcat is installed with CATALINA_HOME in /usr/share/tomcat6 and CATALINA_BASE in /var/lib/tomcat6

I think it is a good question. I found it also confusing. I installed tomcat few minutes ago (after a while) and I notice they are two different "webapps" places. at ...
5
votes
4answers
1k views

tomcat multithreading problem

Hi all I'm writing a java application that runs in Tomcat, on a multi-core hardware. The application executes an algorithm and returns the answer to the user. The problem is that even when I run two ...
5
votes
3answers
8k views

use multiple CATALINA_BASE to setup tomcat 6 instances on windows

The RUNNING.txt that accompagne with tomcat distribution indicates the use of CATALINA_BASE variable to enable multiple tomcat instance. But how can i set the CATALINA_BASE environment variable for ...
5
votes
3answers
15k views

JAX-WS and BASIC authentication, when user names and passwords are in a database

I'm new to JAX-WS and there's a thing which I don't understand. There's a ton of tutorials available on how to set up JAX-WS security, but in pretty much all cases BindingProvider.USERNAME_PROPERTY ...
4
votes
2answers
130 views

How to throttle webservice calls in a Java web application

My requirement is very simple to understand. I want to call a web service from my Java web application with restriction of maximum 10 webservice calls per minute. Just after 1 minute, I can establish ...
4
votes
1answer
432 views

Tomcat 6, JMX and the dynamic port problem

after reading and trying a lot around, I have to ask if anyone has a solution for my problem. I am trying to set up some Tomcats (V6) behind a firewall. This is no big deal - but I want to monitor ...
4
votes
3answers
90 views

How to check if a packet hits tomcat

Is it possible to check if any request has hit the Tomcat? something similar to access.log of Apache server. I am using Tomcat 6.
4
votes
1answer
2k views

java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory

I'm investigating moving away from an Oracle connection pool and using the Tomcat connection pool. I followed the myriad of example for configuring the <Resource> in Tomcat's /conf/server.xml. I ...
4
votes
1answer
1k views

org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

Hi When I try to connect to the datasource using JNDI, I am getting this error: [org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' ...
4
votes
1answer
1k views

Tomcat, keep session when moving from HTTPS to HTTP

I have a Java application running on Tomcat 6.0.29, with Apache 2.2.3 in front. The login page uses HTTPS, while most pages use HTTP. If a user tries to access a page (HTTP) that is login protected, ...
4
votes
3answers
2k views

Tomcat vs Jetty JNDI Lookup

I use Spring to configure my Java Web App and in my Spring configuration I obtain a datasource via JNDI for Jetty as follows: <jee:jndi-lookup id="dataSource" jndi-name="jdbc/myDataSource" /> ...
4
votes
3answers
16k views

Tomcat fails to start because of jdbc driver loading

Here's the relevant portion of the tomcat startup log: SEVERE: Context [/f360] startup failed due to previous errors Apr 8, 2010 6:45:56 PM org.apache.catalina.loader.WebappClassLoader ...
4
votes
3answers
2k views

Define Servlet Context in WAR-File

How can I tell e.g. Tomcat to use a specific context path when given my WAR-File? Example: I have a war file created by maven build and the resulting name of the file is rather long. So I do not want ...
4
votes
5answers
3k views

Can I get Tomcat running as a service to dump heap?

I am attempting to have Tomcat, which is currently running as a service on a Windows 2003 box, dump heap on an OutOfMemoryError. (Tomcat is running Hudson, which is reporting a heap space problem at ...
4
votes
1answer
4k views

Why my jsp changes are not reflected without restarting tomcat?

I am editing the jsp files which are residing directly inside tomcat/webapps/myapp/web-inf. But to see the changes i have to restart the server these. As far as i know, jsp changes don't require you ...
4
votes
1answer
1k views

How do I get Scala to run as a servlet under Tomcat?

I'm trying to build a basic servlet with scala, but I can't seem to figure out how to get it running under tomcat. I think my scala class is okay, and I included all the libs in ...
3
votes
3answers
65 views

Communication between two web application in same server

All, I have 2 web applications, Web1 and Web2, deployed on my tomcat server. I want classes in Web1 to call methods on classes in Web2. One way to do this is using webservice. Is there any other way ...
3
votes
1answer
31 views

How to access the one Web application Context in another Web application Context

I have deployed two WAR's in a Tomcat6 server, Say for example WAR-A, WAR-B in Context-A and Context-B respectively. I've stored some data in Context-A, and I want to read that data in Context-B. I ...
3
votes
1answer
285 views

Oracle JDBC : invalid username/password (ora-01017)

I have a strange problem with jdbc connection to an oracle database server. We've applications on a tomcat server running. These application use an oracle database. All applications use the same ...
3
votes
3answers
255 views

How to set context path in Tomcat so one could enter the site without appending the deployed folder name?

I read about this on Tomcat guide here and some SO questions. And I think I'm pretty much doing the same thing. But in some way cannot manage to succeed. First of all I have to say that my ...
3
votes
1answer
125 views

Arquillian and Tomcat6 issue

I have two questions regarding Arquillian and Tomcat: -My arquillian tests fail with the following error message: org.jboss.jsfunit.example.hellojsf.HelloJSFTest Time elapsed: 0 sec ...
3
votes
2answers
374 views

setting xmpp chat server of jquery mobile based web app

I am presently working on jquery mobile web app, I want to implement the chat feature in that mobile web app. I have XMPP chat server running in my server along with the SOAP services in the tomcat6 ...
3
votes
3answers
1k views

Invalid keystore format with SSL in Tomcat 6

I'm trying to setup SSL in my local Tomcat 6 installation. For this, I followed the official How-To doing the following: $JAVA_HOME/bin/keytool -genkey -v -keyalg RSA -alias tomcat -keypass ...
3
votes
1answer
800 views

javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

Am working on web Services... and am a beginner, Am trying to get Oracle Db connection in a service File and am getting below error: javax.naming.NameNotFoundException: Name jdbc is not bound in ...
3
votes
2answers
107 views

editing a javascript file in a Tomcat web application

I edited a .js file that is included by a .jsp file, but when i package and deploy the war the javascript behaviour does not change. I'm using maven as a package manager. I've ran mvn clean,compile, ...
3
votes
1answer
379 views

Memory leak in Clojure web application

I've created a web application in Clojure, packaged it as a WAR, and deployed it on top of Tomcat. It works as I expect, but when I go to shut down Tomcat, I see many exceptions like the following: ...
3
votes
1answer
521 views

Tomcat webapp cannot use MySQL driver after redeploy

I am using commons-dbcp to do connection pooling for a MySQL database in a small Spring webapp which is deployed as a WAR file to a local Tomcat 6.0.28 container (installed using the Ubuntu package ...
3
votes
2answers
673 views

Mapping a subdomain to a Servlet context using Apache 2.x and Tomcat 6.x

I have installed Archiva on my machine under Tomcat 6.x at http://dev.mycompany.com:8080/archiva and can access the application and everything, but I want to access it from the subdomain ...
3
votes
3answers
761 views

How to set up the root servlet in Tomcat 6?

Sorry for beginner's questions but I wonder how can I set the root servlet in Tomcat 6? For example I want to access my servlet on localhost:8080, not on localhost:8080/myservlet Thanks!
3
votes
2answers
1k views

Scheduled task in a web application?

I'm building a statistics apps for an online game, built using the servlet API in Java (to be deployed on Tomcat). It's easy enough to let the game send a message to the stats server every time a user ...

1 2 3 4 5 16