Tomcat 3 « Development « Spring Q&A





1. Tomcat 6    forum.springsource.org

Tomcat 6 Being brave or foolish, I decided to try Tomcat 6. It also required a new version of tcnative-1.dll After a bit of work eliminating the class not found errors ...

2. Tomcat and Spring file upload    forum.springsource.org

Hi All, I am using spring mvc to handle file uploads. I would like to know how I can set the max file upload size. Is this done at the tomcat ...

3. Tomcat and Spring ApplicationContext    forum.springsource.org

I've looked all over the place, maybe I'm doing something wrong. How can I get a reference to the current application context in tomcat once its loaded by contextloaderlistener?

4. commons-validation.jar is blocked by Tomcat on undeploy    forum.springsource.org

commons-validation.jar is blocked by Tomcat on undeploy Hello! Today, I integrated Commons Validator into my Spring project. When I add the following two beans, I cannot undeploy my application any more, ...

5. Tomcat Servlet Mapping    forum.springsource.org

Tomcat Servlet Mapping Hi, i have simple servlet mapping Problem with Tomcat, its not specialy for spring but i hope someone can help me. if i call url: /admin/images/test.png than servelt ...

6. problems with spring's httpinvoker with tomcat client    forum.springsource.org

problems with spring's httpinvoker with tomcat client my server use HttpInvolker in tomcat like as flow: remoting-servlet.xml [QUOTE ...

7. Could not load Spring application context on tomcat startup    forum.springsource.org

Could not load Spring application context on tomcat startup Hi, Group, I have a web application that is with tapestry and spring framework. The tomcat which runs on a UNIX box ...

8. Tomcat and Spring errors    forum.springsource.org

Apr 21st, 2007, 02:08 PM #1 Master View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 6 Tomcat and Spring errors Hi!! I have folowing problem: ...

9. Lg4j config using Log4jConfigListener - initialisation under tomcat    forum.springsource.org

Lg4j config using Log4jConfigListener - initialisation under tomcat Tomcat 5.5.20, Spring 2.0.4 OK - we're trying to use the Log4jConfigListener to set ${appname.root} for log4j. So - we have the following ...





10. Log4J question when running in Tomcat    forum.springsource.org

Log4J question when running in Tomcat Hello, I am having some issues when trying to configure my logging. I keep seeing hibernate and spring log messages being written to the Tomcat ...

11. Log problem w/ custom tags (tomcat + commons-logging + Log4j)    forum.springsource.org

May 7th, 2007, 02:33 AM #1 destor View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 2 Log problem w/ custom tags (tomcat + commons-logging + ...

12. Error deploying petclinic to Tomcat    forum.springsource.org

When I deploy petclinic to Tomcat(both 5.x and 6.x), I have the following problem: SEVERE: LifecycleException java.lang.ClassNotFoundException: org.springframework.instrument.classloading.tomcat .TomcatInstrumentableClassLoader I have spring.jar in Tomcat 6.0\webapps\petclinic\WEB-INF\lib, after I copy spring.jar to Tomcat ...

13. Tomcat + Spring + RMI    forum.springsource.org

Tomcat + Spring + RMI Hi all, I'm trying to get a simple Spring application to work in a Server/Client mode. I'm using Tomcat 5.5.23, Spring 2.0.5. For the Server I ...

14. Can't get anything to load in Tomcat    forum.springsource.org

Can't get anything to load in Tomcat Ok, I have an exploded web app in Tomcat 5.5.23, jdk1.5.11 and spring 2.0. In the web.xml I have a listener; org.springframework.web.context.ContextLoade rListener ...

15. Tomcat SEVERE: Error listenerStart with spring 2.0    forum.springsource.org

Tomcat SEVERE: Error listenerStart with spring 2.0 I am running an application with Struts 1.2.7 on Tomcat 5.5.9. I am using NetBeans 5.0. I am investigating whether we can also use ...

16. configure Tomcat    forum.springsource.org





17. Tomcat 6, Spring breaks context reload    forum.springsource.org

