[
https://issues.apache.org/jira/browse/CXF-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Yu updated CXF-901:
------------------------
Attachment: cxf-901.patch
With this updated patch.
1) Extract the "Building the Demos in a servlet container" in the samples
README.
2) Using the all-in-one cxf jar instead of module-based jar in the WAR.
3) Remove unneeded uncomment statement from samples/README.txt (CXF-877)
4) Update a little bit on the Client.java in samples/java_first_pojo to make it
work under the Linux box.
> Update "WAR" building for full war
> ----------------------------------
>
> Key: CXF-901
> URL: https://issues.apache.org/jira/browse/CXF-901
> Project: CXF
> Issue Type: Sub-task
> Components: Samples
> Affects Versions: 2.1
> Reporter: Jeff Yu
> Priority: Minor
> Fix For: 2.1
>
> Attachments: cxf-901.patch
>
>
> It will be different from what we have now, I would like to pack all
> the required jars to $WAR/WEB-INF/lib folder, and then generate a WAR,
> so if you want to deploy it to containers, what you need to do is to
> copy the WAR to the container's deploy folder. you can see details in
> this thread:
> http://www.nabble.com/How-to-deploy-to-JBoss--tf4210975.html#a11978522
> For tomcat container, if you set the CATALINA_HOME, and then you run:
> "ant deploy-tomcat" , it will copy the generated war to the
> $CATALINA_HOME/webapps/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.