Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pom.xml files to create a .war and deploy demo filter web app to local tomcat #44

Merged
merged 1 commit into from
Dec 22, 2012

Conversation

bhamail
Copy link
Collaborator

@bhamail bhamail commented Dec 19, 2012

Not sure if this is of interest, but while walking through the howto docs, I decided to create some simple maven poms that will package the waffle-filter-demo into a war, and allow deployment to a local tomcat instance.

BTW, the new maven pom.xml files throughout the rest of the project worked very well for me. I was able to do "mvn install" (and even "mvn install -DskipTests" on linux). Very nice.

After a successful "mvn install" of the Source/JNA tree, it was very simple to use use my new demo poms to deploy to tomcat and single-step debug through the waffle filter code.

-dr

@dblock
Copy link
Collaborator

dblock commented Dec 22, 2012

I like it, merging.

Maybe there's some doc/faq to be added about this? A how-to maven deploy waffle?

dblock added a commit that referenced this pull request Dec 22, 2012
add pom.xml files to create a .war and deploy demo filter web app to local tomcat
@dblock dblock merged commit 652f42d into Waffle:master Dec 22, 2012
@dblock
Copy link
Collaborator

dblock commented Dec 22, 2012

Can you please also update CHANGELOG with this?

@bhamail
Copy link
Collaborator Author

bhamail commented Jan 3, 2013

Docs added, changelog updated. New pull request sent: #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants