We wish to find $$J=\int \frac{dx}{(x^2+2x+3)^2}$$ Let $$I(a)=\int \frac{dx}{(x+1)^2+a^2}=\frac{1}{a} \tan^{-1} \frac{(x+1)}{a}$$ Differentiate w.r.t. $a$ both sides to get $$\int \frac{-2a dx}{((x+1)^2+a^2)^2}=\frac{-1}{a^2}\tan^{-1} \frac{(x+1)}{a}-\frac{(x+1)/a}{(x+1)^2+a^2}.$$ Hence, putting $a=\sqrt{2}$ and simplifying, we get $$J=\frac{1}{4\sqrt{2}}\tan^{-1}\frac{x+1}{\sqrt{2}}+\frac{x+1}{4(x^2+2x+3)}.$$
What are other methods of getting the $J$ integral?
Here's a solution that can be done with standard calculus II techniques. First note that by completing the square, $$x^2 +2x + 3 = (x+1)^2 + 2.$$ Now let $x+1 = \sqrt{2} \tan u$ so that $dx = \sqrt{2} \sec^2 u \ du.$ Now it's routine. So
\begin{align*} J &= \int \frac{dx}{(x^2+2x+3)^2} \\ &= \int \frac{\sqrt{2} \sec^2 u \ du}{(2 + 2\tan^2 u)^2} \\ &= \frac{\sqrt{2}}{4} \int \frac{\sec^2 u \ du}{\sec^4 u} \\ &= \frac{\sqrt{2}}{4} \int \cos^2 u \ du \\ &= \frac{\sqrt{2}}{4} \left(\frac{1}{2} u + \frac{\sin 2u}{4} \right) + C \\ &= \boxed{\frac{\sqrt{2}}{8} \arctan \left(\frac{x+1}{2} \right) + \frac{1}{4} \left( \frac{x+1}{(x+1)^2 + 2} \right) + C }\\ \end{align*}
which agrees with the previous results.