Does Tomcat 4.1.9 include commons-logging.jar?

I was using 4.0.4 and found it did not and I found that the documentation
after JSP, ie. Velocity etc would not work. Basically anything that was
written to use webwork components failed.

I will go and update to Tomcat 4.1.9

On Saturday, November 30, 2002, at 08:03 PM, liwz wrote:

If you want to run *.jsp and little examples , you should install a web
server such as Tomcat on you OS.
I will give a guide which I wrote for myself:
Run the examples to use WebWork within Tomcat4.1.9
1.Install Tomcat4.1.12 which can be download from
http://jakarta.apache.org/tomcat/index.html
use default config:
port:8080
if you install it correctly,you can run tomcat by:http://127.0.0.1:8080/
2.Config your website in Tomcat
Create context by Tomcat administrator system.http://127.0.0.1:8080/admin
add new context
base dir:e:\webwork
document: /webwork
save
submit change
restart tomcat.
3.Download log4j /velocity /jdom (maybe not neccessary)
Use Ant build log4j and velocity to get log4j.jar/velocity.jar
add them into classpath
4.Config webwork.
Copy lib file to e:\webwork\web-inf\
log4j.jar/velocity.jar/jdom.jar-->e:\webwork\web-inf\lib
webwork-1.2.1\lib\supporting-jars\*.jar-->e:\webwork\web-inf\lib
webwork-1.2.1\lib\webwork.jar-->e:\webwork\web-inf\lib
webwork-1.2.1\examples\web\web-inf\web.xml-->e:\webwork\web-inf
5.Run little example and documents
exampls: http://127.0.0.1:8080/webwork
documents:http://127.0.0.1:8080/webwok/docs/index.html



[[HTML alternate version deleted]]

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to