RE: Database pool problem (new problem)

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
I understand that you do not have a choice, but please not that the JDBC-ODBC bridge is *not for production* [according to Sun], it is *solely* for development and evaluation. The bridge contains identified bugs that will not be addressed [i e support is EOLed]. So, you are using this at

WebDAV Problems with Tomcat 4.1.29

2003-12-07 Thread Tobias Münch
Hello I´m using a tomcat 4.1.29 server application on my webserver. I want to access to this server with a webDAV client. I allready used a couple of webDAV- Client applications like DAVexplorer, SkunkDAV or Photoshop 6.0 but the system won´t work without problems. It is no problem to connect to

Tomcat doesn't start inprocess

2003-12-07 Thread Tom Holmes Jr.
I have Apache 2.0.48 and Tomcat 4.1.29 and mod_jk2.dll running on Windows 2000. I am sure that I have the Apache2 workers2.properties and httpd.conf configured properly. I am also sure that I have the tomcat jk2.properties and server.xml file configured properly. I started Apache2 and I got the

Tomcat-4.1.24 Hangs

2003-12-07 Thread Zsolt Koppany
Hi, after two days my tomcat-4.1.24 hangs. I cannot connect to the server not even with telnet localhost 8080. The Process (JVM) is not big, it is approx 100Mb. Any ideas why? TC is running under RedHat-9.0 with Sun Jre-1.4.2_02. Zsolt

Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
Hi, I am having a problem where the lock on the database is not being released. I am using database connection pooling and I am just running a test app and certainly DO close my connections. I double checked that the code that closes the connection is being called and it is. What other things

AW: Lock on database file not being released...

2003-12-07 Thread SH Solutions
Hi However, I have used this driver before in a standalone app and when you close a connection, it certainly does release the lock on the database file. This makes me think, you didn't use pooling in this standalone app. Therefor check weather you close all your ResultSets and Statements. In

Re: SSL - FileNotFoundException (Access is denied)

2003-12-07 Thread Ron Andersen
Thank you! I wil add it to the Connector tag!! Bill Barker [EMAIL PROTECTED] wrote:You need to put the full path to the file (including the file name :) for the keystore. Also, for future reference, the tag is deprecated in Tomcat 5. You should set the attributes on the tag instead. Ron

RE: [ANN] Apache Tomcat 5.0.16 Stable released

2003-12-07 Thread Lukas Bradley
Congratulations to all those involved. This is a huge release, in my book. Lukas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat-4.1.24 Hangs

2003-12-07 Thread David Rees
Zsolt Koppany wrote: after two days my tomcat-4.1.24 hangs. I cannot connect to the server not even with telnet localhost 8080. The Process (JVM) is not big, it is approx 100Mb. Any ideas why? TC is running under RedHat-9.0 with Sun Jre-1.4.2_02. Send the process a QUIT signal to see where it is

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
A common problem in beginner JDBC is not performing a ROLLBACK when an update fails. Even when autocommit is set to TRUE, a failed update will leave the records locked in the database. Update statements should always be coded so that if an exception is thrown, a rollback is performed on the

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
However, I have used this driver before in a standalone app and when you close a connection, it certainly does release the lock on the database file. This makes me think, you didn't use pooling in this standalone app. Therefor check weather you close all your ResultSets and Statements. In

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
One other question. What is the setting of AutoCommit? Are you setting it to TRUE? -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2003 2:13 PM To: Tomcat Users List Subject: RE: Lock on database file not being released...

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
One other question. What is the setting of AutoCommit? Are you setting it to TRUE? It's not touched, i.e., it's default, which is true. All I am doing in my jsp is doing a regular select * from tableName. Nothing fancy. Returns 2 rows that are in that table. I am just testing this out first

Out of topic: smake n cdrecord for linux

2003-12-07 Thread achana
Hi, apologies for being out of topic. I've installed a new scsi cd-rw, a cursory cdrecord -scanbus shows that it is recognised as a scsi device (which is fine) but displayed as CD-ROM. Does anyone have a more concise and readable howto for Joerg Schilling's smake and cdrecord tools? Apologies

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread Oscar Carrillo
You are waay off topic here. A google search is the way to go here. Regards, Oscar On Mon, 8 Dec 2003 [EMAIL PROTECTED] wrote: Hi, apologies for being out of topic. I've installed a new scsi cd-rw, a cursory cdrecord -scanbus shows that it is recognised as a scsi device (which is fine)

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread Kwok Peng Tuck
So his 'Out of topic' is in fact out of topic ? :) Achana, maybe you can have a look at many of the linux mailling list out there ? Might be better help than the tomcat list. Oscar Carrillo wrote: You are waay off topic here. A google search is the way to go here. Regards, Oscar On Mon,

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread achana
Thank-you for your suggestion. ** Oscar Carrillo wrote: You are waay off topic here. A google search is the way to go here. Regards, Oscar On Mon, 8 Dec 2003 [EMAIL PROTECTED] wrote: Hi, apologies for being out of topic. I've installed a new scsi cd-rw, a cursory

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread achana
Thank-you for your suggestion. Kwok Peng Tuck wrote: So his 'Out of topic' is in fact out of topic ? :) Achana, maybe you can have a look at many of the linux mailling list out there ? Might be better help than the tomcat list. Oscar Carrillo wrote: You are

