----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> >For my web site if I want to use both (perl and java), is there a way to
> >get the session information or session objects from one to another. Or
> >how can they two communicate with each other ? Is it possible at all ?
> >If so can anybody give some info.
> >Is it possible to develop a site which uses both, some pages use java
> >and some perl. Can apache support both Jserv and mod_perl at the same
> >time ( honestly I don't know much about mod_perl).
> 
> First off, I build everything statically (not dynamic modules). But, yes, I 
> run mod_perl and jserv. Getting the configuration right is the hardest bit. 
> I do mod_perl first, followed by jserv, cleaning up any configuration file 
> problems on the final compile of apache.

Another tip is to configure mod_perl --with-apaci

If you don't, and jserv is configured (using apaci as the default), the two
configurations will have difficulty communicating with each other at compile
time and a lot of obscure errors will be generated.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to