Hello, I have having problems implementing Tivoli Web Access. This is on NT.
The error I am receiving when I try to log on https:\\localhost\TivoliFRW\login :
"Tivoli Message
FRWUL0101I Signed on to "firestorm" as "Administrator". The connection is NOT secure.Sign off"
I am thinking it might have something to do with the .keystore, as I tried creating another .keystore (tivoli.key) without importing the cert.arm, and I received the same error.
My setup steps are as follows:
1. Install Java SDK 1.4.1.
2. Install Tomcat c:\Tomcat41 (select install service)
3. catalina.bat
set CATALINA_HOME=c:\Tomcat41
set JAVA_HOME=c:\j2sdk1.4.1_02
4. Set up SSL for tomcat
Server.xml
Stop TomCat, STOP THE SERVICE
Uncomment the "SSL HTTP/1.1 Connector" entry in $CATALINA_HOME/conf/server.xml and tweak as necessary.
And ensure this configuration:
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="false" protocol="TLS" **** NB make sure that /> does not exist
keystoreFile="c:/tomcat41/cert/tivoli.key"
keystorePass="tivoli"/>
and change port from 8443 to 443 throughout server.xml
5. Certificate
Copy WebApp directory from Tivoli Framework 4.1 (1/2) CD to c:\temp
mkdir c:\tomcat41\cert
command prompt:
cd c:\tomcat41\cert (NB:run the commands from this directory)
> c:\j2sdk1.4.1_02\bin\keytool -genkey -alias tomcat -keyalg RSA -keystore tivoli.key
password: tivoli
> c:\j2sdk1.4.1_02\bin\keytool -import -alias TMF41 -file C:\temp\webapp\cert.arm -keystore tivoli.key
password: tivoli
> c:\j2sdk1.4.1_02\bin\keytool -list -keystore tivoli.key
Start Tomcat
connect to:
Stop Tomcat
6. Copy .jar files from c:\temp\webapp
Rename jsafe.zip to jsafe.jar
copy jsafe.jar,jlog.jar and jcf.jar to c:\tomcat41\shared\lib
7. jlog.properities file
7.1 Put jlog properties file in directory
c:\tomcat41\conf
7.2 Uncomment jlog.properties FRW Trace and message logger file directory.
7.3 Create Directory:
c:\TivoliCommon
7.4 Edit Catalina.bat
Add entry:
set CATALINA_OPTS= -Djavax.net.ssl.trustStore=c:\tomcat41\cert\tivoli.key -Djlog.propertyFileDir=c:\tomcat41\conf
8. Tivoli Web App
copy c:\temp\webapp to c:\tomcat\webapps directory.
Stop and start Tomcat
9.
==============================================
RE-DIRECTING
tivoli environment cmd
bash
whttpd -u <machinename>
whttpd -u <machinename>
whttpd -f
Internet Explorer
Thanks, any help would be appreciated.
The error I am receiving when I try to log on https:\\localhost\TivoliFRW\login :
"Tivoli Message
FRWUL0101I Signed on to "firestorm" as "Administrator". The connection is NOT secure.Sign off"
I am thinking it might have something to do with the .keystore, as I tried creating another .keystore (tivoli.key) without importing the cert.arm, and I received the same error.
My setup steps are as follows:
1. Install Java SDK 1.4.1.
2. Install Tomcat c:\Tomcat41 (select install service)
3. catalina.bat
set CATALINA_HOME=c:\Tomcat41
set JAVA_HOME=c:\j2sdk1.4.1_02
4. Set up SSL for tomcat
Server.xml
Stop TomCat, STOP THE SERVICE
Uncomment the "SSL HTTP/1.1 Connector" entry in $CATALINA_HOME/conf/server.xml and tweak as necessary.
And ensure this configuration:
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="false" protocol="TLS" **** NB make sure that /> does not exist
keystoreFile="c:/tomcat41/cert/tivoli.key"
keystorePass="tivoli"/>
and change port from 8443 to 443 throughout server.xml
5. Certificate
Copy WebApp directory from Tivoli Framework 4.1 (1/2) CD to c:\temp
mkdir c:\tomcat41\cert
command prompt:
cd c:\tomcat41\cert (NB:run the commands from this directory)
> c:\j2sdk1.4.1_02\bin\keytool -genkey -alias tomcat -keyalg RSA -keystore tivoli.key
password: tivoli
> c:\j2sdk1.4.1_02\bin\keytool -import -alias TMF41 -file C:\temp\webapp\cert.arm -keystore tivoli.key
password: tivoli
> c:\j2sdk1.4.1_02\bin\keytool -list -keystore tivoli.key
Start Tomcat
connect to:
Stop Tomcat
6. Copy .jar files from c:\temp\webapp
Rename jsafe.zip to jsafe.jar
copy jsafe.jar,jlog.jar and jcf.jar to c:\tomcat41\shared\lib
7. jlog.properities file
7.1 Put jlog properties file in directory
c:\tomcat41\conf
7.2 Uncomment jlog.properties FRW Trace and message logger file directory.
7.3 Create Directory:
c:\TivoliCommon
7.4 Edit Catalina.bat
Add entry:
set CATALINA_OPTS= -Djavax.net.ssl.trustStore=c:\tomcat41\cert\tivoli.key -Djlog.propertyFileDir=c:\tomcat41\conf
8. Tivoli Web App
copy c:\temp\webapp to c:\tomcat\webapps directory.
Stop and start Tomcat
9.
==============================================
RE-DIRECTING
tivoli environment cmd
bash
whttpd -u <machinename>
whttpd -u <machinename>
whttpd -f
Internet Explorer
Thanks, any help would be appreciated.