[Mav-user] 2.0rc works fine and a "preDiscard" question

2002-03-15 Thread Dan Finkelstein
Just a little feedback... I'm now on 2.0rc and am not having any problems Great work!! One question though: In my controller objects, I would like to be notified when an instance is about to be deleted. I'd like to use this opportunity to "clean-up", in this case closing a database conne

[Mav-user] Configuration for Tomcat??

2002-03-15 Thread Jordan C N Chong
Dear all, I have installed Apache-Tomcat 4.0 on my Windows 2000 machine, and have tried to run the friendbook example, but it doesn't work. I wonder do I need to do any configuration on the Tomcat?? Please help. Thank you very much. Best regards, Jo

[Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Scott Hernandez
Here is a step-by-step for getting the examples working with the Sun JDK 1.4 and Tomcat 4.0.3 (JDK 1.4 dist.) on WinXP Pro. 1.) Install the 1.4 JDK. 2.) Install Tomcat, make sure it is working. (For future ref tc = Tomcat install dir) Note: I used the "jakarta-tomcat-4.0.3-LE-jdk14.zip" dist. E

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jeff Schnitzer
In addition to Scott's instructions, if you're using the JDK 1.3, you'll have to add the JAXP classes to your environment. Put the maverick/lib/jaxp.jar in your tomcat/lib directory. If you are using XSLT, you'll need a processor as well; the latest Xalan release (download separately) works fine

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jordan C N Chong
Dear Jeff Thousand thanks for your tip. I got this error when I start up the Tomcat: log4j:ERROR No appenders could be found for category (org.infohazard.maverick.Di spatcher). log4j:ERROR Please initialize the log4j system properly. What does it mean??? And when I run the friendbook example, t

RE: [Mav-user] 2.0rc works fine and a "preDiscard" question

2002-03-15 Thread Jeff Schnitzer
I'm not quite sure what you mean. Why not just at the end of your perform() method? Or are you using a ControllerSingleton, and you want to be notified when a new configuration is loaded and the old is being discarded? Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: Dan F

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jeff Schnitzer
> From: Jordan C N Chong [mailto:[EMAIL PROTECTED]] > > Thousand thanks for your tip. I got this error when I start up the Tomcat: > log4j:ERROR No appenders could be found for category > (org.infohazard.maverick.Di > spatcher). > log4j:ERROR Please initialize the log4j system properly. > > What

RE: [Mav-user] Howto: Getting the JSP Example Working

2002-03-15 Thread Jeff Schnitzer
I've got to admit that that stack trace doesn't offer me any clues. You should probably upgrade to the 4.0.3 version of Tomcat, because there are some security issues with prior versions. I would also try updating to the latest version of Xalan (you are using xslt, right?). Switching to JDK1.4