jndi resource linking

2008-03-18 Thread Dustin Fortin
Hello, I am getting the following error when tomcat starts up: Cannot create JDBC driver of class ' ' or connect URL 'null' java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at

RE: jndi resource linking

2008-03-18 Thread Dustin Fortin
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tue 3/18/2008 5:23 PM To: Tomcat Users List Subject: Re: jndi resource linking -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dustin, Dustin Fortin wrote: | I am getting the following error when tomcat starts up

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
Thank you for your reply. I have verified that sendmail is listening on port 25. It is listening on the loopback interface as well as eth0. I have verified proxy configurations as I am the netadmin. Tomcat is still stalling on boot. I will continue to scour the docs, but I'm not sure what to

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
PM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: javax/mail/address Should these database definitions be defined in the local contexts? If you want Tomcat to manage the database connections, then server.xml is appropriate

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) What can I do about this? thanks -dustin -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 10:39 AM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
to be installed or purchased. Jfk. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 11:13 AM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: javax/mail/address Finalizer

javax/mail/address

2007-11-20 Thread Dustin Fortin
Hello, To begin, I have around 39 working tomcat 5.0.25 app servers running that have been running for years. I have been asked to upgrade to tomcat 6.0.14. Initially i tried to port over configuration files libraries, ectera.but that proved to be messy and was not recommended by this

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 11:21 AM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: javax/mail/address When I have mail.jar in lib, this is as far as the tomcat startup gets

RE: Configure webapp Session timeout

2007-11-20 Thread Dustin Fortin
That timeout is set to 60 seconds as it is. Even then it wont throw a stack trace to log, or to the web browser. -dsutin -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 11:24 AM To: Tomcat Users List Subject: RE: Configure

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
Yes, activation.jar is in the lib folder along with mail.jar. -dustin -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 11:25 AM To: users@tomcat.apache.org Subject: Re: javax/mail/address Dustin Fortin wrote: When I put mail.jar

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 11:30 AM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: javax/mail/address Thats the frustrating part, there is no thread dump

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
or server.xml? p Dustin Fortin wrote: In catalina.out this error is new: Cannot create JDBC driver of class '' for connect URL 'null' java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at sun.jdbc.odbc.JdbcOdbcDriver.knownURL

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
Thank you, I'll read the docs. -dustin -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 1:43 PM To: Tomcat Users List Subject: RE: javax/mail/address From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: javax/mail

RE: tomcat 5.0.25 migration to tomcat 6.0.14

2007-10-24 Thread Dustin Fortin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dustin, Dustin Fortin wrote: Do you know of anywhere to find documentation on migrating an old server.xml to the new standard, as I've been unable to find any so far. The best thing to do is start with the stock server.xml file -- it should

RE: tomcat 5.0.25 migration to tomcat 6.0.14

2007-10-24 Thread Dustin Fortin
No need to apologize, you found the correct place for your question. Great, thank you for the quick reply. [...] upgraded t6 dev server. I copied the t5 server.xml from the working app to the dev, I wouldn't do that. Fair enough. Do you know of anywhere to find documentation on migrating

tomcat 5.0.25 migration to tomcat 6.0.14

2007-10-23 Thread Dustin Fortin
Hello, I apologize if this is the incorrect list to be writing to. Regardless, here is my problem; I have volunteerd to migrate my company from tomcat 5.0.25 to tomcat 6.0.14. All of our webapps, (around 15) are all working perfectly under tomcat 5. I read all that I could find on tomcat 6