|
What this is
Other links
The source codemvnforum.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 |
Copyright 1998-2024 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.