Re: why/how to use ajp connector...

2007-10-02 Thread Christopher Schultz
-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

Re: why/how to use ajp connector...

2007-10-02 Thread Pid
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?

Re: why/how to use ajp connector...

2007-10-02 Thread Daniel M Garland
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

why/how to use ajp connector...

2007-10-02 Thread loredana loredana
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