Hi,
>value="$JAVA_HOME/jre/lib/security/jssecacerts" />
> <Parameter name="keypass" value="xx" />
In your server.xml maybe try hard-coding the value of $JAVA_HOME ... I'm honestly not
sure if it does the
substitution correctly (although its not complaining ...).
>(Starting tcp endpoint on 8443 with
>org.apache.tomcat.service.http.HttpConnectionHandler is written)
Sounds good - mine says pretty much the same.
>but a client can't get a connection to my server by the URL
>https://server_ip_adr:8443
>(no problem with http://server_ip_adr:8443)
Well, that pretty much settles it that its not using SSL. Were it to do so, you'd get
about 6 unprintable
characters displayed in your browser window (under IE5, at least).
If I don't have my jsse.jar in the classpath, I can't even start Tomcat. If I get the
keypass wrong, it gives me an
error on loading. I can't see anything else wrong with your configuration.
I can only stress that I'm using Tomcat 3.2.1 ... your version, if different, may have
problems ...?
Anyone else care to shed some light on this?
Twylite