Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - javed.khan

Pages: [1] 2
1
General / How CMOD compares to JackRabbit or MongoDB?
« on: February 18, 2014, 02:53:03 AM »
with some exciting opensource implementations with MongoDB and JCR Compliant JackRabbit has anyone done any comparison of CMOD against these products?

2
OD/WEK & JAVA API / Re: Changes to arswww.ini file
« on: January 30, 2014, 04:34:56 AM »
Can you share the version of the ODWEK API you are using? This is because the recent versions do not use arswww.ini for configuration but it uses ODConfig class instead.

Though if you are using the ODWEk version that reads from arswww.ini then you will have to restart the app server on which your Web Application that usese ODWEK API is running on.

3
OD/WEK & JAVA API / Re: failed to retreive a document
« on: January 30, 2014, 02:29:28 AM »
Check to see that the server is running and that TCP/IP is started. Use the ARSSOCK= debug parameter to help you identify possible TCP/IP errors.

4
OD/WEK & JAVA API / Re: Java API Reference - at least on z/OS
« on: May 27, 2013, 01:58:12 AM »
You can find the API reference in any ODWEK installation(on any OS) at location ~installed directory~/api/ODApiDoc.zip

5
OD/WEK & JAVA API / Re: SOAP web services and ODWEK
« on: May 15, 2013, 11:39:22 PM »
ODWEK is a Java API that can be used even with a simple Java class with Main Method. It can be vaguely viewed like any other driver like database driver which helps in connecting to a database. ODWEK API can be wrapped against a SOAP/RESTful webservice or a normal web application without any issues. We have an XML based web application running on WAS that uses ODWEK API.

6
OD/WEK & JAVA API / Re: ODWEK 8.5 ODAPI with OnDemand Server v7?
« on: February 13, 2013, 05:17:35 AM »
check if the IBM Global Security Kit is installed correctly...

7
OD/WEK & JAVA API / Re: Can bugs in Java apps cripple a CMOD server?
« on: February 13, 2013, 04:35:41 AM »
JD...
Did you implemented the workaround? If yes did you see any improvements?

9
OD/WEK & JAVA API / Re: ODWEK 8.5.0.4 Issue
« on: June 06, 2012, 03:26:41 AM »
Glenn,

The version of ODWEK you are using now does not get the configuration details from arswww.ini file. Going forward you will have to provide the configuration details as explained in the link that Ed has provided.

Javed

10
WEBI interface / Re: Webi Authentication.
« on: April 13, 2012, 07:02:13 AM »
This is indeed possible using the silent login feature of Webi....If any one else wants to implement such a solution go to the Webi documentation and check the silent login feature.....

11
WEBI interface / Webi Installation on my Desktop.
« on: April 10, 2012, 04:07:15 AM »
I am trying to install Webi on mywindows desktop. The error it get is as below : The installation cannot continue because the operating system you are installing is not supported for IBM Web Interface for Content Management.

Has anyone done this before?

Thanks,
Javed Khan

12
Yes it should work this way.....The other way is to append /opt/ondemand/www/servlets directory also to the classpath....

13
You can find the said class at the location : ~installation directory~\servlets

14
OD/WEK & JAVA API / Re: Updating metadata information using ODWEK API
« on: April 05, 2012, 02:47:00 AM »
We have an implementation of the above methods. We are using the ODhit version of it. No performance issues as such.

15
OD/WEK & JAVA API / Re: MaxHits in ODWEK
« on: April 05, 2012, 02:43:53 AM »
The MaxHits property is also present at the CMOD server side. Ideally the property set in CMOD takes priority over the ODWEK peoperty.

Pages: [1] 2