tomcat6
tomcat dbcp and mysql connection pooling
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[详细]
2023-03-23 06:07 分类:问答Setting Max HTTP Header Size With AJP / Tomcat 6.0
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[详细]
2023-03-22 22:14 分类:问答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.[详细]
2023-03-22 12:08 分类:问答java.sql.SQLException: URL is not in the correct format
开发者_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.[详细]
2023-03-22 10:21 分类:问答MySQL table locking for a multi user JSP/Servlets site
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.[详细]
2023-03-22 04:48 分类:问答Jsp Project not running
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[详细]
2023-03-22 03:15 分类:问答Content-Type all of a sudden goes missing
Really strange issue has been occurring lately with two legacy Struts applications running on separate RedHat 5/Tomcat 6 servers. Some brief details:[详细]
2023-03-21 22:01 分类:问答WebdavResource propfindMethod returns 404 only on depth > 1
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.[详细]
2023-03-21 09:11 分类:问答Is ArrayList supported in Apache Axis Web service?
I have written a simple HelloWorld web service. Which takes an ArrayList as parameter. Code is as simple as `import java.util.ArrayList;[详细]
2023-03-20 07:42 分类:问答Is there a way to enforce a deployment order in tomcat6?
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[详细]
2023-03-20 04:47 分类:问答