workitemindex
Hi to all!
On the window of Tomcat I read always this warning: "The fulltext index location property (indexLocation) should point to an absolute directory but is currently set to 'workitemindex' "
I've found the property I have to change in the advanced properties of server settings to solve this problem, but I've a doubt:
I've set so: "C:\Program Files (x86)\IBM\RQM201\server\workitemindex"
Is it right?
or have I put "C:\Program Files (x86)\IBM\RQM201\server\workitemindex\fulltext_index"?
Thanx to all
Simona
On the window of Tomcat I read always this warning: "The fulltext index location property (indexLocation) should point to an absolute directory but is currently set to 'workitemindex' "
I've found the property I have to change in the advanced properties of server settings to solve this problem, but I've a doubt:
I've set so: "C:\Program Files (x86)\IBM\RQM201\server\workitemindex"
Is it right?
or have I put "C:\Program Files (x86)\IBM\RQM201\server\workitemindex\fulltext_index"?
Thanx to all
Simona
One answer
Hi Simona,
it is only required if you run Tomcat as a service I believe.
see http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.jazz.install.doc/topics/t_running_jazz_in_tomcat_as_win_service.html for details.
I am not sure about the syntax. Different entries use different versions. It could either be C:/<mypath>/workitemindex or file:///c:/<mypath>/workitemindex using the forward slash instead of the backslash.
it is only required if you run Tomcat as a service I believe.
see http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.jazz.install.doc/topics/t_running_jazz_in_tomcat_as_win_service.html for details.
I am not sure about the syntax. Different entries use different versions. It could either be C:/<mypath>/workitemindex or file:///c:/<mypath>/workitemindex using the forward slash instead of the backslash.