Thanks for the responses. Just trying to find
the simplest way to do things.
Chuck Goehring
On Wed, 6 Feb 2002, Stathy G. Touloumis wrote:
> Hmmm, from what I've read of Tomcat it is recommended to
> use it in conjuction with apache and just proxy specific
> requests to Tomcat.
that's why i recommended he spend his time getting apache
working with ssl.
ps: you don't proxy requests to
Hmmm, from what I've read of Tomcat it is recommended to use it in
conjuction with apache and just proxy specific requests to Tomcat.
> > Why would you need mod_perl with Tomcat? You can use
> > Tomcat with Apache using mod_jk, and get the best of
> > both worlds.
>
> presumably so that he doesn
On Wed, 6 Feb 2002, Brett W. McCoy wrote:
> Why would you need mod_perl with Tomcat? You can use
> Tomcat with Apache using mod_jk, and get the best of
> both worlds.
presumably so that he doesn't have to port his cgi programs
to servlets.
i'm pretty sure tomcat has the capability to execute c
On Wed, 6 Feb 2002, Chuck Goehring wrote:
> Is there anyone out there working on a mod_perl "version" for Tomcat?
> We currently have Apache running for mod_perl and Tomcat running for a
> purchased servlet library. I primarily user mod_perl as a "speedup" for
> cgi programs. I need ssl capabil