Running 5.5.4 from netbeans

2005-02-09 Thread Michael Davis
e. Can I get netbeans to stop using that docbase? Thanks very much, Michael Davis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Servlet won't load

2005-02-03 Thread Michael Davis
a win2k box using tomcat 5.5.4. The strange thing is that I have another web app which is running fine on that server. I suspect that the hosting company has got something strange in their global config file, but I have not found anythin

Moving from 4.1 to 5

2004-03-18 Thread Michael Davis
Hi, I've got an app running nicely on tomcat 4.1. We're setting up a brand new server, and I'm trying to decide whether it's a good time to migrate to version 5. Will my app run without modification? I'm using the Standard Tag Library and the Hibernate persistence library, nothing else special.

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs.

2004-03-16 Thread Michael Davis
Hi, This is really easy with jsp. I'm doing something similar. I don't have the code here, but it goes something like: in servlet.java: HttpRequest req; // this is passed to you HttpSession sess = req.getSession(); sess.setAttribute( "errorMessage", "Something terrible has happened." ); And I

Re: final class problem

2004-03-13 Thread Michael Davis
Thanks again, Yoav. I lucked out. I had installed the newest stable version of Hibernate, the persistence library. I just went back to using the previous version, and my app magically worked again. It will take me a while to figure out which of about 12 jar files caused the problem, but I do

final class problem

2004-03-12 Thread Michael Davis
, but I'm basically hoping that someone has seen this before and knows what the problem is. None of the classes I wrote are marked 'final'. This dump was copied from the app log. Thanks in advance for any clues: Michael Davis Toronto 2004-03-12 13:29:27 Manager: ManagerServle

Re: Is Tomcat considered to be a J2EE implementation?

2001-12-15 Thread Michael Davis
Thanks to everyone who replied. One big relieve is that you all agree! I'll get JBoss and try that out. Regards, Michael On December 15, 2001 01:29 pm, you wrote: > On Sat, 15 Dec 2001, Michael Davis wrote: > > Date: Sat, 15 Dec 2001 11:48:23 -0500 > > From: Michael Dav

Re: Is Tomcat considered to be a J2EE implementation?

2001-12-15 Thread Michael Davis
getting very close to knowing J2EE, at least you > should know what to claim. > > > hope that explaines it... > > --reynir > > -Original Message- > From: Michael Davis [mailto:[EMAIL PROTECTED]] > Sent: 15. desember 2001 16:14 > To: [EMAIL PROTECTED] > Subject: Is

Is Tomcat considered to be a J2EE implementation?

2001-12-15 Thread Michael Davis
Hi, I've been coding Java for a while, and now I'd like to learn J2EE. I downloaded and installed Tomcat version 4. Is Tomcat a reasonably complete implementation of J2EE? That is, if I learn and use Tomcat, can I claim to know J2EE? Thanks, -- Michael Davis Damaru Custom Program