Custom Configuration of Tomcat in Packer

71 views
Skip to first unread message

Samirkanta Lenka

unread,
Aug 31, 2016, 6:56:50 AM8/31/16
to Packer
How to do Custom Configurations of Tomcat in Packer

Here is my Requirements-

- CentOS7 on top of VMWare
- ApachiTomcat 8.0.27

Can any one please help me on this.

Thank you.

Alvaro Miranda Aguilera

unread,
Aug 31, 2016, 1:28:52 PM8/31/16
to packe...@googlegroups.com
Hello

Packer is an automation tool that build VM

After the OS is installed, Packer can run scripts for you.

So the question here is not really “how packer can do this…”

is “how I do I create an script that  do..”

So I think the question is more suitable for a Apache Tomcat forum/mailing list more than here.

IF you have questions around how packer can run those scripts.

However from a tool point of view you can test in the meantime with an script lile

installtomcat.sh

#!/usr/bin/env bash
echo “installing and configuring tomcat”
exit 0


Thanks
Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/b62346f7-87fd-46ea-b7ec-5464b7f72b1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages