[opencms-dev] need help from opencms guru
Seunghwan Choi
seung at ymail.com
Wed Jul 23 07:34:13 CEST 2008
Hello opencms folks,
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.
When I added a search box in the page I'm getting this error.
I don't know where I should touch.
=======================================
2008-07-22 05:57:20 ApplicationDispatcher[/SearchService] Servlet.service() for servlet jsp threw exception
java.io.IOException: /opt/SearchService not a directory
.......
=======================================
I got this error message from /usr/tomcat/logs/FCO_log.2008-07-22.txt
I have :
CATALINA_BASE: /usr/tomcat
CATALINA_HOME: /usr/tomcat
CATALINA_TMPDIR: /usr/tomcat/temp
JAVA_HOME: /usr/java/j2sdk1.4.2_16
SearchService in /usr/tomcat/webapps/SearchService
And this is what I defined in server.xml
<Host name="www.fco.org" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="."/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="FCO_log." suffix=".txt"
timestamp="true"/>
<Alias>familyconnectionsonline.org</Alias>
</Host>
I'm using this web form.
<form name="searchfrm" onsubmit="return search()" action="simple_search.jsp">
.......
<td><input name="q" class="blacktxt" ></td>
.......
</form>
I'm using opencms 6 but this is a kind of general question, I think.
So any advices are welcome.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080722/e29b7efe/attachment.htm>
More information about the opencms-dev
mailing list