1. In IDEA, I setup to deploy using web app exploded, how do to .war file? stackoverflow.comUsing IDEA and tomcat I setup a simple spring mvc app (thanks to you guys) and it was deploying using a 'web app exploded' format. Is a .war file the same thing, ... |
2. Java Web Application - Deployment Strategy Alternative to WAR - Managing UI Changes Separately from Full Code Base Patches stackoverflow.comI've heavily edited this question because responses indicated I wasn't being clear problem: UI changes to a Java web project can be tedious and time consuming because every web-app file is ... |
3. ant war - putting file parallel to web.xml stackoverflow.comI am trying to use spring webservice with ant. spring webservice requires spring-ws-servlet.xml and sample.xsd file to be put in war file parallel to web.xml. I am trying this war command and ... |
4. Handling of configuration files in J2EE web applications stackoverflow.comI have several times ran into the same problem, and I would like to have some input on what other people think about the issue: Suppose we have J2EE application packaged as ... |
5. web service as a jar file, or WAR inside another WAR? stackoverflow.comI have a soap web service running on tomcat 6(using spring-ws, java) Now I want to merge this webservice into another big web application(uses spring, java and not a web service) and ... |
6. finding a property using Spring and Webapp properties placeholder stackoverflow.comThis is a "simple" problem and I am seeking both a how-to and/or a you're-dumb-don't-do-that. I am open to both. I am building a war file and want the structure to be:
|
7. deploy web app in jar stackoverflow.comI have a problem: I need to create a jar from a web application (I'm using freemarker) and then refer this jar from within a different war. In practice I need to ... |
8. Using two or more ws in single war forum.springsource.orgUsing two or more ws in single war I'm have a bit of trouble getting two web services working within a single war. I'm using ws 1.5.9 and spring 2.5.6 - ... |
9. War file structure for rich clients and services forum.springsource.orgWar file structure for rich clients and services Hi, We have an application with spring services and a rich client using http invoker to talk to the services. The whole thing ... |
10. Executing code after all webapps has initialized in a multi-war forum.springsource.orgHi, I've got an app with a parent shared context and multiple webapp contexts initialized using the parentContextKey. I would like to receive an event in a bean in the parent ... |
11. Importing HandlerMapping service to war... forum.springsource.orgImporting HandlerMapping service to war... I have a web application written with Spring-MVC/Spring-DM. I'm been able to modularize it in many compelling ways. I've very pleased with the architecture! Spring-DM/OSGi is ... |
12. Web app / War does not deploy forum.springsource.orgNov 20th, 2008, 07:17 PM #1 tnist View Profile View Forum Posts Private Message Visit Homepage Member Join Date Sep 2004 Posts 31 Web app / War does not deploy Hi ... |
13. several methods into one War (WS) forum.springsource.orgHello. I must to build one WS and it must to have several methods for use them: listUsers listUser addUser deleteUser ... at this time i have made one WS using ... |
14. Multiple service in single war forum.springsource.orgOct 14th, 2009, 08:04 AM #1 ramitgulati View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Posts 12 Multiple service in single war Hi, I have created ... |
15. How to implement login only once among multiple webapp(war) forum.springsource.orgIs CAS the only way? Is there any way to share the http session between wars? I know Spring Slices can do this, but it is not release yet. But who ... |
16. Debugging OSGi services in war bundles forum.springsource.orgDebugging OSGi services in war bundles I have few OSGi war bundles configured with various services and different cardinalities. Is it possible to debug these osgi services without deploying to Spring ... |