Alexander Dalloz wrote: > Thomas E. Dukes wrote at 16:54: > > Also, whats with all these different ports, i.e., 8005, 8009, > > 8019, 8080, that I see in the various files? > > Port Number Usage > 8005 shutdown > 8009 jk2 / AJP 1.3 connector between Apache and Tomcat > 8080 HTTP 1.1 connector - this is what you want > 8082 Proxied HTTP 1.1 connector - commented out > 8443 SSL HTTP 1.1 connector - commented out Note that Fedora Tomcat does not use a shutdown port so you can ignore that one. Also there's no SSL in libgcj as yet, so the SSL HTTP connector cannot be used. Gary