Re: some clarification about context.

2013-01-02 Thread Mauro
On 3 January 2013 04:28, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mauro, > > On 1/2/13 9:52 AM, Mauro wrote: >> Here is my_app.xml: >> >> > type="javax.sql.DataSource" maxActive="100" maxIdle="30" >> maxWait="1" username="mauro" password="xxx" >> drive

Re: some clarification about context.

2013-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mauro, On 1/2/13 9:52 AM, Mauro wrote: > Here is my_app.xml: > > type="javax.sql.DataSource" maxActive="100" maxIdle="30" > maxWait="1" username="mauro" password="xxx" > driverClassName="org.postgresql.Driver" > url="jdbc:postgresql://svsopsq

Re: some clarification about context.

2013-01-02 Thread Mauro
On 30 December 2012 09:43, Pid * wrote: > On 29 Dec 2012, at 13:21, Mauro wrote: > >> On 29 December 2012 13:04, Konstantin Kolinko wrote: >>> 2012/12/29 Mauro : Hello. I've various web applications running under tomcat6. >>> >>> Which one of many 6.0.x versions? >> >> 6.0.35 >> >>> >>

Re: some clarification about context.

2012-12-30 Thread André Warnier
Mauro wrote: On 30 December 2012 14:52, André Warnier wrote: Mauro wrote: On 30 December 2012 09:43, Pid * wrote: password redacted Why need password? Does NOT need. He means remove them. Ok, excuse me for my bad english understanding. You are excused. English people sometimes spea

Re: some clarification about context.

2012-12-30 Thread Mauro
On 30 December 2012 14:52, André Warnier wrote: > Mauro wrote: >> >> On 30 December 2012 09:43, Pid * wrote: >>> >>> password redacted >> >> >> Why need password? > > > Does NOT need. He means remove them. Ok, excuse me for my bad english understanding.

Re: some clarification about context.

2012-12-30 Thread André Warnier
Mauro wrote: On 30 December 2012 09:43, Pid * wrote: password redacted Why need password? Does NOT need. He means remove them. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: some clarification about context.

2012-12-30 Thread Mauro
On 30 December 2012 09:43, Pid * wrote: > password redacted Why need password? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: some clarification about context.

2012-12-30 Thread Pid *
On 29 Dec 2012, at 13:21, Mauro wrote: > On 29 December 2012 13:04, Konstantin Kolinko wrote: >> 2012/12/29 Mauro : >>> Hello. >>> I've various web applications running under tomcat6. >> >> Which one of many 6.0.x versions? > > 6.0.35 > >> >>> One of those use jndi, say the name of webapp is my_

Re: some clarification about context.

2012-12-29 Thread Mauro
On 29 December 2012 13:04, Konstantin Kolinko wrote: > 2012/12/29 Mauro : >> Hello. >> I've various web applications running under tomcat6. > > Which one of many 6.0.x versions? 6.0.35 > >> One of those use jndi, say the name of webapp is my_app. >> I put a my_app.xml under Catalina/localhost/ w

Re: some clarification about context.

2012-12-29 Thread Konstantin Kolinko
2012/12/29 Mauro : > Hello. > I've various web applications running under tomcat6. Which one of many 6.0.x versions? > One of those use jndi, say the name of webapp is my_app. > I put a my_app.xml under Catalina/localhost/ with a context section in > which I put: > > maxActive="100" max