Jun 15th, 2007, 04:16 PM #1 potterd64 View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 3 Tomcat 6, Spring breaks context reload Hi all, I ...

18. Spring Portlets/Liferay with Tomcat 5.5    forum.springsource.org

Spring Portlets/Liferay with Tomcat 5.5 I am new to portlets and am curious if there is a way to integrate portlets with existing Spring MVC technology? I would like to add ...

19. Spring and Tomcat questions    forum.springsource.org

Spring and Tomcat questions I started out using Eclipse with MyEclipse to develop my Spring applications so I could get the hang of it quickly and deploying them to Tomcat. My ...

20. Anyone using Java 6 & Tomcat 6.0?    forum.springsource.org

I'm thinking of upgrading my Spring web service from Java 5 & Tomcat 5.5 which works fine to Java 6 and Tomcat 6.0. Anyone have that working? Anyone have intractible problems? ...

21. Problems with Tomcat 6 startup and Spring 2.0.5.    forum.springsource.org

Jul 29th, 2007, 05:18 PM #1 meph View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Mar 2006 Location Jena (Germany) Posts 12 Problems with Tomcat 6 ...

22. Either and Ant or Tomcat issue..    forum.springsource.org

Either and Ant or Tomcat issue.. Hi, I'm sorry if this is placed in the wrong section but I'm new to the boards...along with java, the spring framework and all. i'm ...

23. Porting from Tomcat to WebSphere    forum.springsource.org

Porting from Tomcat to WebSphere We are trying to port a working JSF (MyFaces)/Spring/Hibernate application to WebSphere. We originally put all of the library jars into the root of the EAR. ...

24. wierd performance in tomcat: help consult    forum.springsource.org

hello after to test my project in tomcat 5.5.20 with spring/springmvc/SWF/hibernate/log4j in network(intranet-only until now with 2 clients) i see that this is fast, after of a some time i can ...

25. Tomcat Context hot-reloading with -javaagent InstrumentationLoadTimeWeaver    forum.springsource.org

Tomcat Context hot-reloading with -javaagent InstrumentationLoadTimeWeaver I am using Spring 2.0.6 together with Tomcat 5.5.23. My Tomcat starts up with the following -javaagent:%PROJECT_HOME%/spring/2.0.6/weavers/spring-agent.jar The javaagent is required for Toplink (JPA) to ...

26. Propertyconfigure : reading TOMCAT home    forum.springsource.org

27. Clean up when shuting down tomcat    forum.springsource.org

Hi, I have a web app that generates some temp files. When I shutdown the tomcat, I would like to do some clean up ( delete those temp files ). Anyone ...

28. Petclinic deployment in Tomcat 5.5: Document base /petclinic/location does not exist    forum.springsource.org

Sep 18th, 2007, 06:03 AM #1 shuetrim View Profile View Forum Posts Private Message Junior Member Join Date Sep 2007 Posts 1 Petclinic deployment in Tomcat 5.5: Document base /petclinic/location does ...

29. Logging hell with Spring, Tomcat, Commons Logging    forum.springsource.org

Logging hell with Spring, Tomcat, Commons Logging Hey everyone, I'm having a huge problem, or combination of problems. I run multiple web applications in a Tomcat 5.5 container, and for all ...

30. NamespaceHandler interface error after starting up tomcat    forum.springsource.org

NamespaceHandler interface error after starting up tomcat Good evening lads, I keep getting this error upon tomcat startup. Tomcat version : 5.5.9 Java version : 1.5.03 its seems the action-config.xml has ...

31. problem in integrating Eclipse 3.3.0, Spring, apache-tomcat 5.5.25, JRE 5    forum.springsource.org

problem in integrating Eclipse 3.3.0, Spring, apache-tomcat 5.5.25, JRE 5 Dear Friends: I have problem in integrating Eclipse 3.3.0, Spring, apache-tomcat 5.5.25, JRE 5. First can this programs work togehter on ...

32. Tomcat problem: ConfigurableApplicationContext not closing?    forum.springsource.org

Oct 5th, 2007, 03:09 PM #1 Robert Bjrn View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 5 Tomcat problem: ConfigurableApplicationContext not closing? Hello everyone! I ...

