Thanks for the great guide.
I found one typo, and although this is not a guide for the faint of heart (due to the topic^^) but having those unsure moments is always bad when setting up something secure
(like SSL)
Typo:
In the sixth code-area in the "running tomcat as unprivilegued user"-section reads
- Code: Select all
sudo chmod -R 775 /usr/local/tomcat
and should probably read
- Code: Select all
sudo chmod -R 775 /usr/local/tomcat6
Another thing that wasnt clear from your post (though its pretty intuitive because it worked on first try, but what if it didnt?) was the placement of the "security-restraint" block, from the "auto-forwarding port 80 traffic to the SSL-port"-section (optional additions, first section).
Does it have to go
inside the [b]<webapp>-tag or outside it?
I tried inside, thinking of the all-enclosing html-tag and it worked. But it would be nice if you stated where in the file, or at least inside or outside what tags the block belongs.
That said, it still a great guide and its easy and straightforward to follow. I myself wasnt so lucky when I attempted to make a guide
greets,
3R3