tomcat5.5
Communications link failure due to: java.io.EOFException
My webapp is running on Tomcat 5.5, I declared the datasource in web.xml: <resource-ref> <res-ref-name>jdbc/OrdiniWebDS</res-ref-name>[详细]
2023-01-30 05:41 分类:问答Can't connect to database using Tomcat 5.5 and Hibernate
Ok I have this weird problem.I\'m using Tomcat 5.5 with Hibernate.I have added the resouce in the TOMCAT_HOME/conf/server.xml and also in my application\'s web.xml.[详细]
2023-01-29 15:15 分类:问答JasperServer Deployment on Tomcat and Oracle DB (Solaris)
I follow the steps of this thread : when I try to start the domain (jasperserver) I got this error in Tomcat Manager :[详细]
2023-01-27 15:47 分类:问答How to change Java version used by TOMCAT?
I have Java 1.6 and Tomcat 5.5 installed on my system. But Tomcat 5.5 accesses Java 1.5 and hence as the outcome I get the error Bad version number in .class file while executing java code with JSP.[详细]
2023-01-22 18:38 分类:问答Initial Tomcat 5.5 heap size
Anyone knows what is the initialTom开发者_如何学编程cat5.5 heap size?Do you mean default \"max heap size\" ? It depends on the underlying JVM version (not on Tomcat version).[详细]
2023-01-22 12:38 分类:问答Tomcat 5: Getting juli exception during tomcat load
While I start tomcat, I am getting the following exception. Could you let me know the reason. Here is the complete stacktrace.[详细]
2023-01-17 22:29 分类:问答Cause of 'tmpFile.renameTo(classFile) failed' during JSP compilation
Recently, I started to experience strange behaviour in JBOss 4.0.5 JSP application. The JSP compilation fails on first (second, third,..) attempt with exception:[详细]
2023-01-15 11:46 分类:问答deploying Java web application in exploded directory outside the Tomcat server, using Eclipse
I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I\'m now trying to migrate my project to Eclipse IDE.[详细]
2023-01-14 18:02 分类:问答Moving From Java1.5 to Java 1.6?
I\'m currently running my web application on Java1.5 codebase, running it on Tomcat 5.5 and MySql 5.Looking through the list of additions that were added into Java1.6, I have to ask the question, \"Is[详细]
2023-01-14 00:03 分类:问答Deploying JSf 2.0 app in tomcat 5.5
I have developed a JSF 2.0 application and tested it on Apache Tomcat 6.0. The problem is that the official server can only have version 5.5 installed. So I tried to deploy it as it was but I kept get[详细]
2023-01-12 03:33 分类:问答