war
Maven build a WAR file but build a JAR file first
I have two Maven Projects in Eclipse, both with their own POM. Project A creates a JAR file. Project B creates a WAR file.[详细]
2023-02-28 03:50 分类:问答Maven assembly plugin produces undeployable war file
I\'m working on a multi module project using Spring, Hibernate, GWT and Maven 3 and try to deploy a war-file distribution to a servlet container (preferably Tomcat 7 or Jetty 8). I create the war-file[详细]
2023-02-28 03:50 分类:问答Putting my JavaFX app in a WAR with Maven
I am trying to make my JavaFX app compile into a WAR file for deployment on a Jetty server, using Maven. The problem, as I see it, is with the javascript in my webapp\'s index.html:[详细]
2023-02-27 14:33 分类:问答how to make changes on a project and running it through IDE without deploying it on server
I want to know how I can make changes in my code and run it on se开发者_运维技巧rver directly from my eclipse IDE in place of converting my project every time to war file and deploy it on server.[详细]
2023-02-26 11:31 分类:问答How to add TLD and Tag Lib files into a Maven's jar project
I have a Maven project that is packaged as jar. And I also have a Maven project that is packaged as war. This war project has a tld file and some xhtml files (the tag libs). The structure of the war[详细]
2023-02-25 16:48 分类:问答Moving contents of META-INF/context.xml to tomcat/conf
We are trying to take the environment specific configuration settings out of our war files, so we can deploy the same war file to dev/test/prod tomcat servers and not have to change the contents of th[详细]
2023-02-24 06:19 分类:问答Is a new .war file uploaded to the webapps directory supposed to force tomcat restart?
I am putting together a new build environment and when I upload a new .war file, Tomcat does not seem to be unwrapping it into a directory structure, or restarting.[详细]
2023-02-23 03:20 分类:问答Jetty, Maven plugin - how to configure default document?
We\'re using Jetty 6.x, and Maven-2. Anybody knows how 开发者_JAVA技巧to configure the default document?[详细]
2023-02-22 21:07 分类:问答Ant build denied permission to copy .war file
I have a packaged app.war file that I am trying to copy to the webapps folder and I am getting an error:[详细]
2023-02-22 19:48 分类:问答Install page for deploying war file in tomcat
I am trying to create an installer for my war file. To explain further, I have a GWT project that I made into a war file for deployment in tomcat but I want the program to go to an install page when i[详细]
2023-02-22 06:27 分类:问答