Archive page for custom post type and custom taxonomy

To achieve the URL mysite.com/books/[slug of book_category], in your taxonomy registration code, change:

'rewrite' => array( 'slug' => 'book_category' )

to:

'rewrite' => array( 'slug' => 'books' )