| Author |
server.xml doesn't have this element
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3400
|
|
Hi all. I have Tomcat 5.0.28 and I want to enbale SSL port. the documentation says : to enable SSL, uncomment <Connector port="8443"> in %CATALINA_HOME%\conf\server.xml file. well, I checked this file, there is no such an element ! in the past when I have Tomcat 4 installed, yes, server.xml was had this element, but what about Tomcat 5 ??? thanks.
|
 |
Joyce Lee
Ranch Hand
Joined: Jul 11, 2003
Posts: 1392
|
|
Hi John, I could see this element in conf\server.xml of tomcat 5.0.28. The one which I downloaded was jakarta-tomcat-5.0.28.zip. Joyce [ January 18, 2005: Message edited by: Joyce Lee ]
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3400
|
|
I swear, there is no such an element, here is my whole server.xml :
|
 |
Joyce Lee
Ranch Hand
Joined: Jul 11, 2003
Posts: 1392
|
|
I believe you, truly. But I've no idea why your server.xml lack of this info. How about you re-download jakarta-tomcat-5.0.28.zip?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
It looks like someone set your server up using the server-minimal.xml file. They would have renamed server-minimal.xml to 'server.xml' overwriting the original. Just download another copy of Tomcat, copy the relevent section from server.xml, and paste it into your server.xml file.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: server.xml doesn't have this element
|
|
|