Which redmine version is suitable for klaros 3.8 - Klaros Test Management - Forum - Klaros Test Management
Which redmine version is suitable for klaros 3.8
Joby V A, modified 11 Years ago.
Which redmine version is suitable for klaros 3.8
Youngling Posts: 14 Join Date: 1/14/14 Recent Posts
Hi ,
I would like to install klaros 3.8 on one of my server. May I know which redmine version is compatible with klaros 3.8.
Regards,
Joby
I would like to install klaros 3.8 on one of my server. May I know which redmine version is compatible with klaros 3.8.
Regards,
Joby
Torsten Stolpmann, modified 11 Years ago.
RE: Which redmine version is suitable for klaros 3.8
Jedi Council Member Posts: 770 Join Date: 2/12/09 Recent Posts
Hi Joby,
All versions up to and including Redmine 2.3.4 should work. We are testing against Redmine 2.3.3 in our integration tests.
This applies to the current 4.1.1 release of Klaros-Testmanagement as well.
Hope this helps,
Torsten
P.S.: Moved this thread to the Q&A category.
All versions up to and including Redmine 2.3.4 should work. We are testing against Redmine 2.3.3 in our integration tests.
This applies to the current 4.1.1 release of Klaros-Testmanagement as well.
Hope this helps,
Torsten
P.S.: Moved this thread to the Q&A category.
Joby V A, modified 11 Years ago.
RE: Which redmine version is suitable for klaros 3.8
Youngling Posts: 14 Join Date: 1/14/14 Recent PostsTorsten Stolpmann:
Hi Joby,
All versions up to and including Redmine 2.3.4 should work. We are testing against Redmine 2.3.3 in our integration tests.
This applies to the current 4.1.1 release of Klaros-Testmanagement as well.
Hope this helps,
Torsten
P.S.: Moved this thread to the Q&A category.
All versions up to and including Redmine 2.3.4 should work. We are testing against Redmine 2.3.3 in our integration tests.
This applies to the current 4.1.1 release of Klaros-Testmanagement as well.
Hope this helps,
Torsten
P.S.: Moved this thread to the Q&A category.
Hi Torsten,
Thank you for your reply.
I would like to know one more thing along with this. Is it possible to access klaros from a remote machine without specifying a particular port. That means I would like to access my klaros installation as 'klaros.mydomain.com' . Please let me know.
Thanks
Joby.
Torsten Stolpmann, modified 11 Years ago.
RE: Which redmine version is suitable for klaros 3.8
Jedi Council Member Posts: 770 Join Date: 2/12/09 Recent Posts
Hello Joby,
you would normally do this using mod_proxy on an Apache webserver.
Search for "Apache Tomcat ProxyPass ProxyPassReverse", there is tons of helpful information out there like e.g. like e.g. http://wiki.apache.org/httpd/TomcatReverseProxy.
Hope this helps,
Torsten
you would normally do this using mod_proxy on an Apache webserver.
Search for "Apache Tomcat ProxyPass ProxyPassReverse", there is tons of helpful information out there like e.g. like e.g. http://wiki.apache.org/httpd/TomcatReverseProxy.
Hope this helps,
Torsten
Joby V A, modified 11 Years ago.
RE: Which redmine version is suitable for klaros 3.8
Youngling Posts: 14 Join Date: 1/14/14 Recent PostsTorsten Stolpmann:
Hello Joby,
you would normally do this using mod_proxy on an Apache webserver.
Search for "Apache Tomcat ProxyPass ProxyPassReverse", there is tons of helpful information out there like e.g. like e.g. http://wiki.apache.org/httpd/TomcatReverseProxy.
Hope this helps,
Torsten
you would normally do this using mod_proxy on an Apache webserver.
Search for "Apache Tomcat ProxyPass ProxyPassReverse", there is tons of helpful information out there like e.g. like e.g. http://wiki.apache.org/httpd/TomcatReverseProxy.
Hope this helps,
Torsten
Hi,
I am trying this installation on a shared hosting environment. One more thing, how can I install klaros jar file in a server. When I execute the java command it shows cannot open display.
Thanks
Joby
Torsten Stolpmann, modified 11 Years ago.
RE: Which redmine version is suitable for klaros 3.8
Jedi Council Member Posts: 770 Join Date: 2/12/09 Recent PostsI am trying this installation on a shared hosting environment.
Meaning what?
One more thing, how can I install klaros jar file in a server. When I execute the java command it shows cannot open display.
Add -Djava.awt.headless=true to your command line.
Regards,
Torsten