33. Problem : Load time weaving and Tomcat 5.5.20    forum.springsource.org

Dear All - I am trying to deploy an application in Tomcat 5.5.20 with Spring 2.5 RC1 and Hibernate 3.x. Things look ok till I introduce load time weaving through ...

34. Obtaining Tomcat runtime information    forum.springsource.org

Obtaining Tomcat runtime information I realize that the subject of this thread should not be posted on the Spring forum, because it does not really raises issue related to Spring. But ...

35. Problems with ContextLoaderListener on Tomcat    forum.springsource.org

Problems with ContextLoaderListener on Tomcat I just created my first simple MVC webapp in Tomcat. Everything worked fine until I included the section in web.xml Without the , greetings.htm displayed ...

36. can i use tomcat to deploy spring portlet    forum.springsource.org

37. Form Tags and Tomcat's Tag-Pooling    forum.springsource.org

38. Tomcat constantly refreshes/redeploys, resulting in OutOfMemory    forum.springsource.org

Tomcat constantly refreshes/redeploys, resulting in OutOfMemory Hi I hope this is the right forum, and my conclusion about the OOM is correct. I've deployed my application yesterday, and during the night, ...

39. ApsectWeaver slow against Tomcat 4.1?    forum.springsource.org

ApsectWeaver slow against Tomcat 4.1? Hello. How is it going? I've been implementing a Rich Domain Model for my web application using AspectJ dependency inject domain objects with Spring. Once configured ...

40. Deploying to a Tomcat Server    forum.springsource.org

Deploying to a Tomcat Server Hey I'm not sure how to go about with the basic Tomcat setup. The directory that my files are in is C:\Users\adaykin\workspace\webApps. My Tomcat installation directory ...

41. Tomcat Hanging with "Cancelling Timer"    forum.springsource.org

Tomcat Hanging with "Cancelling Timer" I'm using the Tomcat Manager WebApp to deploy and undeploy my Spring based application. Frequently, after doing an undeploy using the Tomcat manager, I am not ...

42. Tomcat Hanging with "Cancelling Timer"    forum.springsource.org

Tomcat Hanging with "Cancelling Timer" I'm using the Tomcat Manager WebApp to deploy and undeploy my Spring based application. Frequently, after doing an undeploy using the Tomcat manager, I am not ...

43. Spring 2.5, Tomcat 6 and standard taglib - object not passed to JSP view    forum.springsource.org

Spring 2.5, Tomcat 6 and standard taglib - object not passed to JSP view I am getting into Spring, using Spring - A Developer's Notebook updated version (based on Spring 1.1). ...

44. Tomcat restart RMI not bound    forum.springsource.org

Tomcat restart RMI not bound I have a web app running on Tomcat (5.5) that connects via RMI to a "Domain" Spring server without any problem. Both the webapp and the ...

45. tomcat problems    forum.springsource.org

Hi So I am trying to follow the tutorial and am getting some bizzare problem accessing the .jsp pages. browsing to the correct URL resolves to a HTTP 404 error. If ...

46. ContextLoaderListener and Tomcat 6.0    forum.springsource.org

This has nothing to do with security. Please use a more appropriate forum or do a search (this will have been discussed many times). Also if you get an error, please ...

47. tomcat using an old web.xml    forum.springsource.org

tomcat using an old web.xml i noticed that even after i ran my ant deploywar target, tomcat was still using an old copy of my web.xml i guess it was reading ...

48. tomcat 6 says "listeners.ContextListener" is already configured for this context    forum.springsource.org

tomcat 6 says "listeners.ContextListener" is already configured for this context i'm following the spring mvc step by step 2.5 PDF and noticed in my tomcat 6 startup log the following , ...

49. issue starting up context with embedded Tomcat verse full install    forum.springsource.org

I have a war that is deployed to my full Tomcat v5.5 and I get my service objects start-up fine. But in my maven build, I use the same war deployed ...

50. Spring / Tomcat issues    forum.springsource.org

