tomcat7
Testing RESTFul Spring 3 service with embedded Tomcat 7 / junit under a Maven WebApp project
The aim is to, for each unit test, systematically start a tomcat 7 server, load the spring application (eventually drop / create a schema & init its data in an database) perform unit tests and sto[详细]
2023-03-30 12:53 分类:问答A problem with jsp requested parameters in tomcat
I\'ve created a JSP project with netbeans 7.0 and tomcat 7.0 too with no开发者_如何学JAVA problem.[详细]
2023-03-30 01:56 分类:问答How to prevent ant tasks to hang when tomcat is out of memory?
We are using the tomcat ant tasks to deploy our applications to both tomcat6 and tomcat7. For both though, we see a problem that when tomcat is out of memory (due to bad setup, I know), pa开发者_开发知[详细]
2023-03-29 23:05 分类:问答What is the Tomcat/temp directory in Tomcat 7?
A fresh download of Tomcat 7 (I\'m using 7.0.19) contains a \'temp\' directory containing the single file, \'safeToDelete.tmp\'. What is this directory used for by Tomcat or how is should be开发者_开发[详细]
2023-03-29 16:30 分类:问答URL pattern of a web application running on TOMCAT 7
I am having a simple web application which has some static pages. The URL which comes in the browser address bar simply depends on file location in the project.[详细]
2023-03-29 13:59 分类:问答How can I cope with "IllegalStateException: BeanFactory not initialized or already closed"?
With Grails 2.0.0 on Tomcat 7 I get the following right at startup: 2011-08-21 11:10:09,758 [main] ERROR StackTrace- Full Stack Trace:[详细]
2023-03-29 09:09 分类:问答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 4.0.0)[详细]
2023-03-28 03:24 分类:问答NullPointerException when using tomcat
I receive an error like this when invoking a request: SEVERE: Servlet.service() for servlet [getRecomendations] in context with path [/my-webapp] threw exception[详细]
2023-03-27 18:16 分类:问答java.lang.NullPointerException at com.sun.faces.context.flash.ELFlash.loggingGetPhaseMapForReading [duplicate]
This question already has answers here: *.xhtml url-pattern causes java.lang.NullPointerException at com.sun.faces.context.flash.ELFlash.loggingGetPhaseMapForReading[详细]
2023-03-27 04:26 分类:问答Tomcat index page not showing on Chrome
Tomcat\'s (7.0.12) index page isn\'t showing up on Chrome when typing localhost:8080(it just says: \"It works!\"), if I remember it right, this is the Axis2 test page. It\'s showing up normal on Firef[详细]
2023-03-26 11:44 分类:问答