Creating virtual directory in tomcat is a little different than Apache. All you have to do is add the following lines to your server.xml file under
<Context path="/folder"
docBase="C:/folder/"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home