May 6th, 2008, 03:42 AM #1 NirPeled View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 2 Spring / Tomcat issues Hello, I am running tomcat ...

51. Spring / Tomcat issues    forum.springsource.org

May 6th, 2008, 07:40 AM #1 NirPeled View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 2 Spring / Tomcat issues Hello, I am running tomcat ...

52. @Autowire not working with ContextLoaderListener on Tomcat    forum.springsource.org

@Autowire not working with ContextLoaderListener on Tomcat Hi, Ive autowired my services and daos. It works fine while running the unit tests. But when Im deploying on the tomcat, @Autowired will ...

53. Configuring Tomcat with fragments    forum.springsource.org

Configuring Tomcat with fragments The documentation says: Code: In addition to the Catalina artifacts, the repository contains also a Tomcat activator (that works with both 5.5.x and 6.0.x versions) named catalina.osgi.start. ...

54. Error deploying petclinic in Tomcat 6.0.14    forum.springsource.org

Error deploying petclinic in Tomcat 6.0.14 I am deploying the petclinic application to Tomcat 6.0.14 and get the following. Is this a corrupted jar? Thanks for any help you can give. ...

55. How does one start tomcat with spring-agent?    forum.springsource.org

How does one start tomcat with spring-agent? I know many of you will think this is a stupid question. But how in the world do you start tomcat with a javaagent? ...

56. Tomcat load time weaver and JABX2    forum.springsource.org

Jul 7th, 2008, 12:24 PM #1 e.medina.m View Profile View Forum Posts Private Message Member Join Date Sep 2004 Posts 44 Tomcat load time weaver and JABX2 Hi, My application is ...

57. Tomcat 5.5 Deploy wars    forum.springsource.org

Tomcat 5.5 Deploy wars Hi, I would like to ask you what it is the preferred way to get running Spring DM Osgi Wars on Tomcat 5.5. First I need to ...

58.  problem on Tomcat    forum.springsource.org

problem on Tomcat We are developing an J2EE application using Spring (2.0.6), Hibernate, Acegi (1.0.5). As a developing tool, we use JDeveloper from Oracle. Aplication runs there in OC4J container. ...

59. HandlerExceptionResolver not displaying error JSP with Tomcat 5.5.26    forum.springsource.org

Hi, I have been banging my head against a problem with HandlerExceptionResolver resolvers in my tomcat environment for a few hours and was wondering if anyone has experienced a similar problem ...

60. Tomcat unable to find FilterChainProxy    forum.springsource.org

Aug 4th, 2008, 02:45 AM #1 anuragkhanna View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 14 Tomcat unable to find FilterChainProxy I'm trying to integrate ...

61. Logging with Spring-DM and Tomcat-6    forum.springsource.org

I've just updated to tomcat-6.0.16 and tomcat is ignoring the logging configuration. the same configuration with tomcat-5.5.23 works just fine. Any suggestions? thanks, edgar

62. Trouble mapping handler in Tomcat    forum.springsource.org

Sep 4th, 2008, 02:04 PM #1 bLaDe00 View Profile View Forum Posts Private Message Junior Member Join Date Aug 2008 Posts 27 Trouble mapping handler in Tomcat Hi all! I'm testing ...

63. Tomcat SEVERE Error: listenerStart    forum.springsource.org

Tomcat SEVERE Error: listenerStart I am a newbie with Spring. I get Tomcat listenerStart while deploying my webapp. Moreover, this deployment error is not predictable, in the sense that I do ...

64. loading application context in tomcat    forum.springsource.org

When your application configuration xml files are defined in your web.xml they do not need to be configured in the servlet container. When Tomcat reads the web.xml on applicaiton start up ...

65. Tomcat overrides Spring 2.5.5 and ExceptionResolvers    forum.springsource.org

