How to configure Solr Auto Suggest Feature on Broadleaf Commerce

This post shows the steps to configure Auto Suggest Feature on the Solr Search in Broadleaf Commerce Framework. If your…

tgugnani

How to Start and Stop Solr Server on Localhost.

Starting the solr server. You can cd to /path/to/solr-5.0.0/bin and execute the following command: ./solr -p 8983 -s /path/to/solr/home path/to/solr/home…

tgugnani

How to configure Broadleaf Commerce to use Stand Alone Solr Server.

BroadLeaf DemoSite comes with a embedded Solr, which is basically to have the ease of demonstration. But Ideally you should…

tgugnani

Import mysql dump to RDS Db Instance

mysql -h host.address.for.rds.server -u rdsusername -p rdsdatabase < backupfile.sql host.address.for.rds.server = this will be what is referred to as the…

tgugnani

Argument list too long for mv,cp,rm commands (Bash)

The reason this occurs is because bash actually expands the asterisk to every matching file, producing a very long command…

tgugnani

How to do bulk upload on Amazon S3 with AWS command line tool

Install AWS Command line Tool if you haven't already pip install awscli To have this command running, you must have…

tgugnani

Hosting Broadleaf Commerce on Amazon AWS (Beanstalk)

This post give details on how you can host the opensource ecommerce framework Broadleaf Commerce on Amazon cloud hosting. Broadleaf…

tgugnani

JNDI Datasource Settings for Amazon Beanstalk with RDS

This post shows how you can configure Tomcat for JDBC Connection to MySQl through JNDI connection pooling. This post assumes…

tgugnani

Adding RDS MySQL Instance to Beanstalk Application and connecting it remotely

This post shows how to add a Amazon RDS MySQL instance to your Beanstalk Application. Adding new RDS Instance Login…

tgugnani

Creating a new Amazon Elastic Beanstalk Instance and connecting it through SSH

This post goes through the steps of creating a new Amazon Elastic Beanstalk Tomcat instance and once it is created…

tgugnani