war
Web application cannot establish connection to database
My application, when running on Tomcat, is not able to connect to my database when deployed as a .war in the webapps folder, but it can connect when I am running it through Eclipse directly. The code[详细]
2023-03-27 11:51 分类:问答Updating files in a WAR/JAR reguardless of their date
I have an ANT task that uses the jar task to update a few files inside of a previously built war. [The files are processed between compilation of a WAR and deliverable.] How can I get ANT to update al[详细]
2023-03-27 08:25 分类:问答Eclipse: including libraries with war file project
I use the jstl library in my project, but as an external jar. Afte开发者_StackOverflow社区r exporting my project to a .war file, these libraries are not included and I\'m getting errors. How do I make[详细]
2023-03-27 04:37 分类:问答How to include JDBC driver with .war file
What do I need to do to include the JDBC-ODBC drivers in my web application? What 开发者_如何学Golibrary are these found in? Thanks.[详细]
2023-03-27 01:16 分类:问答Maven include/assemble packaged static html project in war
I have war archive which has 开发者_运维问答its own xhtmls. js, html, css and so on in its webapp directory.[详细]
2023-03-26 13:24 分类:问答How to link class with jar file in the war? (Java)
I have war file. It contains the following files: Applet1.class jna-3.2.3.jar SomeClass.class Applet1 class imports com.sun.jna.* from jna-3.2.3.jar and uses some functions from SomeClass.[详细]
2023-03-26 02:50 分类:问答Listing JAR within WAR
jar -tvf hello.war However, my .war also contains some .jar in a lib folder within the .war. I need a command display the contents of all the .jars within the .war.[详细]
2023-03-24 13:32 分类:问答Packaging JAR file in WAR file
I have a series of dependent Ja开发者_高级运维va projects. I\'d like to package them together into a single JAR file to be used in my WAR file. These projects depend on a large number of external libr[详细]
2023-03-24 01:39 分类:问答Logging configuration completely ignored in Config.groovy when deployed as a war?
When I run my application with run-app, logging seems to work correctly. When 开发者_JS百科I deploy as a WAR in tomcat, all my logging configuration is ignored, and I only see[详细]
2023-03-23 21:05 分类:问答Severe error when deploying WAR in Tomcat 7
I\'m trying to deploy a WAR file (from Ext GWT project) into Tomcat 7 and I\'m getting an error which I don\'t understand. I\'ve played around with permissions of Tomcat Manager, the WAR file seems to[详细]
2023-03-23 14:22 分类:问答