alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

mvnforum.version=1.0.0-rc4

# deploy.localhost is the path to your webapp container. It should point to the
# actual webapps directory.  When you use ANT with the targets deploy-localhost or
# deploy-war, the latest build of the webapp will be copied to your container.  This
# doesn't mean the container will automatically load it.  Check your servlet container
# for setting up autodeploy/redeploy
deploy.localhost=C:/Software/jetty-4.2.22/webapps

# app.name is the name of the root context you will deploy from.
# If you were going to use this URL -
#
# localhost:8080/myforum
#
# Then you would have app.name=myforum
app.name=mvnforum

# sqldriver.jar is the name of the JDBC driver you will be using. There are
# some that come with mvnForum and are found in the driver directory.
# This driver will automatically be copied into the webapp lib directory
# for you.
sqldriver.jar=mysql-connector-java-3.0.16-ga-bin.jar

# Do Not Edit These
driver.home=${basedir}/driver
sqldriver=${driver.home}/${sqldriver.jar}

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.