AnthonyGeorge
Technical User
I am trying to build a web application that will load a text page into a browser.
The application loads the web page into the the following directory:
C:\jakarta-tomcat-4.1.12\webapps\know_your_customer_docs\customer1\customer1.doc.
I have added the following to my server.xml file:
<Context path="/customers"
docBase="/jakarta-tomcat-4.1.12/webapps/know_your_customer_docs="0" reloadable="true"
</Context>
I am trying to load the document with the following URL:
I then get the following error:
The requested resource (/customers/customer1/customer1.doc) is not available.
Thanks for any help.
Anthony
The application loads the web page into the the following directory:
C:\jakarta-tomcat-4.1.12\webapps\know_your_customer_docs\customer1\customer1.doc.
I have added the following to my server.xml file:
<Context path="/customers"
docBase="/jakarta-tomcat-4.1.12/webapps/know_your_customer_docs="0" reloadable="true"
</Context>
I am trying to load the document with the following URL:
I then get the following error:
The requested resource (/customers/customer1/customer1.doc) is not available.
Thanks for any help.
Anthony