Re: Illegal IMail List Server Command! SPAM?

2005-05-17 Thread Sharad Ramadas
How to get rid of this ? On 5/16/05, Dakota Jack [EMAIL PROTECTED] wrote: Getting rid of the thirty or so deadend emails from this would be nice? On 5/16/05, List Server [EMAIL PROTECTED] wrote: New Atlanta List Server General Help File - Lists

Re: localhost:8080 only

2005-01-05 Thread Sharad Ramadas
I think you might have to set the DNS server. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie question on Database and struts

2004-12-23 Thread Sharad Ramadas
You dont need an array of data beans. Store your data bean in an ArrayList or in a Vector. e.g ArrayList empList = new ArrayList(); Employee emp = null; while(rst.next()) { emp = new Employee(); /* Fill the employee object with the records from the database. */

Re: Does Tomcat Rollback transactions automatically.

2004-11-23 Thread Sharad Ramadas
no it doesn't automatically rollback. You will have to use the rollback method of the connection object. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 4.1.30 not restoring JDBC connections

2004-11-22 Thread Sharad Ramadas
Whenever I encounter this problem I re-start the tomcat. On Mon, 22 Nov 2004 11:11:14 -0600, Alex Korneyev [EMAIL PROTECTED] wrote: Hello All, has anyone ever experienced the following: we are using Tomcat's 4.1.30 connection pool. For some reason, when network connection goes down,

Re: Servlet problem with Tomcat

2004-11-17 Thread Sharad Ramadas
Did you try setting the classpath for the JAR file. You need to give the entire path till the JAR file. -Sharad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat crashing

2004-11-17 Thread Sharad Ramadas
You can get this error if the database re-starts or shuts down. If you re-start the tomcat you won't get this error. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]