quick question.
in tomcat can I username/password protect directories with .htaccess like I
can in Apache?
On Fri, Jan 29, 2016 at 12:09 PM, Hubert Hickman
wrote:
> I am running Tomcat 7.0.67 on RHEL 6.7
>
> I have a tomcat app that is deployed and listening on port 6443 for https
> traffic.
>
t how to map tomcat's ports to 80 or,
> in your case more likely 443.
> Or it could be a question on how to set up https in general. Why do you
> want to listen on several ports? Wouldn't you - in the end - want them
> all to come in through https on the standard port?
>
>
I will have two applications running on my tomcat server
Jira on port 8080 and confluence on port 8090
I'm going to get an ssl cert for the server which I'll call something like
test.mysite.com
Once I get my ssl cert for test.mysite.com how do I go about setting up the
configuration file for tom