Hey Chuck, thanks (I was worried someone would yell at me for posting this question here). Responses are below ...
-----Original Message----- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, February 24, 2014 6:26 PM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance > From: J. Brian Hall [mailto:jbrianhall...@me.com] > Subject: Installing the OWF webapp to an existing Tomcat Instance > if I access OWF through Tomcat's Application Manager, the URL address > it follows goes to http://localhost:8080/owf/ when it should go to > https://localhost:8443/owf/ That's expected - the manager doesn't know that the specified app is for https use only. However, there could be a problem with your server.xml file in Tomcat's conf directory, so you should post that here with comments removed and sensitive information masked out. Also, look in the various Tomcat log files to see if the application initialized properly. Thanks. Two comments: 1. The only thing I added to server.xml per the instructions is: <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" keystoreFile="certs/keystore.jks" keystorePass="changeit" clientAuth="want" sslProtocol="TLS" /> 2. Log files. Yes, the webapp fails to initialize. Here's the first few lines: ERROR org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSource': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException > if I go to this site directly, the browser title bar just shows the > message "Waiting for localhost" and never does anything. Could be a certificate problem. > Other details of my setup: > -Windows 7 > -Tomcat 7.0.42 > -MySQL 5.6 (Note that I followed the directions on p. 12-13 to integrate with MySQL). > -JDK 1.7.0_51-b13 Thanks for that; many people forget. > Sorry to ask this question on this list, but I don't know where else to go. This is an appropriate place for such questions. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org