Tagged Questions

For questions relating to Version 7.x of the Apache Tomcat servlet container.

learn more… | top users | synonyms

7
votes
3answers
994 views

Solr 3.1 DataImportHandler from MS SQL and receive java.lang.OutOfMemoryError: Java heap space

I am trying to import a large dataset (41million records) into a new Solr index. I have setup the core, it works, I inserted some test docs, they work. I have setup the data-config.xml as below and ...
6
votes
4answers
203 views

Java/JSF/Tomcat/Spring - Proxy-Object has different methods than original object

today I ran into this problem which really bugs me, as almost the code already worked (and stopped working even after reverting to the older version). I'm accessing a Spring-Bean on a Facelets-Page. ...
6
votes
1answer
2k views

Tomcat 7 session cookie path

I'm having a huge problem with my application and Tomcat 7. My application needs to set session cookie to "/" path instead of "/context" path. In tomcat 6 it was a matter of adding another property to ...
5
votes
1answer
1k views

Porting Tomcat 6 to 7: Problem with <filter>

I tried to deploy my Tomcat 6 webapp on a Tomcat 7 server, but encounter the following problem which occurs if I add elements to my web.xml: java.lang.NoSuchMethodException: ...
5
votes
5answers
8k views

Tomcat 7 - Maven Plugin?

I just wanted to double-check, has anyone found or is working on a Tomcat 7 plugin? If not, is anyone interested in helping me get it up and running? I want another quick alternative to Glassfish, ...
4
votes
2answers
722 views

@WebServlet annotation with tomcat7

I my application I had a servlet which was defined like this in the web.xml: <servlet> <display-name>Notification Servlet</display-name> ...
4
votes
3answers
3k views

How do I increase memory on Tomcat 7 when running as a Windows Service?

I am trying to run Tomcat 7 as a Windows Service (XP and Windows 7). I see places to set the -Xmx and -Xms jvm args in catalina.bat, but I'm not sure how to do it when using ...
4
votes
2answers
455 views

Replacement for RequestDumperValve in Tomcat 7

Tomcat 7 does not support the RequestDumperValve that was available Tomcat 6 and earlier. What is its recommended replacement in Tomcat 7?
4
votes
1answer
443 views

Disable annotation processing, but enable web-fragments feature in servlet api 3.0 (Tomcat7)

I am giving a try on Tomcat 7.0 and Servlet API 3.0. I had an application for Servlet API 2.5. So I edited web.xml to configure it for Servlet API 3.0. After the change the start time of Tomcat ...
4
votes
3answers
2k views

java.lang.OutOfMemoryError: requested 1958536 bytes for Chunk::new. Out of swap space

We are facing the below problem at our production enviournment in unpredictable manner sometimes the server is down in a day or sometimes in a week, below is the exact error dump, below are the ...
3
votes
1answer
365 views

java.lang.ClassNotFoundException: javax.servlet.jsp.el.ImplicitObjectELResolver$ImplicitObjects

after upgrading to latest version of eclipse Helios 3.6, M2E 1.0 , WTP 3.2.5 and trying to run my maven project which uses JSF 2.1.3 and Spring 3 on tomcat 7, i am getting the following exception: ...
3
votes
1answer
38 views

Tomcat 7.0.5 was ever GA?

In one of the projects I saw we are using Tomcat 7.0.5, I went on the http://tomcat.apache.org/ and clicked on the archives to download the old version (I wanted to have same environment on my local ...
3
votes
1answer
1k views

Eclipse 3.7 (Indigo) + Tomcat7 — Cannot create a server using the selected type

Setup: Eclipse 3.7 + the WEB tools from the indigo update site Tomcat7 Ubuntu Problem: When i try to add a new tomcat7 server in the server perspective in eclipse i get the following error msg: ...
3
votes
0answers
113 views

Implementing the AsyncContext notifier thread

Here's the scenario: typical web push/comet application where short messages must be pushed at the same time to 3000-4000 connected users; moving from 1 thread/connection model to a new ...
3
votes
3answers
266 views

how to handle 2000+ requests/sec on tomcat?

I am developing an SMS application in Java. My clients send queries via SMS which will be forwarded to my server in the form of http requests through SMS Gateway. Now my app processes the requests and ...
3
votes
2answers
117 views

Redirect from unavailable resource in Tomcat

I develop a web application on Apache Tomcat (Version 7) using JSF2. End users will probably fidget around with the address bar of a web application. I want to impose a default behavior on cases when ...
3
votes
2answers
5k views

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

