Questions tagged [heliconzoo]

A repository of web frameworks and applications for Microsoft IIS: python with django, ruby on rails, perl with mojolicious.

A repository of web frameworks and applications for Microsoft IIS: python with django, ruby on rails, perl with mojolicious.

Information from: http://www.helicontech.com/zoo/

20 questions
3
votes
1 answer

Rails on Helicon Zoo very slow

We have deployed a rails site to a Windows Server running IIS using Helicon Zoo. After the initial request, subsequent requests are very fast. However if we leave the site for a while and come back, it is dead slow again for the initial request. My…
Amir Abiri
  • 8,847
  • 11
  • 41
  • 57
2
votes
1 answer

Deploy Django project on IIS via Helicon Zoo

I have been struggling to have an existing Django project (Graphite webapp it is) on windows IIS via Helicon Zoo. So far I really just guess and try on every step but still can't make it work. Could anyone point me to any helpful manual or article?…
James Jiang
  • 2,073
  • 6
  • 19
  • 25
2
votes
1 answer

Redmine installation error on Windows

I am trying to install redmine on windows7 by using the below url : http://www.helicontech.com/articles/installing-redmine-on-windows-in-production/ But I have encountered with the below error Windows error: The pipe has been ended. (ERROR CODE:…
2
votes
0 answers

Python subprocess.call() returning Access is denied [error 5] on Django Deployed App in Windows with HeliconZoo

Ok, I'm starting to get a headache to solve this problem and now i decide to ask for help here in the stackoverflow. First, let me know introduce what i'm trying to do: My django app is quite simple for now (but i expect to evolute in the future),…
Flávio Schuindt
  • 403
  • 1
  • 7
  • 15
1
vote
1 answer

Setup Djangoproject on windows 2012 with Helicon Zoo

We were forced by the company to move our django app from Linux to Windows. I googled and there I found Helicon Zoo is meant to be a good idea to help me setting this up. I have installed the zoo part as it was described and tried to add my django…
1
vote
1 answer

IIS, Helicon Zoo, Django - File Upload Site - Unable to upload greater than 2.5MB (Chunk issue)

I've been wracking my brain over this for the last few days now and haven't been able to find much in the way of help for my specific issue. Here's my setup. Windows 7 IIS 7.5 Helicon Zoo 3.1.98.508 Django 1.6.3 Python 2.7.3 I should state that I'm…
Robb J
  • 21
  • 6
1
vote
1 answer

Rails send_file not working with files larger than 400mb

I used Helicon Zoo to set up a rails application on a Windows Server 2008 machine. My problem is downloading files above 400MB. In my rails app I use the following to send files to a client: app/controllers/hosted_files_controller.rb class…
CaptCheech
  • 85
  • 2
  • 10
1
vote
2 answers

Django under IIS (with HeliconZoo) in virtual directory - urls resolver works with path without directory name

I've a Django website running under IIS with a help of Helicon Zoo. It is located in virtual directory (so, url to it looks like http://mysite.com/django). In my urls.py, I have patterns defined like this: urlpatterns = patterns('', .... …
Viktor S.
  • 12,736
  • 1
  • 27
  • 52
0
votes
1 answer

Receiving error from helicontech of "Any JDK not found"

I have try many times to install one of Helicon Zoo packages (Jetty of Tomcat) according to this article. But I'm getting same error in the title always. Because so many times to uninstall and install jdk, I thought that I might have broken…
0
votes
1 answer

Tornado Webscoket with IIS 8.5 and Helicon Zoo

I`m trying to install Tornado server with webscoket Handler under the IIS with Helicon Zoo help. Http Tornado works well (behind IIS with Helicon Zoo help) Websocket tornado works well being installed on separate port. How can I setup the Helicon…
ASam
  • 3
  • 2
0
votes
1 answer

Can't load Rails application on IIS

I have spent the past few hours trying to deploy my Ruby on Rails app to my Windows Server 2008 R2 vps running IIS 7.5. I thought it was going well up till the point I got this error when trying to access the site via my browser. Error Helicon Zoo…
Doug
  • 1,850
  • 23
  • 50
0
votes
1 answer

Java Hosting Package can't be installed

I'm trying to install the Java Hosting Package distributed by Helicon Zoo in order to host a java project (.war file) on IIS. The problem I'm having is that I can't install the package because Jetty 8 can't be installed. At first it complained about…
Jonathan Lind
  • 205
  • 5
  • 15
0
votes
2 answers

Django - Helicon Zoo - Application backend read Error

Django on a clean Server 2012R2 instance (Amazon EC2) I've tried setting up a django site using instructions found here: Helicon Zoo Django setup I'm using Helizon Zoo module version 3.1.98.538 (this is from the beta feed as suggested here: Helicon…
flow
  • 571
  • 1
  • 4
  • 16
0
votes
1 answer

Ruby on Rails Gem or Plugin Rails Version

I am working on a rails 2.3.4 application that I am trying to port over to run with IIS and Helicon Zoo. The problem I am encountering is an exception in: c:\Zoo\Workers\ruby\lib\app.rb where the following exception is getting raised on line ~32: …
Ryan R.
  • 2,478
  • 5
  • 27
  • 48
0
votes
1 answer

Getting error when trying to bundle fast_stack on windows

I'm trying to understand how to fix error: C:\inetpub\wwwroot\DISCOU~2>gem install fast_stack ERROR: Error installing fast_stack: ERROR: Failed to build gem native extension. C:/Ruby200/bin/ruby.exe extconf.rb creating Makefile make…
Vitach
  • 281
  • 5
  • 11
1
2