How to hide the JDBCRealm password from server.xml

2004-07-27 Thread Claudio Carvalho
Hi, Does anybody know how to hide the JDBCRealm password from server.xml? Thanks Claudio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Broken pipe exception with every request!

2004-07-27 Thread Claudio Carvalho
Hi, Does anybody know how to hide the JDBCRealm password from server.xml? Thanks Claudio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to use oracle pool instead of using DBCP pool?

2004-07-02 Thread Claudio Carvalho
Hi Davi, Thanks, but I'm trying to solve this problem without changing my J2EE framework... using JNDI,etc... Do you know any other approach? Claudio Carvalho. - Original Message - From: "David Short" <[EMAIL PROTECTED]> To: "'Tomcat Users List'&quo

Re: How to use oracle pool instead of using DBCP pool?

2004-07-02 Thread Claudio Carvalho
Hi Tim, I'm looking for an alternative directly on the application server, something like putting an "oracle-pool" jar into tomcat/common/lib directory, have you heard anything like that? Claudio Carvalho. - Original Message - From: "Tim Funk" <[EMAIL PROTEC

How to use oracle pool instead of using DBCP pool?

2004-07-02 Thread Claudio Carvalho
Cláudio CarvalhoHi, I'm trying to get the CLOB working in my application and I'm having problems with the Connection, so, does anybody knows how to use in Tomcat 5 the oracle pool instead of using the DBCP pool? Thanks. Claudi

Hot deploy

2004-05-26 Thread Claudio Carvalho
Cláudio CarvalhoHi, Does anybody know how to make a deploy on a running tomcat (hot deploy)? When I try do it using the Tomcat Web Application Manager, I got the following message FAIL - Application already exists at path /myapplicationThanks.

Tomcat default page

2004-05-12 Thread Claudio Carvalho
Cláudio CarvalhoHi, How can I define the default page for my server, when I type in the browser www.myhost.com it goes to my specific www.myhost.com/project instead of going to the Tomcat's initial page? Thanks Claudio. - To