Quick-Start FAQ
===============
What's Struts Blank?
- It's an "empty" application provided to help you get started on your own project. Just copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)
Where do I put my own code?
- The build file is setup so that you can place your own packages anywhere under the WEB-INF/src directory.
What are the references to /javasoft/lib in the build.xml about?
- Most Struts applications use some common JAR files. This is one common location for these on a development computer, but another may be used
What targets does the build file accept?
- "clean" to delete the old class, resource, and configuration files.
- "compile" to rebuild the Java class files and copy over the resource and configuration files.
- "project" to also generate the Javadoc.
- "dist" to create a binary distribution.
- "all" for a clean rebuild the project and binary distributions.
Where are the binary distributions placed?
- By default, under /projects/lib on your default drive. You can change these through the "distpath.project" variable in the build file.
Where's the Application Resources?
- It's named application.properties. The original is under WEB-INF/src/java/resources. The resource bundle is copied under classes during a build.
Why did the changes to my application.properties or other resource file disappear?
- The original configuration files are under WEB-INF/src/java and copied under classes during a build. Change the WEB-INF/src/java versions and rebuild before deploying.
###
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
























收起资源包目录





































































































共 242 条
- 1
- 2
- 3
jaisokforron
- 粉丝: 6
- 资源: 10

上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制

- 1
- 2
- 3
前往页