On 22/03/2011 21:09, Billy Bacon wrote:
> 2nd:
> So I then tried using an absolute path for the docBase in the Context.

Yes it will need to be absolute. Relative docBases are resolved relative
to the Host's appBase.

> <Context docBase="/usr/local/tomcat8081/wars">

Getting closer. A docBase needs to specify the WAR or directory so
you'll need:
<Context docBase="/usr/local/tomcat8081/wars/onlinecourses.war">

All of this should be in the docs. If you see any scope for improvement,
please let us know.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to