war
How do I get Eclipse Deployment Assembly to add a jar instead of a war from a dynamic web project
I have two 开发者_如何学运维dynamic web projects and need to reference one in the deployment assembly of the other.The problem is that it adds a .war file to WEB-INF/lib instead of a .jar which causes[详细]
2023-03-17 00:11 分类:问答Tomcat fails to extract .war files
Our office has partnered with Alfresco and have been given enterprise licenses to install their software.We are working off of RHEL6 application servers with tomcat6 installed via the command yum inst[详细]
2023-03-16 10:39 分类:问答How do I get Maven war plugin copying full jar in /lib of my web application?
I have a web-app configured with a pom.xml. This web-app relies on another maven module that produce a jar file. When i check the produced jar file size it is 8Ko. When i check this same jar file in m[详细]
2023-03-15 21:41 分类:问答How do I configure vim to open zip files?
I have several systems that use Vim, and on one I am unable to view/edit zipped files. I believe I have the right plugins because my other system with Vim 7.0 works correctly with the same plugins.[详细]
2023-03-15 12:43 分类:问答Include file with no extension in my ant build for my war file
When I build my .war file via ant, it is excluding a file that doesn\'t have an extension from the class path.So in the class path there are two specific files WEB-INF/classes/fruit/apple.ppk and then[详细]
2023-03-15 03:18 分类:问答Simple WAR file merging - overwriting first WAR file with second WAR file
I want to simply merge two WAR files, overwriting corresponding files in first WAR with files from second WAR i.e. output WAR will contain web.xml from second WAR if one was present there. I am trying[详细]
2023-03-13 14:29 分类:问答Java: fetching the list of file names in a directory inside a war file
I have a web application in a servlet container. How can I get the list of files inside security folder inside controller/servlet?[详细]
2023-03-13 04:05 分类:问答Managing local files with Maven and SVN
I\'m looking for a best practice for injecting local files into a project that are not being tracked with source control in such a way that the source-controlled version of the file is blind to the ch[详细]
2023-03-13 01:05 分类:问答Deploying WAR from maven
I wrote an integration test where the test starts an application server and deploys a WAR file in it. The test works fine when I run it from eclipse but when it is run from maven during building, it s[详细]
2023-03-10 23:03 分类:问答Creating a portlet from existing WAR file
I have an existing war file, nothing special about it, just a normal web application. I am making a portal page and I want to make this existing web application into a portlet. Anyone know how to go a[详细]
2023-03-10 22:37 分类:问答