users@jax-rpc.java.net

Re: The simple sample - Tomcat

From: Vishal Mahajan <Vishal.Mahajan_at_Sun.COM>
Date: Wed, 06 Oct 2004 23:49:45 +0530

Hi Anders,

arehfeld_at_tiscali.dk wrote:

>I have downloaded and installed the tomcat-jwsdp-1.4 from sun's site and
>then
>installed jwsdp-1.4.
>I have copy-pasted the connector from the README file so i now have the
>following connectors:
>
><Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
> acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"
>port="8080" redirectPort="8443">
></Connector>
>
><!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
><Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
> port="8443" minProcessors="5" maxProcessors="75"
> enableLookups="true" disableUploadTimeout="true"
> acceptCount="100" debug="0" scheme="https" secure="true"
> keystoreFile=
> "/opt/jwsdp-1.4/xws-security/etc/server-keystore.jks"
> truststoreFile=
> "/opt/jwsdp-1.4/xws-security/etc/server-truststore.jks">
>
>
Can you please check if file at location
/opt/jwsdp-1.4/xws-security/etc/server-truststore.jks really exists.
This location should really be
<tomcat_jwsdp_home>/xws-security/etc/server-truststore.jks.

Vishal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net