Yup, just set up a new context in server.xml:
<Context path="/mysandbox"
docBase="C:/Sandbox/development"
</Context>
Which can then be accessed with the url http://localhost:8080/mysandbox (using
the standalone http connector). Note the use of forward slashes, not backward,
even though you're on Windows...
dwh
Claes Holmerson wrote:
> Hello!
>
> I am trying to set up Tomcat to work in the environment where we have been
> developing another application. In this environment we do not have a webapps
> directory.
>
> The output path for JBuilder is C:\sandbox\development, and this is also
> were the classpath points to when we test our builds.