Re: tomcat hibernate wiki

2010-06-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/15/2010 1:25 PM, yucca...@live.co.za wrote: > Much appreciated, Very nice wiki that got me up and running apart from > some odd exception (does not happen in development only production) > > root cause > > org.apache.tomcat.dbcp.

Re: tomcat hibernate wiki

2010-06-15 Thread yuccanel
acesServlet.java:265) -- From: "Mark Eggers" Sent: Tuesday, June 15, 2010 7:13 PM To: "Tomcat Users List" Subject: Re: tomcat hibernate wiki I've added a sentence clarifying that, saying that you still need the dialect property. --- On Tue, 6/15/10, yucca...@live

Re: tomcat hibernate wiki

2010-06-15 Thread Mark Eggers
I've added a sentence clarifying that, saying that you still need the dialect property. --- On Tue, 6/15/10, yucca...@live.co.za wrote: > Please add to the wiki that hibernate > dialect must still be set. Wiki says, > must have NO database configuration properties but just got > an exception

RE: Tomcat - Hibernate

2006-03-03 Thread Lucas Bee
TED] Sent: Thursday, March 02, 2006 4:49 PM To: Tomcat Users List Subject: RE: Tomcat - Hibernate I'm jumping in the middle here so forgive me if this has already been covered. If you notice that your context.xml is not being deployed from your own META-INF directory, try putting the following in

RE: Tomcat - Hibernate

2006-03-02 Thread Tim Lucia
. Tim -Original Message- From: Lucas Bee [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:11 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate Hello, I think we are getting very close I just need clarification on a few things. First off I made the changes

RE: Tomcat - Hibernate

2006-03-02 Thread Klotz Jr, Dennis
5:11 PM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate Hello, I think we are getting very close I just need clarification on a few things. First off I made the changes of taking out the Context setting in the server.xml and created a context.xml file and put it into the META-I

RE: Tomcat - Hibernate

2006-03-02 Thread Lucas Bee
r help. -Lucas -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:22 AM To: 'Tomcat Users List' Subject: RE: Tomcat - Hibernate You want ENGINE_NAME in there too, i.e.: ${CATALINA_HOME}/conf/${ENGINE_NAME}/${HOSTNAME}/${CONTEXT_N

RE: Tomcat - Hibernate

2006-03-02 Thread Lucas Bee
PROTECTED] Sent: Thursday, March 02, 2006 1:28 AM To: Tomcat Users List Subject: Re: Tomcat - Hibernate --- Giorgio Clavelli <[EMAIL PROTECTED]> wrote: > Hi, > I'm not an exper at all, but I try to put my 2 cents. > The fact that your app can connect successfully after the server

RE: Tomcat - Hibernate

2006-03-02 Thread Tim Lucia
at /conf /Catalina /localhost /myapp.xml ==> http://localhost:8080/myapp Tim -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 3:28 AM To: Tomcat Users List Subject: Re: Tomcat - Hibernate --- Giorgio Clavelli <[EMAIL PROTECTED]

Re: Tomcat - Hibernate

2006-03-02 Thread Nikola Milutinovic
--- Giorgio Clavelli <[EMAIL PROTECTED]> wrote: > Hi, > I'm not an exper at all, but I try to put my 2 cents. > The fact that your app can connect successfully after the server restart, > suggests that you should have your app's context.xml (or whatever it is > called) not in the server.xml but

Re: Tomcat - Hibernate

2006-03-01 Thread Giorgio Clavelli
Hi, I'm not an exper at all, but I try to put my 2 cents. The fact that your app can connect successfully after the server restart, suggests that you should have your app's context.xml (or whatever it is called) not in the server.xml but in the correct location inside your app directories. I seem t