{"id":3573,"date":"2019-03-25T17:44:56","date_gmt":"2019-03-25T20:44:56","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/calling-different-application-screens-in-different-urls\/"},"modified":"2019-07-04T17:01:41","modified_gmt":"2019-07-04T20:01:41","slug":"calling-different-application-screens-in-different-urls","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/","title":{"rendered":"Calling different application screens in different URLs."},"content":{"rendered":"<div align=\"justify\">\n<p>To open different screens in different URLS, create a new folder at <span style=\"font-family: Courier New;\">C:\\Inetpub\\wwwroot<\/span>, and name it as you wish. In it, insert the following files: <b>docwrite<\/b>, <b>docwrite2<\/b>, <b>e3downloader<\/b>, <b>e3downloader.dll<\/b>, <b>e3web<\/b>, <b>e3web2<\/b>, <b>e3webviewer-x86-ptb<\/b> (see figure below). These files can be found in <b>Web <\/b>folder at\u00a0 <span style=\"font-family: Courier New;\">C:\\Program Files\\Elipse Software\\Elipse E3\\Web<\/span> (path where Elipse E3 has been installed).<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/1.png\" alt=\"\" width=\"500\" height=\"356\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Open the <b>docwrite2 <\/b>file with Notepad; it will present the following command lines:<\/p>\n<div align=\"left\"><span style=\"font-family: Courier New;\">function getDomain()<\/span><br \/>\n<span style=\"font-family: Courier New;\">{<\/span><br \/>\n<span style=\"font-family: Courier New;\">\/\/ document.location.host returns the server and the port.<\/span><br \/>\n<span style=\"font-family: Courier New;\">\/\/ this function returns the name without the port. <\/span><br \/>\n<span style=\"font-family: Courier New;\">return document.location.host.split(&#8216;:&#8217;)[0];<\/span><br \/>\n<span style=\"font-family: Courier New;\">}<\/span><br \/>\n<span style=\"font-family: Courier New;\">function writeApplet()<\/span><br \/>\n<span style=\"font-family: Courier New;\">{<\/span><br \/>\n<span style=\"font-family: Courier New;\">var content = &#8216;<object width=\"300\" height=\"150\" classid=\"clsid:7EB4D157-FACC-45BB-9536-C14B9DCE3CA7\"><font face=\"Courier New\">content += &#8221; width=&#8217;100%&#8217; height=&#8217;100%&#8217;>&#8221;;<\/font><font face=\"Courier New\">var domain = getDomain();<\/font><font face=\"Courier New\">\/\/ if domain is on a different server it must be set below<\/font><font face=\"Courier New\">\/\/ domain = &#8220;myserver&#8221;;<\/font><font face=\"Courier New\">content += &#8216;<param name=\"Domain\" value=\" ' + domain + '\" \/>&#8216;;<\/font><font face=\"Courier New\">content += &#8216;<param name=\"Screen\" value=\"\" \/>&#8216;;<\/font><font face=\"Courier New\">content += &#8216;<param name=\"CachePath\" value=\"\" \/>&#8216;;<\/font><font face=\"Courier New\">content += &#8216;<param name=\"Ping\" value=\"0\" \/>&#8216;;<\/font><font face=\"Courier New\">content += &#8216;<param name=\"StartReadOnly\" value=\"0\" \/>&#8216;;<\/font><font face=\"Courier New\">content += &#8216;<\/font><\/object>&#8216;;<\/span><br \/>\n<span style=\"font-family: Courier New;\">document.write(content);<\/span><br \/>\n<span style=\"font-family: Courier New;\">}<\/span><br \/>\n<span style=\"font-family: Courier New;\">writeApplet();<\/span><\/div>\n<p>To open the desired screen, edit the following line:<\/p>\n<p><span style=\"font-family: Courier New;\">content += &#8216;Name of the screen to be opened <\/span>&#8220;>&#8217;;<\/p>\n<p>Each folder must have their files pointing to different screens (edited in <b>docwrite2<\/b>), that is, each folder indicates a different screen to each URL.<\/p>\n<p><u><b>Setting up IIS<\/b><\/u><\/p>\n<p>To set up IIS, follow these procedures:<\/p>\n<p>1. Open IIS settings with <b>Start&#8211;Settings&#8211;Control Panel&#8211;Administrative Tools&#8211;Internet Information Services<\/b>.<\/p>\n<p>2. Right-click <b>Default Website<\/b>, in the local computer&#8217;s <b>Websites <\/b>folder, and go to <b>New&#8211;Virtual Directory<\/b>.<\/p>\n<div align=\"center\"><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/2.png\" alt=\"\" width=\"500\" height=\"374\" align=\"Baseline\" border=\"0\" \/><br \/>\nCreating a new Virtual Directory at Internet Information Services settings<br \/>\n<\/span><\/div>\n<p>3. On the next window, you can use any name. Make sure it is easy to be remembered and typed in the future at the address bar.<\/p>\n<div align=\"center\"><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/3.png\" alt=\"\" width=\"454\" height=\"368\" align=\"Baseline\" border=\"0\" \/><br \/>\nSetting up Virtual Directory&#8217;s name<br \/>\n<\/span><\/div>\n<p>4. The default directory can be freely edited by the user, but we recommend leaving it unedited so as not to add any unnecessary steps to this process.<\/p>\n<div align=\"center\"><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/4.png\" alt=\"\" width=\"454\" height=\"368\" align=\"Baseline\" border=\"0\" \/><br \/>\nSetting up the published content&#8217;s default directory<br \/>\n<\/span><\/div>\n<p>5. After you finish these settings, you will need to establish which file will be executed as soon as the user presses <b>ENTER <\/b>button after typing the browser&#8217;s address.<\/p>\n<p>6. Right-click the new Virtual Directory, and select <b>Properties<\/b>.<\/p>\n<div align=\"center\"><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/6.png\" alt=\"\" width=\"500\" height=\"374\" align=\"Baseline\" border=\"0\" \/><br \/>\nAccessing Virtual Directory&#8217;s properties to set up a default file<br \/>\n<\/span><\/div>\n<p>7. Use <b>Remove <\/b>button to remove all available documents at <b>Default Documents<\/b>. Then, use <b>Add <\/b>to add <b>e3web.asp file<\/b>. This is the file that will be called whenever the user accesses the site where the application is being hosted.<\/p>\n<div align=\"center\"><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/7.png\" alt=\"\" width=\"500\" height=\"374\" align=\"Baseline\" border=\"0\" \/><br \/>\nAdding files to the default documents list<br \/>\n<\/span><\/div>\n<p>Editing the application&#8217;s security options on the web<\/p>\n<p>8. To visualize the application, just type the server&#8217;s address or IP at the browser&#8217;s address bar (for example, <span style=\"font-family: Courier New;\">http:\/\/server\/virtualdirectory<\/span>).<\/p>\n<p>These settings have to be made as many times as the number of screens (folders) you want to open. The folder whose screen will be opened must be pointed by <b>Local Path<\/b> and <b>Directory<\/b>.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To open different screens in different URLS, create a new folder at C:\\Inetpub\\wwwroot, and name it as you wish. In it, insert the following files: docwrite, docwrite2, e3downloader, e3downloader.dll, e3web,&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[768],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calling different application screens in different URLs. - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calling different application screens in different URLs.\" \/>\n<meta property=\"og:description\" content=\"To open different screens in different URLS, create a new folder at C:Inetpubwwwroot, and name it as you wish. In it, insert the following files: docwrite, docwrite2, e3downloader, e3downloader.dll, e3web,&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:44:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-04T20:01:41+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/1.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Calling different application screens in different URLs.\",\"datePublished\":\"2019-03-25T20:44:56+00:00\",\"dateModified\":\"2019-07-04T20:01:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\"},\"wordCount\":875,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"WebViewer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\",\"name\":\"[:pt]Calling different application screens in different URLs.[:en]Calling different application screens in different URLs.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:44:56+00:00\",\"dateModified\":\"2019-07-04T20:01:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calling different application screens in different URLs.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calling different application screens in different URLs. - Elipse Knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Calling different application screens in different URLs.[:en]Calling different application screens in different URLs.[:] - Elipse Knowledgebase","og_description":"To open different screens in different URLS, create a new folder at C:Inetpubwwwroot, and name it as you wish. In it, insert the following files: docwrite, docwrite2, e3downloader, e3downloader.dll, e3web,&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:44:56+00:00","article_modified_time":"2019-07-04T20:01:41+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5270\/1.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Calling different application screens in different URLs.","datePublished":"2019-03-25T20:44:56+00:00","dateModified":"2019-07-04T20:01:41+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/"},"wordCount":875,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["WebViewer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/","url":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/","name":"[:pt]Calling different application screens in different URLs.[:en]Calling different application screens in different URLs.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:44:56+00:00","dateModified":"2019-07-04T20:01:41+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/calling-different-application-screens-in-different-urls\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Calling different application screens in different URLs."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3573"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=3573"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3573\/revisions"}],"predecessor-version":[{"id":7424,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3573\/revisions\/7424"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=3573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=3573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=3573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}