<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'><P>Hello opencms folks,</P>
<P> </P>
<P>My opencms environment is opencms 6.2.2 + java_1.4 + mysql-connector-java-3.1.14 + mysql 4.1.22 on Centos 4 machine.</P>
<P> </P>
<P>When I added a search box in the page I'm getting this error.</P>
<P>I don't know where I should touch.</P>
<P>=======================================</P>
<P>2008-07-22 05:57:20 ApplicationDispatcher[/SearchService] Servlet.service() for servlet jsp threw exception<BR>java.io.IOException: /opt/SearchService not a directory<BR>......</P>
<P>=======================================</P>
<P>I got this error message from /usr/tomcat/logs/FCO_log.2008-07-22.txt</P>
<P> </P>
<P>I have :</P>
<P>    CATALINA_BASE:   /usr/tomcat<BR>    CATALINA_HOME:   /usr/tomcat<BR>    CATALINA_TMPDIR: /usr/tomcat/temp<BR>    JAVA_HOME:       /usr/java/j2sdk1.4.2_16</P>
<P>    SearchService in /usr/tomcat/webapps/SearchService</P>
<P> </P>
<P>And this is what I defined in server.xml</P>
<P>      <Host name="<A href="http://www.fco.org">www.fco.org</A>" debug="0" appBase="webapps"<BR>       unpackWARs="true" autoDeploy="true"<BR>       xmlValidation="false" xmlNamespaceAware="false"></P>
<P>        <Context path="" docBase="."/></P>
<P>        <Logger className="org.apache.catalina.logger.FileLogger"<BR>                 directory="logs"  prefix="FCO_log." suffix=".txt"<BR>            timestamp="true"/></P>
<P>        <Alias>familyconnectionsonline.org</Alias></P>
<P>      </Host><BR></P>
<P>I'm using this web form.</P>
<P> </P>
<P>      <form name="searchfrm" onsubmit="return search()" action="simple_search.jsp"><BR>     .......</P>
<P>     <td><input name="q" class="blacktxt" ></td><BR>     .......</P>
<P>      </form></P>
<P> </P>
<P>I'm using opencms 6 but this is a kind of general question, I think.</P>
<P> </P>
<P>So any advices are welcome.</P>
<P> </P>
<P>Thanks.</P></td></tr></table><br>