Home > Archive > Clarion > September 2004 > Clarion App Broker
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Clarion App Broker
|
|
| Ken Castleberry 2004-09-10, 3:55 pm |
| Each time an application is run, a new HTML page is generated. Is
there a way to specify the location/name of the file, so it can be
modified and reused? Otherwise, how can you control the visual
aspects of the displayed page?
Also, if you monitor the C:\CWICWEB\PUBLIC directory, you can see a
new folder is created with the newly generated html file inside, each
time the app is run. This takes up valuable drive space, and since it
isn't being reused, should never happen. What are we doing wrong?
Ken Castleberry
Data Image Software
www.AcctPro.net
270-782-0808
| |
| Ken Stone 2004-09-12, 8:55 am |
| if you monitor the C:\CWICWEB\PUBLIC directory, you can see a
> new folder is created with the newly generated html file inside, each
> time the app is run.
You are right. It does create a new folder for each instance of you
web application. This is how the web application works.
|
|
|
|
|