You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/19 14:31:51 UTC

[Geronimo Wiki] Update of "Tomcat" by AnitaKulshreshtha

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by AnitaKulshreshtha:
http://wiki.apache.org/geronimo/Tomcat

------------------------------------------------------------------------------
  
  = Questions =
  If anyone knows the answers to these, please update the Wiki.
+  * I see a stack trace in geronimo.log saying : 
+  {{{
+ java.lang.ClassNotFoundException: COM.claymoresystems.ptls.SSLContext
+ ..............
+ }}} 
+ Does the HTTPS connector start properly?
+    This is a "Debug" message issued by Tomcat. Tomcat supports two SSL implementations -- TLS (created by Claymore, now Network Resonance). Tomcat will first attempt to load TLS. If that fails, it will attempt to load Sun's JSSE SSL implementation. It successfully loads the Sun's implemenataion and the connector starts properly as indicated by the state of the TomcatWebSSLConnector Gbean, changed from starting to running.
  
   * How is a module builder selected when a web-app is deployed? E.G. what happens if both Jetty and Geronimo are configured? 
     A module builder is selected by uncommenting the Tomcat section in j2ee-runtime-deployer-plan.xml and commenting out Jetty section. Thus either TomcatModuleBuilder or JettyModuleBuilder gbean is created. When Tomcat is selected, it will use the common geronimo-web.xml file, process any Tomcat-specific container-config params, and invoke the Tomcat container.