--


Hi,

  I install Apache 1.3.6 and Apache JServ 1.0 on my Windows NT 4.0 machine. 
They are runing. I can get IsItWorking page. Now I want to using Freemarker.
I put 
Freemarker in D:\freemarker\freemarker147 directory.  In jserv.properties, I
set
  wrapper.classpath=D:\Apache Group\Apache JServ\ApacheJServ.jar
  wrapper.classpath=d:\jsdk\jsdk2.0\lib\jsdk.jar
  wrapper.classpath=D:\freemarker\freemarker147

When I try to run Freemarker example HelloServlet, I have
NoClassDefFoundError, the following is the message I got in jserv.log

[01/07/1999 10:41:16:879 CDT] HelloServlet: init
[01/07/1999 10:41:16:889 CDT] java.lang.NoClassDefFoundError:
freemarker/template/Template
        at
org.apache.jserv.JServServletManager.load_init(JServServletManager.java)
        at org.apache.jserv.JServServletManager.loadServlet(Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)

If I set system CLASSPATH with D:\freemarker\freemarker147, I can compile
HelloServlet.java

What's wrong with my environment?

Thanks.

Geoffrey He




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to