Re: mod_perm and Java servlets

2001-01-18 Thread JR Mayberry
I've done both mod_perl and mod_jserv compiled and working on the same server.. I think it was a 2.5 meg httpd ;) > On Thu, 18 Jan 2001, Terry Newnham wrote: > > My boss has asked me to set up a web server on Solaris 8 with mod_perl > > and (if possible) Java servlet capabilities as well. Has an

Re: mod_perm and Java servlets

2001-01-18 Thread Gunther Birznieks
I understand that mod_jk is more efficient than mod_jserv. My sysadmin has not complained about any problems integrating mod_perl or mod_jk (but then mod_jk is in the front-end as stated below where mod_perl is in the backend apache server). At 01:18 AM 1/18/2001 -0600, Les Mikesell wrote: >-

Re: mod_perm and Java servlets

2001-01-17 Thread Les Mikesell
- Original Message - From: "Terry Newnham" <[EMAIL PROTECTED]> To: "mod_perl list" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 6:51 PM Subject: mod_perm and Java servlets > > Hi > > My boss has asked me to set up a web server on Solaris 8 with mod_perl > and (if possible) J

Re: mod_perm and Java servlets

2001-01-17 Thread Andrew Ho
Hello, TN>My boss has asked me to set up a web server on Solaris 8 with mod_perl TN>and (if possible) Java servlet capabilities as well. Has anybody done TN>this ? Any issues ? I've experimented with mod_perl and JRun on Solaris, and they've played together nicely. As long as you're hefty on mem

Re: mod_perm and Java servlets

2001-01-17 Thread Perrin Harkins
I've heard mod_perm costs a lot more than its worth. There was an open-source clone called mod_home_perm but it wasn't very successful. Some people say you should skip it altogether and just use mod_hat. On Thu, 18 Jan 2001, Terry Newnham wrote: > My boss has asked me to set up a web server on