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
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
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
What do I need to do to include the JDBC-ODBC drivers in my web application? What 开发者_如何学Golibrary are these found in? Thanks.
I have war archive which has 开发者_运维问答its own xhtmls. js, html, css and so on in its webapp directory.
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.
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.
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
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
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