Hi folks,
Currently using confluence 3.5.xx standalone. Currently we have a bunch of axure projects that we export to .html projects, zip up, and make available for download from various confluence pages on our site.
Instead of forcing clients to download and unpack the zip archive for each axure project, is there a way that I can host all these .html files somewhere on this server so that we could just link to the index file/entry point for each axure project?
2 Caveats:
I suspect the correct approach to this involves registering another application inTomcat and storing these files there, but that runs us into #2 above.
-Michael
*edit* There's no need to include any of these files in search, etc...
Hi @MICHAEL O'Neill,
Our add-on Share Attachments and Pages allows you to export a page as HTML with the resources embedded on it. Thus, you can share a link to any page using your Confluence instance as the server, without giving access to the rest of your data, no need to log in!
Regards,
Gorka
Hi, it wouldn't be too hard to add an extra static application to Tomcat. Simply add a new context in Tomcat to let Tomcat know in what directory this should exist in and drop the files there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since you are using the standalone version which uses tomcat or jetty under the cover (i forget as this is not consistent across the suite) so you should be able to drop files into the resource folder within the webapp directory.
This would be the same spot that confluence serves images and such from.
BUt I think that is a _bad_ approach, and if you want to host html files you should setup an apache or IIS web server (not tomcat, that is an application server).
Any any IT department that scoffs at setting up an apache instance to host html files should be eliminated, and replaced with a pack of interns.
Finally setting up a single apache instance can act as a "reverse proxy" for confluence, and serve the html files from a single domain, using different contexts.
mysite.com/confluence/
mysite.com/azure-files/
https://confluence.atlassian.com/display/DOC/Running+Confluence+behind+Apache
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.