On Tue, Feb 8, 2011 at 20:52, helix84 <[email protected]> wrote: > On Tue, Feb 8, 2011 at 18:57, Glenn Little <[email protected]> wrote: >> Why do you need to go through the chain of ports (8009 -> 8443)? >> First, is the 8443 necessary if. in apache's conf, you redirect all >> port 80 requests over to ssl 443? Second, what is "ajp" for? >> >> This may be simple-minded, but if a browser can talk directly to >> tomcat on 8080, why can't apace do so as well?
I think I didn't make it quite clear that you don't need to define the port 8443 connector to run Apache on port 443. The port 443 vhost in apache uses the AJP port 8009 connector just like the port 80 vhost does. In my case, 8443 will ever be used only by me for testing purposes. Regards, ~~helix84 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

