Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install to Server Context #41

Open
sjdaniels opened this issue Feb 10, 2012 · 3 comments
Open

Install to Server Context #41

sjdaniels opened this issue Feb 10, 2012 · 3 comments

Comments

@sjdaniels
Copy link

Would it be possible to allow this to be installed at the server context?

@Leigh-
Copy link

Leigh- commented Feb 10, 2012

Good question. Let me check with Andy when he comes up for air, as he is managing the bulk of the installation code.

@Leigh-
Copy link

Leigh- commented Feb 24, 2012

Just a quick follow up. We have not forgotten about this. Unfortunately Andy's not available right now (and I am not very familiar with the installer). So it is on hold for the moment.

@btaves
Copy link

btaves commented Feb 18, 2014

Has there been any update on this in the last couple years?

Unless I am missing something, this extension would have to be installed on every web context of your Railo installation in order to work for all sites. To me at least, that feels wrong for a language-level extension (especially one that provides ACF feature parity for Railo).

Edit:
Well I'm impatient and after messing around with this for a few hours I got this working as an application in the Server context (Railo 4.1.2.005 final / Win2k8R2). For anyone interested, this is what I did:

  1. I ended up hosting my own version of the provider and set the "type" to "server".
  2. Manually create {install_dir}\lib\railo-server\context\components
  3. Unzip the cfpoi.zip file
  4. Unzip the next cfpoi.zip (they are nested)
  5. Edit \cfpoi\spreadsheet\spreadsheet.cfc
    -- Replace any reference to "railo-web-directory" with "railo-server-directory"
    -- Comment out the "/lib/dom4j-1.6.1.jar" arrayAppend in the "loadPoi" method
  6. Edit \installFolder.cfc
    -- Replace any reference to "railo-web-directory" with "railo-server-directory"
  7. Zip the nested cfpoi.zip
  8. Zip the parent cfpoi.zip
  9. Upload this new zip to my locally hosted provider
  10. Install the application from the "Applications" section of the Server admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants