You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Kiet Nguyen <KN...@coolcast.com> on 2001/07/19 16:39:53 UTC

building war file

Weblogic can't find the struts.jar file in my \WEB-INF\lib directory when it
compiles my jsp files.
Here is my directory structure and I'm use "jar -cv0f test.war *" at the
webapp directory.

/webapp
	images/
	META-INF/
	WEB-INF/
		/classes
			/com.dg.jlkjlkjlkj.
		/lib/struts.jar


thanks