如何在netbeans中部署Web应用程序(prod / test)

时间:2016-04-08 08:53:25

标签: apache maven tomcat ant build

我在Netbeans中创建了一个Web应用程序。 我的项目包含这个架构:

WebApplication
--web pages
----meta-inf
----web-inf
----index.html
--Source Packages
-----test
-------TestEnv.java
--Librairies
----JDK 1.8
----Apache Tomcat 8.0.27.0
----Configuration files
-------Manifest.mf
-------context.xml 
-------web-fragment.xml
-------web-fragment.xml

如何测试我是否正在制作或测试。 如果它是一部作品,我会称之为prod.properties 如果是测试,我将调用test.properties 我已经在tomcat server.xml中查找了一些类似于环境变量的帖子,但它无法识别:( 我也不想使用maven。 我正在寻找一个基于读取xml文件的解决方案。 如果在xml文件中prod等于true,那么它在生产中,所以我调用prod.properties。

你知道这个xml文件吗。(类似于ant?) 谢谢

0 个答案:

没有答案