I am using a tomcat dbcp along with spring jdbc. When I start the server for first time and try to load the web-page it fetches the data from database and returns correct result set but when i make so
If you\'re not using AJP, Tomcat 6.0 Connectors have a nice maxHttpHeaderSize attribute in server.xml.But if you are using AJP, that attribute is not understood.Is there any way to increase the allowe
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.
开发者_JS百科I am using tomcat, Java with GWT. When try to connect to db my applcation spews the following error. the same driver information is perfectly running on stand alone application.
Hi I am developing a site with JSP/Servlets running on Tomcat for the front-end and with a MySql db for the backend which is accessed through JDBC.
I have created a web projectwh开发者_开发技巧ich includes .jsp and Java beans pages. When I run this project with eclipse, using tomcat it works perfectly fine, I deployed the project successfully, th
Really strange issue has been occurring lately with two legacy Struts applications running on separate RedHat 5/Tomcat 6 servers. Some brief details:
I recently inherited a Tomcat application built to browse a Webdav file structure. At one point, the app requests the root of the directory tree (/slide/files/) to build a visual directory tree.
I have written a simple HelloWorld web service. Which takes an ArrayList as parameter. Code is as simple as `import java.util.ArrayList;
I have 3 wars in my webapp folder. Two of them are built on services of the third one. I\'m in a testing environment, i.e. I don\'t ha开发者_开发问答ve control over their architectures, so I\'m no abl