You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by as...@attoparsek.com on 2000/01/14 12:47:52 UTC

newbie questions

i've recently installed Tomcat with Apache (Apache 1.3.9, ApacheJServ
1.1b3, Tomcat 3.0, Blackdown JDK v1.2.2 RC3, mod_ssl-2.4.9-1.3.9, RedHat
v6.1 linux on Intel). i'm able to access the examples-directory, Tomcat
runs the example servlets and jsp pages. however, i have a few unresolved
problems:

1. mod_jserv and mod_ssl are compiled as Apache DSOs. the Apache source
   has the EAPI extensions. when i start Apache it gives the following
   warning:

	[warn] Loaded DSO libexec/mod_jserv.so uses plain Apache 1.3 DSO,
		this module might crash under EAPI!

   is this a potential problem? should i compile mod_jserv without EAPI
   instead?

2. why does stopping Apache crash the JVM (Apache error_log reports a
   SIGSEGV. an extract from the log file attached)?

3. how do i disable the Tomcat http-server altogether?

4. when i access the example servlets or jsps (through
   https://tomcathost:8443/examples) the browser gets i redirect from the
   server to the same location using http and not https scheme.

5. where could i find more information on mod_jserv and Tomcat servlet
   container configuration?


best regards,
--
	aspa