Hi,
I am trying to install Coccon 1.7.3 onto NT4.0 + IIS4.0 + JRun3.0,
JDK1.3 and after the first try I received this error when I attemped to
access http://localhost:80/Cocoon.xml file;
I am not sure what's going on, I'd really appreaciate your help on this
issue...thank you
Cihan
Some infromation about the process;
--------------------------
I put cocoon, xerces, fop and xalan under c:\JRun3.0\lib\*
cocoon.properties file under
c:\JRun3.0\servers\default\default-app\web-inf\cocoon.properties
edited web.xml file under
c:\JRun3.0\servers\default\default-app\web-inf\web.xml
web.xml file;
--------------------------
<web-app>
<display-name>Default User Application</display-name>
<description>Default application for getting started</description>
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<mime-mapping>
<extension>txt</extension>
<mime-type>text/plain</mime-type>
</mime-mapping>
<mime-mapping>
<extension>html</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
<welcome-file-list><welcome-file>index.jsp</welcome-file></welcome-file-
list>
<servlet>
<servlet-name>org.apache.cocoon.Cocoon</servlet-name>
<servlet-class>org.apache.cocoon.Cocoon</servlet-class>
<init-param>
<param-name>properties</param-name>
<param-value>cocoon.properties</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>org.apache.cocoon.Cocoon</servlet-name>
<url-pattern>*.xml</url-pattern>
</servlet-mapping>
</web-app>
Error;
500 Internal Server Error
/Cocoon.xml:
javax.servlet.ServletException: Could not instantiate
org.apache.cocoon.Cocoon
java.lang.ClassNotFoundException: org.apache.cocoon.Cocoon
[org.apache.cocoon.Cocoon]
at
allaire.jrun.servlet.JRunServletLoader.loadClass(../servlet/JRunServletL
oader.java:471)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
unServletLoader.java:227)
at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
unServletLoader.java:190)
at
allaire.jrun.servlet.JRunServletLoader.loadServlet(../servlet/JRunServle
tLoader.java:177)
at
allaire.jrun.servlet.JRunSE.getServletReference(../servlet/JRunSE.java:1
267)
at
allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:895)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunReques
tDispatcher.java:88)
at
allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
at
allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
at
allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:382)
at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
-----------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists