[opencms-dev] OpenCMS under Orion
Larry Velez
LVelez at alltrue.com
Thu Mar 15 23:36:31 CET 2001
Hi all,
I am trying to use OpenCMS under Orion ( http://orionserver.com ). Since
there are no instructions for installing under Orion we improvised a little
and it is now running and we are able to log in.
We are however not able to use the Magic Wand icon to create any new
documents. I am trying to follow the manual but unfortunately the first
step is to create a new template.
We are also getting the following error in most of the Administration tools:
-=-
500 Internal Server Error
java.lang.IllegalArgumentException: Only java.io.Serializable,
javax.ejb.EJBObject and javax.ejb.EJBHome instances can be bound to a
session in a distributable web-application at
com.evermind.server.http.EvermindHttpSession.setAttribute(JAX) at
com.evermind.server.http.EvermindHttpSession.putValue(JAX) at
com.opencms.core.OpenCmsHttpServlet.updateUser(OpenCmsHttpServlet.java:967)
at com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:466)
at javax.servlet.http.HttpServlet.service(HttpServlet.java) at
javax.servlet.http.HttpServlet.service(HttpServlet.java) at
javax.servlet.http.HttpServlet.service(HttpServlet.java) at
com.opencms.core.OpenCmsServlet.service(OpenCmsServlet.java:89) at
com.evermind.server.http.d3.so(JAX) at
com.evermind.server.http.d3.sm(JAX) at
com.evermind.server.http.ef.su(JAX) at
com.evermind.server.http.ef.dn(JAX) at com.evermind.util.f.run(JAX)
-=-
If anyone has any experience using OpenCMS under Orion please point me in
the right direction. I am also confused as to where the document root
should be. At this point we created an opencms directory within the Orion
directory and created a straight forward WEB-INF/web.xml:
-=-
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<distributable />
<servlet>
<servlet-name>opencms</servlet-name>
<servlet-class>com.opencms.core.OpenCmsServlet</servlet-class>
<init-param>
<param-name>properties</param-name>
<param-value>/opt/orion2/opencms_4.2/config/opencms.properties</param-value>
</init-param>
</servlet>
</web-app>
-=-
Any ideas would be appreciated.
thanx,
Larry
http://alltrue.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20010315/2e9fee08/attachment.htm>
More information about the opencms-dev
mailing list