I included: all Spring libs, Apache Tomcat 7.0 library in Build Path but it still gives errors: SEVERE: Error configuring application listener of class ...
3
votes
2answers
5k views

How to fix: “No suitable driver found for jdbc:mysql://localhost/dbname” error when using pools?

I am trying to create a connection to my database, when I put test my code using the main method, it works seamlessly. However, when trying to access it through Tomcat 7, it fails with error: No ...
3
votes
3answers
235 views

Limit SSL just for Login Page

How can I configure a Servlet to use SSL just for the Login Page and then use normal HTTP for the rest of the application. If I make a special for the login page requiring SSL, and one without for ...
3
votes
1answer
2k views

MongoDB Java Driver database connection pooling with Tomcat

According to the MongoDB Java driver documentation, database connection pooling is magically handled by the Mongo object. Does this mean it is safe to create an instance of a singleton object which ...
2
votes
1answer
77 views

How to redirect to Logon page in session timeout in Tomcat 7 using JSF 2, Primefaces and Spring Security

When session time outs and the client does an Ajax partial rendering, Spring Security redirects to logOn page but the redirect is catched by the HttpXMLRequest and nothing happens, as expected but not ...
2
votes
2answers
42 views

Map different url to same web application in Tomcat

I am not clear on the following: If we have a web application named: SomeWebApp under Tomcat's webapp directory, the url to access it is: http://localhost:8080/SomeWebApp My question is, is it ...
2
votes
1answer
113 views

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

I am using JDK 1.7 ,Apache Tomcat 7.0.23 and i have placed JSTL core library(1.2) and STANDARD jar in WEB_INF lib folder it is not giving me any warning but when i will try to run the code <%@ ...
2
votes
2answers
126 views

Tomcat 7 Spring App IntelliJ IDEA 10.5 OutOfMemoryError: PermGen space

Not sure who is responsible for this error: Exception in thread "main" java.lang.OutOfMemoryError: PermGen space This error occurs whey I try to run my spring web app in Debug mode from the ...
2
votes
2answers
176 views

Tomcat 7 and JSESSIONID cookie

Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID cookie to not be accessible via javascript: alert(document.cookie) -> ...
2
votes
1answer
51 views

Why do connections persist when I undeploy a webapp using the Tomcat 7 JDBC connection pool?

I've got a minimal Spring webapp deployed to Tomcat 7.0.22 - it consists of a couple of pages, a controller, a service, and a DAO which has one method that runs a SELECT query. The webapp is ...
2
votes
1answer
180 views

Tomcat 7: How do I specify Database resource when making connection to Microsoft Access

I know how to specific datasource connection pooling to a mysql server in Tomcat 7, add <Resource type="javax.sql.DataSource" name="jdbc/TestDB" ...
2
votes
0answers
127 views

Multiple war in Tomcat 7 using a shared embedded ActiveMQ

I'm working on a project where I have several war files inside a tomcat 7 have to communicate with a single embedded activeMQ (5.5.1) broker inside the same Tomcat. I'm wondering what was the best ...
2
votes
1answer
359 views

javax.el.ELException: Failed to parse the expression [{pz:instanceof(object,'com.project.domain.MyClass')}]

Currenty I have a web project with JSF 1.2 and Facelets running in tomcat 6.0.18.0. I decided to upgrade the servlet container, thus i deployed in tomcat 7 and all seemed ok until we hit one view ...
2
votes
2answers
456 views

Export to Excel JSF and PrimeFaces

Using JDK 1.6, JSF 2.1, PrimeFaces 2.2.1, POI 3.2, and Apache Tomcat 7 I am trying to setup a servlet to allow a download of an excel file based on the user selection. The excel document is created ...
2
votes
1answer
254 views

How is Tomcat handled by IntelliJ IDEA 10.5

I am a newbie to IntelliJ IDEA. I was trying to deploy a web app in Tomcat. It failed to deploy and i was not able to see any errors in the log console. After much searching, I was able to find out ...
2
votes
1answer
95 views

eclipse ee servlet tomcat doPost http405

I'm trying to go a post from HTML to Java Servlet using eclipse ee and tomcat starting the server through eclipse. But I am getting: HTTP Status 405 - HTTP method POST is not supported by this URL ...
2
votes
1answer
485 views

Disable jsessionid via http header (cookie) in Tomcat 7

I'm looking to disable jsessionid from being used in the https headers. Is there a way to turn this off or disable this being set as a cookie in tomcat 7? I either want the jsessionid to arrive ...
2
votes
1answer
52 views

Tomcat KeyStore Environment Path

We have the following example: < Connector port="8443" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="${user.home}/.keystore" ...
2
votes
2answers
159 views

Does Tomcat 7 support MDB listeners?

Does Tomcat 7 has the EJB implementation to allow create queues and deploy MDB listeners?
2
votes
1answer
68 views

Using Railo 3.2 WAR with Tomcat vhosts

I've deployed the railo-3.2.3.000.war and I get the welcome page at http://localhost:8080/railo-3.2.3.000/ which is great but what now? How do I make my CFML-based vhosts actually recognise and use ...
2
votes
4answers
169 views

System.out.println in Tomcat and Eclipse

I am running Tomcat inside Eclipse. Is there any harm in using System.out.println only during development to see some output on the Eclipse console for testing? I know I have heard that this is bad ...
2
votes
1answer
218 views

jasper/JSP precompile problem with migration to Tomcat 7 - NumberFormatException: For input string

I've got a working webapp running on Tomcat 5.5 that I'm trying to port to Tomcat 7. I'm running into a problem when trying to precompile some JSPs with Jasper2. I get: ...
2
votes
2answers
226 views

Why is Ant returning a 403 on deploy?

I'm attempting to deploy to a war file in Tomcat 7. It's giving me the following error. deploy: [echo] Deploying on Tomcat. BUILD FAILED C:\Users\coder\workspace\projectName\build.xml:84: ...
2
votes
1answer
327 views

Tomcat 7.0.19 and Mojarra 2.1.2 ViewExpiredException

I was using Tomcat 6.0.26 with my project since long time. Now, I need to use EL 2.2 in this project so I moved it to Tomcat 7.0.19 with no other changes (Using Mojarra 2.1.2-b04 with RichFaces ...
2
votes
1answer
95 views

URLs Losing Application Name on Tomcat 7

I have a Java application running on Tomcat 7. I want my application to have it's name in the URL. For example: http://localhost:8080/MyApp I build the WAR, deploy, and the application is accessed ...
2
votes
1answer
1k views

Tomcat 7: How to set initial heap size correctly?

I was trying to adjust initial heap size of a tomcat 7 (CentOS, java -version: 1.6.0_25-b06) instance by adding the following line to catalina.sh: export CATALINA_OPTS="-Xms=512M -Xmx=1024M" ...
2
votes
1answer
267 views

JSF 2.1 ViewScopedBean @PreDestroy method is not called

I have a method in a view Scoped Bean with the @PreDestroy annotation and another one with the @PostConstruct annotation. The @PostConstruct method is properly called every time I navigate to the ...
2
votes
1answer
247 views

Tomcat Memory Consumption

I am going to install Tomcat on linux with JVM Heap size as 2048m(2GB) to 2304m(2GB+256MB) by setting CATALINA_OPTS="-Xms2048m -Xmx2304m" in cataina.sh file and the Linux OS have 8GB of the RAM so ...
2
votes
2answers
64 views

redirecting requests based on the body tomcat

I have a tomcat 7 application which I can get requests from external sources. Most of them call my request like this: http://localhost:8080/MyWeb/exRequest and I build servlet with URL pattern ...
2
votes
1answer
694 views

Playframework + Tomcat Deployment issue

I am trying to deploy a web app developed in play framework in Tomcat. The first few times I tried, I got the following message in the Tomcat console, INFO: ...
2
votes
1answer
100 views

How can I make my Java web application available at the root url?

I'm using Apache Tomcat 7. Is there a way I can deploy a web application to tomcat so that the web archive is named something like myapp.war, but have it be accessible at the root url instead of at ...
2
votes
1answer
126 views

tomcat7, spring 3.0.5, errors, contexts

org.springframework.web.context.ContextLoader, in the event of an exception, does: servletContext.setAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE, ex); which ...
2
votes
2answers
5k views

Tomcat 7 and JSTL

I wrote a web application with Eclipse Tomcat and it works on my local Tomcat 7, when I tried to publish it online on a Tomcat 7, I had the following error: SEVERE: Servlet.service() for servlet ...
2
votes
2answers
2k views

Run WAR file in /target directory of Maven project by Tomcat

I'm developing a web application with Java and Maven build system and the web server is Tomcat 7.0.12. After packaging whole project to a WAR file to \target directory by Maven build command, I have ...

1 2 3 4 5 8