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

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 mi

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 t

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 list.

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 to

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 webapp

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.

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
8192K, 73% used [0x940f, 0x946ce548, 0x946ce600, 0x948f) rw space 12288K, 57% used [0x948f, 0x94fe16c0, 0x94fe1800, 0x954f) >From this it looks like part of the problem is threads are waiting on object monitor? Am I interpreting this correctly? -dustin -Original Mes

RE: javax/mail/address

2007-11-20 Thread Dustin Fortin
obviously). Where is it defined, in a context.xml 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.

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:

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 l

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
erpret it. Any suggestions would be appreciated. thanks -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: R

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
eQueue.java:132) 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 &g

RE: javax/mail/address

2007-11-23 Thread Dustin Fortin
additional product needs 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]

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 sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476)

RE: jndi resource linking

2008-03-18 Thread Dustin Fortin
ustin 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 star

RE: jndi resource linking

2008-03-18 Thread Dustin Fortin
hmmm, interesting I'm using driver $CATALINA_HOME/lib/mysql-connector-java-5.1.5-bin.jar In my resource name declarations in my server.xml I'm using: driverClassName="com.mysql.jdbc.Driver which I have already verified is in that jar. Why would tomcat be referencing a different jdbc dri