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>
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.
I follow the steps of this thread : when I try to start the domain (jasperserver) I got this error in Tomcat Manager :
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.
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).
While I start tomcat, I am getting the following exception. Could you let me know the reason. Here is the complete stacktrace.
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:
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.
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
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