2011/6/16 Caldarale, Charles R <chuck.caldar...@unisys.com>:
>> Subject: Re: Issue while testing JSF application using Tomcat 6.0.14 and 
>> eclipse 3.4 on Windows XP Professional
>
> Bit light on content, don't you think?
>
> No one's going to plow through an attached zip file when there is _zero_ 
> description of the situation.
>
> You're zero-for-two so far on the user's mailing list (and about the same on 
> bugzilla).
>

He or she is lucky enough that his zip attachment was preserved. Those
are usually dropped when using this mailing list.

Anyway, with regards to BZ 51379 the first question is whether it is
reproducible with 6.0.32.  The version mentioned (6.0.14) is very old.

The example in the zip file cannot be run as is, because it tries to
connect to a MySQL database.


(Hardcoded in TableBean.java,

con = 
DriverManager.getConnection("jdbc:mysql://localhost:3306/userdetails","root","");
)

BTW, the database connection is never closed, leaking resources.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to