[opencms-dev] OpenCMS installation on SAP Netweaver Web ApplicationServer

Stratos Tsalamandris stratos at lgrtelecoms.com
Thu Jun 23 14:41:22 CEST 2005


Jboss unpacked the deployed packages such as war files to a temporary
directory and ran them from there. It gave the files a name like
tmp343222opencms-exp.war. After the workspace was installed it gave a
similar issue to the one you mentioned, images in the login screen
weren't displayed and trying to log in returned an error page. The
solution was to deploy OpenCms.war as an unpacked war file. That is to
manually create a empty folder OpenCms.war in the web container, for
JBOSS it's \server\default\deploy and manually extract the OpenCms WAR
files there. 

This solved my issue.    

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Mehta, Girish
Sent: 23 June 2005 01:58 PM
To: The OpenCms mailing list
Subject: RE: [opencms-dev] OpenCMS installation on SAP Netweaver Web
ApplicationServer


Hi,

I need some more information regarding this solution since I could
resolve
the problem by using following steps:

1. Created opencms folder under Netweaver Web AS root folder
2. Created again (2nd) opencms folder under Netweaver Web AS
root\opencms
folder
3. Created WEB-INF and logs folder under Netweaver Web AS
root\opencms\opencms folder
4. Copied config folder to Netweaver Web AS root\opencms\opencms folder
5. Changed root\WEB-INF\web.xml to provide opencms.home as init
parameter
for OpenCmsHttpServlet. The snapshot look like

    <servlet>
        <servlet-name>OpenCmsServlet</servlet-name>
        <description>
            The main servlet that handles all requests to the OpenCms
VFS.  
        </description>
 
<servlet-class>com.opencms.core.OpenCmsHttpServlet</servlet-class>
	<init-param>
	    <param-name>opencms.home</param-name>
	
<param-value>C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\openc
ms\s
ervlet_jsp\opencms\root\opencms\opencms</param-value>
	</init-param>                
    </servlet>

The folder
"C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\opencms\servlet_j
sp\o
pencms\root" is web container folder for app server. It is equivalent of
webapps\opencms folder of Tomcat.

6. Tried application and its showing me now same as it was showing in
Tomcat. Allows me to login and perform the operation.

I like to know the process for JBOSS which you have done. It will be
great
if you can provide in detail so I can opt for the one which is really
easy
to implement.

Thanks for response and looking forward to you.

Regards,

Girish



-----Original Message-----
From: Stratos Tsalamandris [mailto:stratos at lgrtelecoms.com]
Sent: Thursday, June 23, 2005 5:08 PM
To: The OpenCms mailing list
Subject: RE: [opencms-dev] OpenCMS installation on SAP Netweaver Web
ApplicationServer


I am not sure if it's the same issue, but I think I had a similar thing
happen with JBOSS. I resolved the issue by creating a folder .WAR in my
deployment folder and manually extracting the OpenCms war file contents
into this folder. It worked fine after that.

Stratos

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Mehta, Girish
Sent: 23 June 2005 11:25 AM
To: opencms-dev at opencms.org
Subject: [opencms-dev] OpenCMS installation on SAP Netweaver Web
ApplicationServer

Hi All,

We have installed SAP Netweaver Web application server. Its compliant
with
J2EE technology. The OpenCMS.war (after converting to .ear) deployed to
this
server is installed successfully. The OCSETUP is working fine on
Netweaver
and allowing us to import workplace. 

While displaying login page (/opencms/opencms/system/login/), the images
are
not shown properly. The path for image is shown as
http://<<host_name:port>>/root/opencms/system/login/login_logo.gif

On submit of form, the application gives error.

Have you come across this scenario or is it a know issue with OpenCMS.
Could
you please assist on it.

Regards,

Girish



_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list