Tagged Questions
The war-filedeployment tag has no wiki summary.
4
votes
6answers
521 views
Advantages/Disadvantages to exploded wars
An answer to a question I read today suggested deploying an application as an exploded WAR. It got me thinking.
Every deployment I've ever done to a JBoss/Tomcat has been with a a WAR/EAR file. At ...
2
votes
2answers
721 views
war file generated by Grails ignores dataSource URL
Grails version :1.1
Tomcat version: 5.5
The problem:
The application doesn't use the URL data sources.
It seems like - it is using some other data source- but it doesn't seem to be in memory DB- ...
1
vote
1answer
313 views
How do I exclude files/directories from the target directory using the maven war plugin?
I followed the instructions here, and it worked but only if it was mapped to a directory other than the default.
Here's a sample that I tried:
<configuration>
<webResources>
...
0
votes
3answers
625 views
How does class loading work when the same class exists in different applications on the same server?
I have multiple web-apps running on an app server and each web-app WAR file contains a copy of the same jar file.
Does this mean that a class in that jar file will be loaded multiple times in the ...
0
votes
2answers
593 views
Liferay: When to go for multiple war files
I have a requirement where there are few scenarios.
User registration(There are different types of users say buyer, seller, moderator etc)
search feature where a seller/buyer could be searched with ...
0
votes
1answer
523 views
Groovy: deploying a war file
Hi
I have a groovy application running locally on my desktop.
Apparently it runs error free. At least all unit tests I wrote are fulfilled.
I want to deploy the application using a war file. For this ...