Re: Lock on database file not being released...

2003-12-07 Thread Sean Utt
Hi, Is your jsp/servlet forwarding or redirecting to another jsp/servlet/html page before close() is called on the connection? Dreamweaver will automagically create jsp pages that fall prey to this gotcha. If you have access to the log files, log the opening and closing of the connection, and see

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread r h
is there any way to get the mails which someone is only interested in? :) no offence just joking... --- Kwok Peng Tuck [EMAIL PROTECTED] wrote: So his 'Out of topic' is in fact out of topic ? :) Achana, maybe you can have a look at many of the linux mailling list out there ? Might be

Pls ignore emails which do not interest you!

2003-12-07 Thread achana
Thank-you for your suggestion. Please do not contribute to SPAM, do ignore emails which do not interest you. *** r h wrote: is there any way to get the mails which someone is only interested in? :) no offence just joking... --- Kwok Peng Tuck [EMAIL PROTECTED] wrote:

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
No, it's not doing any of that at all. I am attaching my welcome.jsp for reference. It's extremely simple code there. Thanks. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] -Original Message- From: Sean Utt [mailto:[EMAIL

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
Sorry, but for some reason the welcome.jsp didn't get attached to the previous email. Trying again. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] -Original Message- From: Sean Utt [mailto:[EMAIL PROTECTED] Sent: Sunday,

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
Ok, I don't know why, but it's not letting me attach it. I am pasting it here in this email: - %@ page import=javax.naming.* % %@ page import=javax.sql.* % %@ page import=java.sql.* % html body % try { Context ctx = new InitialContext();

Re: Lock on database file not being released...

2003-12-07 Thread Kwok Peng Tuck
Chaikin, Yaakov Y (US SSA) wrote: Ok, I don't know why, but it's not letting me attach it. I think the list discards attachments . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
Well, I've sent server.xml files over before and it went through. I am a bit confused about the attachment policy now. Thanks. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL

Re: Lock on database file not being released...

2003-12-07 Thread Kwok Peng Tuck
Hmm, I could be wrong as well.. Chaikin, Yaakov Y (US SSA) wrote: Well, I've sent server.xml files over before and it went through. I am a bit confused about the attachment policy now. Thanks. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL

Tomcat5 close to production?

2003-12-07 Thread Philip Busby
Is there any word, or any place where I could check the status of Tomcat5 to move to production? My host would rather not go through with a Tomcat5 install until it comes out of beta, but I like all of the new things in JSP2. Will Tomcat5 be going production within a month or two or four or

mod jk failover without load balancing

2003-12-07 Thread Daniel Moscufo
Hello All, I have what seems to be a unique problem. I have trawled through all the mailing lists but could not find a response. My question is: Is it possible to setup mod_jk to do only failover clustering without load balancing? We have an application that does much internal caching and

Re: Jikes with -encoding option supported

2003-12-07 Thread Jacob Kjome
There was a recent message on the list about this. See... http://www.javaroom.de/index.html Jake At 11:56 AM 12/7/2003 +0700, you wrote: Hi, Refer to Tomcat documentation. If you wish to use Jikes to compile JSP pages: - Download and install jikes. jikes must support the -encoding option.

Re: Tomcat5 close to production?

2003-12-07 Thread Jacob Kjome
Well, sure, on Jakarta's web site. Did you read that before posting here? http://jakarta.apache.org/site/news.html#20031203.1 Jake At 10:14 PM 12/7/2003 -0500, you wrote: Is there any word, or any place where I could check the status of Tomcat5 to move to production? My host would rather not go

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
OK, I now think I know the issue. Try changing the entries for the ODBC connection. Specifically change: ImplicitCommitSync And UserCommitSync The docs are inconsistent on their usage, and I think the drivers vary depending upon the version of the Jet engine you are using. Anyhow, adjust

Enforce no cache

2003-12-07 Thread Jerald Powel
Hello, How do I enforce no caching for a particular context under TC? Sites/doco welcome G. - BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be.

[OT] Writing methods in servlets

2003-12-07 Thread Antony Paul
Hi all, Is there any issues associated with writing methods in servlets other than the morality of it( I dont use methods in JSP pages). My application uses controller servlets for redirecting requests to different pages based on the parameter(action) passed to it. Application is designed in a

RE: Lock on database file not being released...

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
How do I do that in server.xml file? Is that what you are suggesting? Specifying other parameters for the connection pooling? Please elaborate on what you think I should do. Thanks. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED]

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
In the ODBC connection entry in the registry, or by using the ODBC Connection editor, change those two parameters. They are probably set for Yes and should be set to No. If you are not using an ODBC Connection entry, then you need to pass these as arguments in the connection string.