I've made changes to the 'deploy' target so the entire directory hierarchy
under Tomcat and its config files will be set up properly. What this means
is that if you have all of the necessary JARS and your classpath is in
order, 'ant deploy' should completely setup our application for you. You
should be able to start Tomcat and point your browser to:
http://127.0.0.1:8080/xmlWiki to begin using the app. One caveat: Tomcat's
server.xml and web.xml are merely copied over, so any changes you've made to
those files will be lost. If there is a need to make backups, we can look
at that later.
Hopefully this will help ensure that everyone's directory tree and Tomcat
config is in sync. Of course, I've only tried this on my own system, so
please report (or fix) any problems you encounter.
Regards,
Jim
|