Unable to deploy struts in Iplanet 6.0 SP9 webserver
Hi,
I'm trying to deploy an web application to Iplanet 6.0 SP9 version. But when I enable web_apps="on" in my webservers server.xml, I'm getting an "vs" must match error.
Following is my web_apps.xml file content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vs PUBLIC "-//Sun Microsystems, Inc.; iPlanet//DTD Virtual Server Web
Applications 6.0//EN"
"http://developer.iplanet.com/webserver/dtds/iws-webapps_6_0.dtd">
<vs>
<session-manager class="com.iplanet.server.http.session.IWSSessionManager">
<init-param>
<param-name>maxSessions</param-name>
<param-value>2000</param-value>
</init-param>
<init-param>
<param-name>timeOut</param-name>
<param-value>150</param-value>
</init-param>
<init-param>
<param-name>reapInterval</param-name>
<param-value>150</param-value>
</init-param>
</session-manager>
<parameter-encoding enc="UTF8"/>
<web-app uri="/sampleStr" dir="/usr/somedir/sampleStr" enab
le="true"/>
</vs>
Can anyone help me what is wrong in the file.
Thanks in advance.
SS

