-
1. Re: We don't have Git Hub access how to deploy KIE workbench 6.1 in TOMCAT 7/8 both.Can anyone know the solution for this, that would be grateful
abhijithumbe May 19, 2015 5:53 AM (in response to harish5024676)Hi,
By default workbench brings two sample repositories from repository hosted on GitHub.To change this behaviour we have to start server with following option.
~~~~~
-Dorg.kie.demo=false
~~~~~
-
2. Re: We don't have Git Hub access how to deploy KIE workbench 6.1 in TOMCAT 7/8 both.Can anyone know the solution for this, that would be grateful
harish5024676 May 19, 2015 6:40 AM (in response to abhijithumbe)Hi Abhijit,
thanks for your reply. But may I know in which file of Tomcat 7 i should mention this " -Dorg.kie.demo=false"
-
3. Re: We don't have Git Hub access how to deploy KIE workbench 6.1 in TOMCAT 7/8 both.Can anyone know the solution for this, that would be grateful
abhijithumbe May 19, 2015 7:28 AM (in response to harish5024676)Hi,
We can set options into setenv.sh script in CATALINA_BASE/bin directory. It will look like as:
~~~
export CATALINA_OPTS="$CATALINA_OPTS -Dorg.kie.demo=false"
~~~
-
4. Re: We don't have Git Hub access how to deploy KIE workbench 6.1 in TOMCAT 7/8 both.Can anyone know the solution for this, that would be grateful
harish5024676 May 19, 2015 7:55 AM (in response to abhijithumbe)Hi,
I Edited the file as what you have said, but still i'm getting the same error, and unable to run the start KIE workbench.
"FAIL - Application at context path /kie-drools-wb-distribution-wars-6.1.0.Final-tomcat7.0 could not be started"
This is very likely to create a memory leak.
Is there any other solution to resolve this issue.Please let me know.
-
5. Re: We don't have Git Hub access how to deploy KIE workbench 6.1 in TOMCAT 7/8 both.Can anyone know the solution for this, that would be grateful
harish5024676 Jun 4, 2015 6:44 AM (in response to abhijithumbe)The problem is while deploying in Apache Tomcat sever, KIE workbench is trying to access GITHUB for sample project.
The problem resolved when connected with internet..
Thanks for your reply..