Comments for Helicon Tech Blog http://www.helicontech.com/articles Web Server Enhancements Thu, 27 Dec 2012 15:15:39 +0000 hourly 1 https://wordpress.org/?v=5.2.4 Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Slov http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-39164 Fri, 12 Oct 2012 13:29:01 +0000 http://www.helicontech.com/articles/?p=1114#comment-39164 New versions of Helicon Zoo Module and Java Hosting Packages are available in beta feed now. Since these changes are significant, we made these versions available through beta feed for now.
These new versions should resolve current issues with Java applications.

Installation instructions:

1. Run Web Platform Installer and click Options.
2. Remove current Helicon Zoo feed (http://www.helicontech.com/zoo/feed/)
3. Add Helicon Zoo beta feed (http://www.helicontech.com/zoo/feed-beta/)
4. Install Java Hosting Package – your current installations will be upgraded. You need to install Oracle JDK first, as Oracle prohibit direct downloading of Java packages so it can’t be included into repository.

Please report your results to community forum.

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Slov http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38904 Fri, 21 Sep 2012 09:19:52 +0000 http://www.helicontech.com/articles/?p=1114#comment-38904 Hello.

We are working now on a new version of IIS to Java integration with Helicon Zoo. We will try to resolve this issue as well. I will notify you when new version is available.
Please use our forum or support service for further discussion.

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Simon Egli http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38903 Thu, 20 Sep 2012 17:12:34 +0000 http://www.helicontech.com/articles/?p=1114#comment-38903 Furthermore, the standalone SCM-Manager is using a newer version of jetty

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Simon Egli http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38902 Thu, 20 Sep 2012 17:11:04 +0000 http://www.helicontech.com/articles/?p=1114#comment-38902 Hi,
I think the issue with pushing big changesets is a Mercurial & IIS issue, since codeplex has the same problem, and they’re probably also hosting mercurial on IIS.
I’ve created a new Zoo engine that uses exact the same parameters for java.exe as the standalone SCM-Manager version, and the issue remains.

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Simon Egli http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38849 Tue, 18 Sep 2012 04:38:36 +0000 http://www.helicontech.com/articles/?p=1114#comment-38849 Would it be possible to add a handler in the web.config for the /hg subdirectory to route mercurial via IIS/Phyton and not jetty?

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Simon Egli http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38848 Tue, 18 Sep 2012 04:02:19 +0000 http://www.helicontech.com/articles/?p=1114#comment-38848 Too bad, I tried this but there are still some issues.

Compared to the standalone version of SCM-Manager I cannot push large changesets with mercurial. I’ve tried to increase requestlenght of IIS and jetty, but I don’t really know how to configure jetty.

]]>
Comment on Hosting Git, SVN and Hg (Mercurial) repositories on Windows with IIS by Simon Egli http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/#comment-38846 Sun, 16 Sep 2012 21:03:34 +0000 http://www.helicontech.com/articles/?p=1114#comment-38846 Great, would be even better, if this would be available in the web platform installer…

]]>
Comment on Installing Perl Dancer on Windows with IIS by Slov http://www.helicontech.com/articles/installing-perl-dancer-on-windows-with-iis/#comment-38828 Sun, 10 Jun 2012 07:43:47 +0000 http://www.helicontech.com/articles/?p=1013#comment-38828 Windows 2000 is not supported by Helicon Zoo, sorry. Try asking your question on Perl Dancer support.

]]>
Comment on Installing Perl Dancer on Windows with IIS by Ben Chiu http://www.helicontech.com/articles/installing-perl-dancer-on-windows-with-iis/#comment-38827 Sat, 09 Jun 2012 23:14:09 +0000 http://www.helicontech.com/articles/?p=1013#comment-38827 Hi: Thanks for the tutorial. I’m trying to install Dancer on a Win2k box, so web platform installer won’t run. I’m attempting to install it manually, but am running into the following error when I try to run anything for Dancer:

core – session – session_dir /tmp/dancer-sessions cannot be created at c:/Perl/site/lib/Dancer/Session.pm line 16
BEGIN failed–compilation aborted

I’m guessing it’s a permissions problem. Any idea where /tmp/dancer-sessions is trying to be created?

Thanks for any insights.

Best!

]]>
Comment on Deploying Java Servlet applications on Windows with IIS by Slov http://www.helicontech.com/articles/deploying-java-servlet-applications-on-windows-with-iis/#comment-38826 Thu, 07 Jun 2012 14:58:14 +0000 http://www.helicontech.com/articles/?p=926#comment-38826 A bug with tags. Try again:

<?xml version=”1.0″?>
<!DOCTYPE Configure PUBLIC “-//Jetty//Configure//EN” “http://www.eclipse.org/jetty/configure.dtd”>

<Configure class=”org.eclipse.jetty.webapp.WebAppContext”>
<Get name=”securityHandler”>
<Set name=”loginService”>
<New class=”org.eclipse.jetty.security.HashLoginService”>
<Set name=”name”>Test Realm</Set>
</New>
</Set>
</Get>

<Set name=”contextPath”>/jenkins</Set>
<Set name=”war”>jenkins.war</Set>
<Set name=”tempDirectory”>jenkins</Set>
</Configure>

]]>