an
saurus
tags:
war
views:
38
answers:
1
Q:
ANT_ Generated .war files using .java or .html
HI, Want to Generate .WAR file from .java / .html
A:
Use the ANT War task (see documentation
here
).
Taylor Leese
2009-10-12 17:46:13
related questions
How to make maven place all jars common to wars inside the same EAR to EAR root?
How to package a webapp as a deployable war?
How to compile .war for Java 5/Tomcat 5.5 in Ubuntu?
In a Java-webapp (war), how can I use HTTP-auth for static content?
Is Developing Maven war apps in MyEclipse worth it?
GWT 1.6 project war layout- mixing source code & compiler-generated artifacts?
How do I access the root of a WAR?
How to configure multiple log4j for different wars in a single EAR?
How to repack an Java Web Archive (WAR) ?
Can I make a change in propietary war file?
JBoss5: Cannot deploy due to java.util.zip.ZipException: error in opening zip file
Maven in multimodule web project: how to put sibling modules output to WEB-INF/classes and not into WEB-INF/lib as JARs?
How can I set the content-disposition header for a zip-file referred to in welcome-file-list?
Deploying java applications to Tomcat using CruiseControl.net
How do you manage embedded configuration files and libraries in java webapps?
Specify authentication in container rather than web.xml
How do I automatically export a WAR after Java build in Eclipse?
Is it possible to have a servlet forward to a jsp outside of its context root?
In iplanet 6, where is the webapp directory defined?
How can I automate (script) creating a war file in eclipse?
Access session of another web application
Can I list the resources in a given package?
jEE war files
Why do Jars get Excluded from Enunciate's Deployment?
Running code in the context of a java WAR from the command line