LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configure tomcat with https (https://www.linuxquestions.org/questions/linux-newbie-8/configure-tomcat-with-https-804461/)

fernfrancis 04-27-2010 03:49 AM

configure tomcat with https
 
I am trying to configure tomcat on port 8443 using the following document http://thedaneshproject.com/posts/ho...l-on-tomcat-5/

instead of changing the port to 433 i kept it as 8443.
i set the ip tables as follows
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 8443 -j ACCEPT

/sbin/iptables -A INPUT -i eth0 -s 10.200.2.0/24 -p tcp --destination-port 8443 -j ACCEPT
service iptables save

restarted the tomcat service tomcat works on http://10.200.2.191:8080/
but it doesnt on https://10.200.2.191:8443


i did a little investigation of my own using nmap and found that the port 8443 is not open instead of making changes in the firewall table

can someone help me with this

anomie 04-28-2010 12:59 PM

Let's see the output from $ netstat -ltn

If tcp 8443 is not listening, then check your catalina.out log for errors.


All times are GMT -5. The time now is 02:17 AM.