-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Loredana,
loredana loredana wrote:
> Ok, my project manager asked me to set up a server with tomcat,
> apache and ajp connector.
Any reason not to simply use Tomcat all by itself?
> This is the first time I do it and after reading some of the
> doc
loredana loredana wrote:
> Ok, my project manager asked me to set up a server with tomcat, apache and
> ajp connector. This is the first time I do it and after reading some of the
> documentation on the ajp connector I still can't figure out it's purpose. Can
> anybody tell me what is it's use?
You use this connector to relay requests to a certain URL pattern to
Tomcat, so you can have part of your website as static HTML served by
apache and part of it hosted by Tomcat, which could be running your
server-side Java.
Perhaps you have a jsp contact form on your static site that needs to
Ok, my project manager asked me to set up a server with tomcat, apache and ajp
connector. This is the first time I do it and after reading some of the
documentation on the ajp connector I still can't figure out it's purpose. Can
anybody tell me what is it's use? I read
"This is used for cases