Tomcat overrides Spring 2.5.5 and ExceptionResolvers Hi, it took me quite long to debug through the tomcat sources to find out, why my exceptionresolver is not working anymore (in one special ...

66. Configuring a root context for Tomcat    forum.springsource.org

Can someone give me an example of how to assign a webapp to the root context for Tomcat? I created a fragment bundle containing a conf/server.xml file, but I am not ...

67. how to make tomcat process file.something as a jsp    forum.springsource.org

Hi. How can i make tomcat process file.something as a jsp? I suspect i have to add something to the web.xml, but have no idea what. Thanks

68. targetService is not invoked in ServiceMix on Tomcat    forum.springsource.org

targetService is not invoked in ServiceMix on Tomcat Hello, I have a SA composed of (1) a http binding component SU (servicemix-http) and (2) a service engine SU (servicemix-bean), which work ...

69. serious performance issue with Spring application running on Tomcat 6    forum.springsource.org

serious performance issue with Spring application running on Tomcat 6 I am having a serious performance issue with a Spring application running on tomcat 6. When I login using Spring Security ...

70. Cannot Start my application in Tomcat    forum.springsource.org

Hi, I receive org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name error from Tomcat. I don't konw how to solve this because I'm a newbie to this world! I hope someone can ...

71. tomcat 6 problems in ubuntu environment    forum.springsource.org

Hello. I am installing my tools in ubuntu. I downloaded the spring tool suite (eclipse 3.4) and the tomcat 6.0 today. When I try to configure the tomcat 6 in spring ...

72. Spring Multiple Language Support and JSP in Tomcat Problem;;pls help    forum.springsource.org

Spring Multiple Language Support and JSP in Tomcat Problem;;pls help HI All, i was using spring's multiple lang support (eng + chinese) for my project till now,,, i use org.springframework.web.servlet.i18n.LocaleChangeI nterceptor, ...

73. Spring3.0 M1 on tomcat 5.5.26    forum.springsource.org

Spring3.0 M1 on tomcat 5.5.26 Hi, Has anybody faced the following , Code: 2008-12-29 11:10:08,975 ERROR [org.springframework.web.context.ContextLoader] - java.lang.NoSuchFieldError: ruleMemo at org.springframework.expression.spel.generated.SpringExpressionsParser .(SpringExpressionsParser.java:94) at org.springframework.expression.spel.internal.SpringExpressionsParserE xtender.(SpringExpressionsParserExtender.java:30) at org.springframework.expression.spel.SpelExpressionParser.(SpelE ...

74. Spring Performance and Apache Tomcat Native library    forum.springsource.org

Running the server with the tomcat native libraries does provide performance gains in certain situations. You'll need to google for instructions on how to download/compile (with a C compiler I think) ...

75. Spring DM + Bridge.war + Tomcat    forum.springsource.org

Can any one please explain the steps to install spring dm sample into bridge\web-inf\eclipse\plug-in under Tomcat. I have copied all jars from samples/simple-web-app lib folder but it doesn't work.

76. Spring DM 1.2.0-m2 with Tomcat 6.0.18 (from BRITS): up and running    forum.springsource.org

Jan 29th, 2009, 03:50 PM #1 devx_edg View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 11 Spring DM 1.2.0-m2 with Tomcat 6.0.18 (from BRITS): up ...

77. Log4j logging not working after move to new Tomcat    forum.springsource.org

Log4j logging not working after move to new Tomcat I have a Spring application that was running fine under Tomcat 6 on gentoo (and Windows). It is configured to use log4j ...

78. Tomcat 6.0.18 Deploy war file without removing the original directoies    forum.springsource.org

Tomcat 6.0.18 Deploy war file without removing the original directoies Hi, I have a spring web application which can allow user to upload files to my webapps/test folder. The problem is ...

79. Maven Tomcat hot deploy    forum.springsource.org

Have Mavenised Eclipse project and added Maven dependencies in 'Order and export' in project setup. It can't find the Spring jars despite them being dependencies in the POM file. Is the ...

80. Default Page - Tomcat - No Redirect    forum.springsource.org

My home page is handled by a spring controller and can be accessed at: http://www.mydomain.com/myappname/app/home I want the page to load by visiting http://www.mydomain.com I know I can don this by ...

81. Document root folder for Tomcat    forum.springsource.org

Hi, I have a tomcat bundle running within the OSGi container. I need to make http calls from flex application to the Spring DM applications deployed as web applications. For this, ...

82. Http port configuration for bundled Tomcat    forum.springsource.org

It seems like you need to create a conf/server.xml file in a bundle fragment to be attached to catalina.start.osgi-1.0.0.jar. As a file template take a look at conf\default-server.xml in catalina.start.osgi-1.0.0.jar.

83. Deploy spring modules to tomcat    forum.springsource.org

Deploy spring modules to tomcat Currently we are using jboss AS with spring deployer to deploy spring modules for multiple war's. But now there has been thoughts to move to use ...

84. Persistent Data Lost when Tomcat restarts    forum.springsource.org

85. problems with Tomcat    forum.springsource.org

Apr 17th, 2009, 08:37 AM #1 KlausKlausen View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Posts 4 problems with Tomcat Hello Forum, I have to maintain ...

86. help: Eclipse 3.4.x, Spring plugin, Tomcat working together    forum.springsource.org

help: Eclipse 3.4.x, Spring plugin, Tomcat working together I've installed all necessary plugins and I tried an example Spring mvc example but I'm having a difficult time getting the project deployed ...

87. Stupid question: Log4j in tomcat not working. Help?    forum.springsource.org

Stupid question: Log4j in tomcat not working. Help? Hi, I'm trying to get log4j working, but it's not. In my web.xml, here is the definition: Code: log4jConfigLocation /WEB-INF/log4j.properties I ...

88. RememberMe on Apache 2.2 and Tomcat 5.5.2    forum.springsource.org

RememberMe on Apache 2.2 and Tomcat 5.5.2 I have a Spring web application that uses Acegi remember me functionality to keep users logged-in forever (The ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE cookie expires in 5 years). ...

89. Common Weblogic and Tomcat configuration    forum.springsource.org

Common Weblogic and Tomcat configuration Hello, We have a web application (Spring MVC) that we need to deploy on Tomcat and Weblogic containers. We use an applicationContext.xml file initialized via Code: ...

90. Which Tomcat modules to use???    forum.springsource.org

Hello! I'm actually a bit confused about the tomcat 6 modules available from EBR. I tried to use Tomcat 6.0.18 bundles (catalina, catalina.tribes, catalina.ha, coyote) together with Spring DM 1.1.3 RELEASE. ...

91. Tomcat-Spring issue    forum.springsource.org

Tomcat-Spring issue Hi all, I have an application built on Flex at front-end, spring-hibernate at back-end. I have a memory issue when client sends any request to the back-end. I saw ...

92. Request Processor available, but Tomcat is not?    forum.springsource.org

Request Processor available, but Tomcat is not? Hi, I'm currently evaluating AMS and ran into a metric I don't understand. Maybe someone could fill me in? After installing a plain vanilla ...

93. XmlWebApplicationContext not serializable when restarting tomcat?    forum.springsource.org

XmlWebApplicationContext not serializable when restarting tomcat? Hi all! When I am trying to restart Tomcat (Eclipse plugin) I get the following exception (about 20% of the restarts, in 80% it works ...

94. Tomcat Spring noob problem    forum.springsource.org

Tomcat Spring noob problem Hi, i'm running Tomcat 5.5 on debian and created a new host with an root context. Took me a while but its running fine. Now I am ...

95. ContextJndiBeanFactoryLocator with Tomcat    forum.springsource.org

Hello, I'm trying to use the ContextJndiBeanFactoryLocator on a Tomcat platform. I declare the JNDI entry of the classpath for the bean factory as follows: The problem ...

96. Eclipse Tomcat Plugin Help    forum.springsource.org

Eclipse Tomcat Plugin Help Hey everyone, I need some help running my Spring MVC app out of Eclipse with the tomcat plugin. I believe I set up the Spring MVC portion ...

97. listenerStart Error - Tomcat Deployment    forum.springsource.org

listenerStart Error - Tomcat Deployment Trying to deploy an web application on tomcat 6 and getting following error: Code: Sep 8, 2009 11:50:36 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized ...

99. Spring + Tomcat 5.5 - Environment variables    forum.springsource.org