Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

We are currently using Apache tomcat Server for testing application locally.
in IIS, under URL rewrite, i am adding one rule.
In that rule i am mentioned path as "/PrasadTrunk{R:1}" under action properties.

Under the following directory C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\Catalina\localhost
i am adding one xml file with same name as path mentioned above.

The xml content is

HTML
<context displayname="PrasadTrunk">
                docBase="F:\Prasad Applications\MODCAT\Personae\Personae\Tomcat"
                path="web"
                reloadable="true"
</context>

What it will do?

can anybody explain it please?

Many Thanks in Advance,
Prasad Guduri

[edit]code block added[/edit]
Posted
Updated 15-Nov-12 23:14pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900