RE: All the jar files cann't be read

2001-11-22 Thread Lily Zou
them as a model for your own system? That's what I found easiest. Cheers, Brett -Original Message- From: Lily Zou [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 November 2001 2:31 AM To: Struts Users Mailing List Subject: RE: All the jar files cann't be read I put the struts.jar

RE: All the jar files cann't be read

2001-11-22 Thread Lily Zou
;-//Apache Software Foundation//DTD Struts Configuration 1.0//EN', 'jar:file:/home/bporter/cvs/shopping/product-db/tomcat/webapps/shopping/WEB- INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd' for me, CATALINA_BASE = /home/bporter/cvs/shopping/product-db/tomcat

RE: All the jar files cann't be read

2001-11-21 Thread Lily Zou
dir to check it is not corrupt? - Brett -Original Message- From: Lily Zou [mailto:[EMAIL PROTECTED]] Sent: Thursday, 22 November 2001 9:06 AM To: 'Struts Users Mailing List' Subject: All the jar files cann't be read I put struts.jar and commons-*.jar file under WEB-INF

All the jar files cann't be read

2001-11-21 Thread Lily Zou
I put struts.jar and commons-*.jar file under WEB-INF\lib folder. However every time I started tomcat, I got following error msg ( every time it complains different jar file name ) and the page is just blank. Could anybody tell me what is the most likely reseason for this ? I am the firs

Beginner Question :How to use Ant with struts ?

2001-11-20 Thread Lily Zou
Hi, there I am new to struts. I am currently using apache-tomcat-cocoon framework with ant and preparing swithing to apache-tomcat-struts.We now use ant to build and deploy applications. I wonder if anybody could tell me how to use ant to do the similiar build for struts ? And how to imp