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 > On 31/08/2016, at 12:56 PM, Samirkanta Lenka <[email protected]> > wrote: > > 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. > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html > <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 > <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 [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/packer-tool/b62346f7-87fd-46ea-b7ec-5464b7f72b1c%40googlegroups.com > > <https://groups.google.com/d/msgid/packer-tool/b62346f7-87fd-46ea-b7ec-5464b7f72b1c%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/339AB4F8-C42D-4CF3-9001-38E687191C15%40gmail.com. For more options, visit https://groups.google.com/d/optout.
