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. Expanded it
to /temp, ran bin/startup.bat, and pointed my browser to
http://localhost:8080/index.html to test the install.

3.) Deploy the example 
(these instructions are also in friendbook-jsp-readme.txt)
  a.) Get Latest Maverick - 2.0 RC
  b.) Copy maverick/dist/friendbook-jsp.war to tc/webapps
  c.) Copy maverick/lib/log4j.jar to tc/lib

4.) Restart Tomcat and navigate to http://localhost:8080/friendbook-jsp


You will receive the following output:
Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
log4j:ERROR No appenders could be found for category
org.infohazard.maverick.Dispatcher).
log4j:ERROR Please initialize the log4j system properly.
Starting service Tomcat-Apache
Apache Tomcat/4.0.3

To init the log4j system, read this FAQ:
http://mav.sourceforge.net/maverick-manual.html#faq

HTH,
Scott

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to