Re: [OT] Re: problems at thejarbar.org

2010-06-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/11/2010 4:53 AM, yucca...@live.co.za wrote: > Hello tomcats !! :) A quick question as I tackle configuring jndi > resource for first time: I was referred to using jndi in production > environmrnt snd hsve noted through documentation fo

Re: [OT] Re: problems at thejarbar.org

2010-06-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/11/2010 4:53 AM, yucca...@live.co.za wrote: > Hello tomcats !! :) A quick question as I tackle configuring jndi > resource for first time: I was referred to using jndi in production > environmrnt snd hsve noted through documentation fo

Re: [OT] Re: problems at thejarbar.org

2010-06-11 Thread yuccanel
to know how / where to configure parameters for mysql connections or are the defaults acceptable for production? -- From: Sent: Thursday, June 03, 2010 12:41 AM To: "Tomcat Users List" Subject: Re: [OT] Re: problems at thejarbar

Re: [OT] Re: problems at thejarbar.org

2010-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/3/2010 3:41 AM, yucca...@live.co.za wrote: > Ok I appreciatethis big help. I am expecting a small amount of users > though so does that mean that a datasource realm may be overkill? I > am not implying that this is what was being said

Re: [OT] Re: problems at thejarbar.org

2010-06-02 Thread yuccanel
locale few times. -- From: "Christopher Schultz" Sent: Wednesday, June 02, 2010 6:25 AM To: "Tomcat Users List" Subject: Re: [OT] Re: problems at thejarbar.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/2

Re: [OT] Re: problems at thejarbar.org

2010-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 6/2/2010 8:27 PM, yucca...@live.co.za wrote: > There was a question as to why I am using a realm and application > based realm and I have no idea howcome people think I am not using only > tomcat realm? It's not that we think you're u

Re: [OT] Re: problems at thejarbar.org

2010-06-02 Thread yuccanel
;Mark Eggers" Sent: Tuesday, June 01, 2010 4:27 PM To: "Tomcat Users List" Subject: [OT] Re: problems at thejarbar.org Chris, I think it all depends what you need your Realm to manage. In this instance (single application on Tomcat), then it probably doesn't matter

Re: [OT] Re: problems at thejarbar.org

2010-06-01 Thread Hassan Schroeder
On Tue, Jun 1, 2010 at 4:27 PM, Mark Eggers wrote: > If you have multiple applications using the same Realm information, then it > might make sense to move the Realm to a Host or Engine level. However I > cannot think of a good use case off the top of my head to potentially run > multiple host

[OT] Re: problems at thejarbar.org

2010-06-01 Thread Mark Eggers
narios would be the Wiki. Since I'm thinking about this, I'll see what I can cobble up in the next few days. Thanks for the comments . . . . /mde/ --- On Tue, 6/1/10, Christopher Schultz wrote: > From: Christopher Schultz > Subject: Re: problems at thejarbar.org > To: "

Re: problems at thejarbar.org

2010-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 6/1/2010 3:58 PM, Mark Eggers wrote: > Chris, based on what you're saying and the server.xml posted earlier > in this thread, the following should be done? > > 1. Remove the JDBCRelm from the Engine node > 2. Create a GlobalNamingResources R

Re: problems at thejarbar.org

2010-06-01 Thread Mark Eggers
ource entry. It was also a little unclear to me that I could just refer to a global resource name with dataSourceName in the Realm. Thanks for clearing that up. . . . just my two cents /mde/ --- On Tue, 6/1/10, Christopher Schultz wrote: > From: Christopher Schultz > Subject: Re:

Re: problems at thejarbar.org

2010-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 5/30/2010 1:53 PM, Yucca Nel wrote: > Ok I need to keep connection open to avoid exceeption but have found > this is deprecated > autoReconnect=true > can someone provide up to date strategy for dealing with this? Don't use autoRec

Re: problems at thejarbar.org

2010-06-01 Thread yuccanel
o: "Tomcat Users List" Subject: Re: problems at thejarbar.org I think you are running into a MySQL database connection timeout. You can use a MySQL admin interface (command line, PHPAdmin, MySQL Workbench, etc.) to verify the idle connection timeout limit. There have been comments o

Re: problems at thejarbar.org

2010-05-31 Thread Yucca Nel
Many thanks for hepful responses my delay I reply is due to internet in afica -- From: "Mark Eggers" Sent: Monday, May 31, 2010 11:57 AM To: "Tomcat Users List" Subject: Re: problems at thejarbar.org I think you are

Re: problems at thejarbar.org

2010-05-31 Thread David Smith
e strategy for dealing with this? > > -- > From: "Jeff" > Sent: Sunday, May 30, 2010 5:54 PM > To: "Tomcat Users List" > Subject: Re: problems at thejarbar.org > > >> would this help? >> &g

Re: problems at thejarbar.org

2010-05-31 Thread Konstantin Kolinko
2010/5/31 Mark Eggers : > http://lists.mysql.com/java/6578 > http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html > > Based on those two references, you'll need to modify your Realm database URL: > > connectionURL="jdbc:mysql://localhost:3306/yucca123_thejarbar

Re: problems at thejarbar.org

2010-05-31 Thread Mark Eggers
, Yucca Nel wrote: > From: Yucca Nel > Subject: Re: problems at thejarbar.org > To: "Tomcat Users List" > Date: Sunday, May 30, 2010, 9:34 AM > Yes, but I am using JDBC and followed > the setup step by step from tomcat docs > > >    port="917

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
I have found following hibernate property will this shelp? no API docs in inellij for this. Could someone explain use? -- From: "Yucca Nel" Sent: Sunday, May 30, 2010 7:53 PM To: "Tomcat Users List" Subject: Re: problems

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
ot;Tomcat Users List" Subject: Re: problems at thejarbar.org would this help? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html#Common%20Problems On 5/30/2010 10:08 AM, Yucca Nel wrote: The following is becoming a common and serious problem and I am unable to fi

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
mcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html#JDBC%20Data%20Sources This error does not occur every time ---------- From: "Jeff" Sent: Sunday, May 30, 2010 5:54 PM To: "Tomcat Users List" Subject: Re: problems at thejarbar.org would this help? http://tomcat.apache.org/to

Re: problems at thejarbar.org

2010-05-30 Thread Jeff
would this help? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html#Common%20Problems On 5/30/2010 10:08 AM, Yucca Nel wrote: The following is becoming a common and serious problem and I am unable to find a google solution for it... I have never seen sych an error and

problems at thejarbar.org

2010-05-30 Thread Yucca Nel
The following is becoming a common and serious problem and I am unable to find a google solution for it... I have never seen sych an error and it does not appear to be common enough to get many google hits but when it happens, no one is able to register at my site... Stck trace: Caused by: com