Hi,
I found small discrepancy at
http://jakarta.apache.org/struts/installation-sas.html
contents for struts-example-depl-plan.xml should be as
attached below.

----- cut here -----
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE warJarOptions PUBLIC
"-//SilverStream Software, Inc.//DTD J2EE WAR
Deployment Plan//EN"
"deploy_war.dtd">
<warJarOptions>
<warJar>
<warJarName>struts-documentation.war</warJarName>
<isEnabled>true</isEnabled>
<urls><el>struts-example</el></urls>
</warJar>
</warJarOptions>
----- cut here -----

<urls><el>struts-documentation</el></urls> should be
changed to 
<urls><el>struts-example</el></urls>
This way if struts-example.war and
struts-documentation.war deployed to the same server
servlet urls would not conflict since
struts-documentation.war is listening on
struts-documentation url.

Thank you
Armen


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to