<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [opencms-dev] Modules Classes problem (Classpath ?)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>You might have to restart Tomcat.  When I was working on my module recently, I found that I had to both publish the class and restart Tomcat before changes would take effect.</FONT></P>

<P><FONT SIZE=2>> -----Original Message-----</FONT>
<BR><FONT SIZE=2>> From: Apostoly Guillaume [<A HREF="mailto:ApostolyG@mail.europcar.com">mailto:ApostolyG@mail.europcar.com</A>]</FONT>
<BR><FONT SIZE=2>> Sent: Wednesday, June 25, 2003 10:00 AM</FONT>
<BR><FONT SIZE=2>> To: opencms-dev@opencms.org</FONT>
<BR><FONT SIZE=2>> Subject: [opencms-dev] Modules Classes problem (Classpath ?)</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Hi all,</FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> I've downloaded the files needed for the htdig module, and </FONT>
<BR><FONT SIZE=2>> tried to build</FONT>
<BR><FONT SIZE=2>> it. In fact i've got the same problem with a module i'm </FONT>
<BR><FONT SIZE=2>> trying to build from</FONT>
<BR><FONT SIZE=2>> scratch : </FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> - i've created the module and put the files in the good structure : </FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> /system/modules/com.opencms.modules.search/htdig/classes/com/o</FONT>
<BR><FONT SIZE=2>> pencms/modules</FONT>
<BR><FONT SIZE=2>> /search/htdig/CmsHtdig.class</FONT>
<BR><FONT SIZE=2>> - i can see thoose files replicated on the real FS under :</FONT>
<BR><FONT SIZE=2>> /opt/tomcat/webapps/opencms/WEB-INF/classes/com/opencms/module</FONT>
<BR><FONT SIZE=2>s/search/htdig</FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> Still, when i'm trying to include the package into a jsp page </FONT>
<BR><FONT SIZE=2>> like this :</FONT>
<BR><FONT SIZE=2>> <%@ page session="false"</FONT>
<BR><FONT SIZE=2>> import="com.opencms.flex.jsp.*,java.lang.*,java.util.*,com.ope</FONT>
<BR><FONT SIZE=2>ncms.flex.util</FONT>
<BR><FONT SIZE=2>> .CmsMessages,com.opencms.modules.search.htdig.*" %></FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> I'm getting this error : </FONT>
<BR><FONT SIZE=2>>  [javac]</FONT>
<BR><FONT SIZE=2>> /opt/tomcat/work/Standalone/localhost/opencms/WEB-INF/jsp/onli</FONT>
<BR><FONT SIZE=2>ne/IntranetEur</FONT>
<BR><FONT SIZE=2>> opcar/home_jsp_jsp.java:11: package </FONT>
<BR><FONT SIZE=2>> com.opencms.modules.search does not</FONT>
<BR><FONT SIZE=2>> exist</FONT>
<BR><FONT SIZE=2>>     [javac] import com.opencms.modules.search.htdig;</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> What must i do so that the jsp compiler sees the classes ?</FONT>
<BR><FONT SIZE=2>> Thanks by advance,</FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> Guillaume</FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> _______________________________________</FONT>
<BR><FONT SIZE=2>> Guillaume APOSTOLY </FONT>
<BR><FONT SIZE=2>> Business-Analyst EIS-BSD </FONT>
<BR><FONT SIZE=2>> Tél: +33 (0)1.30.44.95.22 </FONT>
<BR><FONT SIZE=2>> Fax: +33 (0)1.30.44.98.08 </FONT>
<BR><FONT SIZE=2>> ApostolyG@mail.europcar.com <<A HREF="mailto:ApostolyG@mail.europcar.com">mailto:ApostolyG@mail.europcar.com</A>>  </FONT>
<BR><FONT SIZE=2>> _______________________________________ </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>>  </FONT>
<BR><FONT SIZE=2>> _______________________________________________</FONT>
<BR><FONT SIZE=2>> This mail is send to you from the opencms-dev mailing list</FONT>
<BR><FONT SIZE=2>> To change your list options, or to unsubscribe from the list, </FONT>
<BR><FONT SIZE=2>> please visit</FONT>
<BR><FONT SIZE=2>> <A HREF="http://mail.opencms.org/mailman/listinfo/opencms-dev" TARGET="_blank">http://mail.opencms.org/mailman/listinfo/opencms-dev</A></FONT>
<BR><FONT SIZE=2>> </FONT>
</P>

</BODY>
</HTML>