https://issues.apache.org/bugzilla/show_bug.cgi?id=57489

--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to wodencafe from comment #7)
> I ran "svn update", then "ant", and finally copied the built
> libs into my Tomcat 8 server for testing.

That's the correct procedure. If you are using split CATALINA_BASE and
CATALINA_HOME (a great thing to do IMO), you can just point your CATALINA_HOME
to the directory you have your svn working copy in, under output/build,
something like this:

$ export CATALINA_BASE=[...]
$ export CATALINA_HOME=/path/to/tomcat-svn/output/build
$ $CATALINA_HOME/bin/catalina.sh start

You can always go back to your previous Tomcat (8.0.18, etc.) by switching
CATALINA_HOME back to its previous value.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to