Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-17 Thread Dave Kennedy
Hi Martin, Even though $CATALINA_HOME/lib is on the project Java Build Path I needed to add servlet-api.jar jsp-api.jar el-api.jar to the 'Eclipse Tomcat Server' Launch Configuration | Classpath | Bootstrap Entries to run the app Dave On Sat, Feb 15, 2014 at 5:45 PM, Martin Gainty

Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-14 Thread Dave Kennedy
OK I added servlet-api.jar and jsp-api.jar to the Launch Configuration | Classpath | Bootstrap Entries and get the following error report: HTTP Status 500 - java.lang.NoClassDefFoundError: javax/el/ELResolver HTTP Status 500 - java.lang.NoClassDefFoundError: javax/el/ELResolver

Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-13 Thread Dave Kennedy
Env: Windows 7 Java: jdk1.7.0_51 STS 3.4.0.RELEASE (Based on Eclipse 4.3.1) Tomcat: apache-tomcat-7.0.50 Tomcat runs from the cmd line startup.bat ( JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_51), but not from within Eclipse Any help or suggestions on how to resolve this would be greatly

JNDI Could not find datasource

2006-10-31 Thread Dave Kennedy
ENV: Tomcat 5.5.17, Eclipse 3.2, Hibernate 3.2 The application runs in Eclipse, but not standalone in Tomcat What does Tomcat need to find the datasource? Error: 13:09:03,936 INFO NamingHelper:26 - JNDI InitialContext properties:{} 13:09:03,936 FATAL DatasourceConnectionProvider:55 - Could not

RE: JNDI Could not find datasource

2006-10-31 Thread Dave Kennedy
FYI I implemented this article Hibernate 3.1 Used with Tomcat 5.5.x http://www.theserverside.com/tt/articles/article.tss?l=HibernateTomcat Any help in identifying the difference between Tomcat/Eclipse and Standalone would be appreciated From: Dave Kennedy [EMAIL PROTECTED] Reply-To: Tomcat

stdout trace from eclipse

2006-10-31 Thread Dave Kennedy
: MySQL, version: 5.0.24-community-nt 19:11:22,093 INFO SettingsFactory:82 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.13 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ ) From: Dave Kennedy [EMAIL PROTECTED] Reply-To: Tomcat Users List users

RE: stdout trace from eclipse

2006-10-31 Thread Dave Kennedy
, 31 Oct 2006 22:09:59 -0600 From: Dave Kennedy [mailto:[EMAIL PROTECTED] Subject: stdout trace from eclipse Any help in identifying the difference between Tomcat/Eclipse and Standalone would be appreciated Have to tell you up front that I don't use Eclipse, am not fluent in JNDI, and don't know

RE: stdout trace from eclipse

2006-10-31 Thread Dave Kennedy
, 31 Oct 2006 23:06:07 -0600 From: Dave Kennedy [mailto:[EMAIL PROTECTED] Subject: RE: stdout trace from eclipse In Tomcat 5.5, you no longer use this server-wide file to configure JNDI. I believe you can, in the situation where you want the data source to be visible to multiple webapps

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Dave Kennedy
Hi, Running Tomcat standalone without Eclipse Log4j logging is now configured and generating output to /logs/tomcat.log except that struts logging is not generated ie. Oct 19, 2006 11:24:26 AM org.apache.catalina.core.ApplicationContext log INFO: action: Processing a POST for /cancel Does

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Dave Kennedy
HI, I must be missing something http://javaboutique.internet.com/tutorials/Struts2/jsp-pages.html I have built the struts app in this tutorial (source in resources at end of article) There does not appear to be any explicit logging as in

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Dave Kennedy
Hi, The INFO logging messages are still not output even though everything seems to be configured Am I missing something? 1. JCL is configured to use Log4j - property file attached 2. org.apache.struts.action.ActionServlet param-namedebug/param-name - see attached web.xml From: Boris Unckel

How to log INFO in Tomcat

2006-10-19 Thread Dave Kennedy
Hi, ENV1: Struts 1.2.9, Tomcat 5.5, Eclipse 3.2.0 ENV2: Struts 1.2.9, Tomcat 5.5, Eclipse 3.2.0, Hibernate 3.1 The info below is logged to Tomcat in ENV1 but not ENV2. How is Tomcat configured to log info? log/localhost.2006-10-19.log ... Oct 19, 2006 1:20:31 PM

commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Dave Kennedy
The issue seems to be with commons-logging, Tomcat and Hibernate There are lot of articles on the Web on this but I still can't resolve this Anyone have Hibernate 3.2 and Tomcat 5.5 logging with commons-logging? From: Dave Kennedy [EMAIL PROTECTED] Reply-To: Tomcat Users List users

java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagInfo

2006-06-07 Thread Dave Kennedy
The Servlet Exception is displayed running SimpleExample.jsp Any help would be greatly appreciated SET CATALINA_HOME=C:\Program Files\Apache Software Foundation\jakarta-tomcat-5.5.9 SET JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06 http://localhost:8080/stuff09/SimpleExample.jsp