cancel
Showing results for 
Search instead for 
Did you mean: 

Add a new context path to virtual tomcat

javadevuk
Champ in-the-making
Champ in-the-making
Hopefully an easy question….In my virtual tomcat e.g. http://something.alfrescodemo.net:8180

can I point a new context path to a different context root?
I'd like to achieve something like this…..
http://something.alfrescodemo.net:8180/myfiles/test.html
to point to this file
/web/myfiles/test.html
?

I tried adding this Context line to my virtual-tomcat/conf/server.xml but it doesnt appear to make any difference:
<Host name="avm.alfresco.localhost"…..>
  <Context path="/myfiles" docBase="/web/myfiles"/>
</Host>

Looking forward to your responses….
1 REPLY 1

mrogers
Star Contributor
Star Contributor
The job of the VS is to pull content from an alfresco repository.    To do the above you would create a web project called "myfiles" on the authoring tier.