Book a Demo

Author Topic: HTML export on web server  (Read 5864 times)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
HTML export on web server
« on: May 14, 2016, 12:24:49 am »
Hi all,


This is such an obvious question, but I honestly haven't come across this situation before.

If I do an HTML export, can the resulting HTML file hierarchy be transferred onto a web server and served up by it, rather than having the browser read the files over a file share?

Or do I need to patch the HTML before Apache or IIS will touch it?

Cheers,


/Uffe
My theories are always correct, just apply them to the right reality.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: HTML export on web server
« Reply #1 on: May 14, 2016, 04:23:42 am »
I've heard of people serving it over a web server, so it must be possible, but I've never done it myself so I can't provide any details.

Geert

smendonc

  • EA User
  • **
  • Posts: 148
  • Karma: +5/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: HTML export on web server
« Reply #2 on: May 14, 2016, 09:09:59 am »
I've used it with IIS before and never had to do any additional work other then copy the root directory where the html gets generated to a folder exposed by IIS.  In my case I had an automated process that generated the html and then copied the root over for IIS to expose.

Stan.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: HTML export on web server
« Reply #3 on: May 14, 2016, 08:10:50 pm »
Sounds good. Thanks!

/Uffe
My theories are always correct, just apply them to the right reality.

Glassboy

  • EA Practitioner
  • ***
  • Posts: 1367
  • Karma: +112/-75
    • View Profile
Re: HTML export on web server
« Reply #4 on: May 16, 2016, 07:16:23 am »
I've published models both directly to a directory under IIS and to a SharePoint file library.  For SharePoint you need WebDAV access and probably need the admin to change the setting for maximum number of files in a document library.