webmail, jserv, on woody

2001-02-26 Thread waynes
I've installed jserv and webmail on my Debian(woody) webserver. I can't seem to get it to work. I installed it on a different computer and it works fine. On this one the error logs have this Feb 26 15:27:35 2001] [notice] Apache/1.3.9 (Unix) Debian/GNU ApacheJServ/1.1.2

Re: woody, apache, & jserv - SOLVED

2001-02-14 Thread techlists
The problem was actually in Apache. It didn't install completely. I went into the httpd.conf, and all that was in there was just the modules, no other config info. The srm was completely blank. I removed both apache and jserv. The I just installed apache, once it was configured and ru

Re: woody, apache, & jserv

2001-02-14 Thread Daniel Kleine-Albers
[EMAIL PROTECTED] schrieb am 14.02.2001: >I'm running woody on a server, I used dselect to install apache and >jserv. >Now when apache tries to start up it errors saying: > >Syntax error on line 120 of /etc/jserv/jserv.conf: >Invalid command 'SetHandler', pe

woody, apache, & jserv

2001-02-14 Thread techlists
I'm running woody on a server, I used dselect to install apache and jserv. Now when apache tries to start up it errors saying: Syntax error on line 120 of /etc/jserv/jserv.conf: Invalid command 'SetHandler', perhaps mis-spelled or defined by a module not included in the server conf

webmail/jserv

2001-02-09 Thread techlists
Has anyone had experience setting up 'Webmail' from sourceforge? I've tried to install it, but I run into problems installing apache jserv. i tried using the jserv in dselect. But webmail claimed it needed a newer version. So when I downloaded the newest one from apache, I

jserv - apache install conflict

2001-01-30 Thread Sascha Dorff
Hi ! I thought i gave apache the servlet favour, but they didn't want it... I'm trying to install jserv + apache using dselect on a potato2.2r2box But dselect tells me: === jserv depends on java-virtual-machine apache conflicts with jserv (<= 1.1-3) jserv suggests apache

solved Re: potato i386. apache segfault after jserv deinstallation

2000-11-21 Thread Daniel Mettler
put_module throttle_module allowdev_module auth_mysql_module eaccess_module roaming_module i guess that this has something to do with removing and re-installing cocoon and jserv - although 'apt-get check' returned no dependency-problems at all. '/usr/sbin/apache -t' returns the synta

potato i386. apache segfault after jserv deinstallation

2000-11-21 Thread Daniel Mettler
) - hia, yesterday i migrated a website to debian potato. apache (from official deb binaries) excecuted with the new configuration, no probs. then i saw that both cocoon and jserv did not configure properly (but i did not expect anything else as i

potato i386. apache segfault after jserv deinstallation

2000-11-20 Thread Daniel Mettler
hia, yesterday i migrated a website to debian potato. apache (from official deb binaries) excecuted with the new configuration, no probs. then i saw that both cocoon and jserv did not configure properly (but i did not expect anything else as i have not set them up). to get rid of the apt-get

Does jserv support compressed jars?

2000-10-18 Thread Joe Emenaker
I'm having a hell of a time getting jserv 1.1.2-1 to work on Apache 1.3.12-2.1.   I keep getting "Can't find class org.apache.jserv.JServ". However, the /usr/share/java/ApacheJServ.jar *is* listed on a wrapper.classpath line in /etc/jserv/jserv.properties.   When I tur

Re: what is apxs in jserv documentation?

2000-06-20 Thread Colin Watson
"John F. Davis" <[EMAIL PROTECTED]> wrote: >The installation instructions for Jserv mention something called >apxs. What is apxs? It's the APache eXtenSion tool, for building Apache modules; you'll find it in the apache-dev package. -- Colin Watson

what is apxs in jserv documentation?

2000-06-20 Thread John F. Davis
Hello The installation instructions for Jserv mention something called apxs. What is apxs? John

Re: jserv package

2000-06-15 Thread Ron Rademaker
There is one in woody, I just checked, don't about potato or slink... Ron Rademaker On Thu, 15 Jun 2000, John F. Davis wrote: > Hello > > Is there a debian package for jserv? I have apache installed and > I want to install jserv without downloading the tar file

jserv package

2000-06-15 Thread John F. Davis
Hello Is there a debian package for jserv? I have apache installed and I want to install jserv without downloading the tar file as described on servletcentral.com. John

Re: Jserv segfault on Debian

2000-05-17 Thread Robert Varga
I use it without a problem. I use the following packages: jserv: 1.1-2 ibm-jdk1.1-installer: 1.1.8-3 (with the latest version of IBM JDK 1.1.8 (there was no segfault problem at our machines with versions after 1999 october)) we are also using gnujsp with it without any major problems. Regards

Jserv segfault on Debian

2000-05-16 Thread Ferenc Kiraly
Hi! Has anyone got Jserv running on Debian? I installed all the required packages for Jserv, but when I run it it immediately segfaults. Any ideas? feri.

jserv installation

2000-04-05 Thread Thomas Guettler
Hello I am very new to Debian. I installed jserv on my new potato. There were two things I had to change to get it working: 1. in apache/http.conf I had to uncomment the LoadModule line. and I added a line with "include ../jserv/jserv.conf 2. in jserv.conf I had to set ApjServLo

Re: jdk1.2 and Apache Jserv

1999-10-31 Thread Gareth
On Fri, 29 Oct 1999, James Sasitorn wrote: > is there a .deb package available? I haven't found one yet and am having some serious stability problems with it and apache jserv. Jserv keeps dying!!! I changed to green threads and it still keeps happening the person responsibile for the J

jserv or libapache-mod-jserv?

1999-10-28 Thread Stuart Ballard
I just tried to install gnujsp on my system and it went to install a package named "jserv". However, my system already has "libapache-mod-jserv" installed. Looking at the packages website, these seem to be the same thing, so I assume they will probably conflict (the authors ar

Re: Strange behaviour of Apache JServ

1999-08-30 Thread Gareth
On Thu, 26 Aug 1999, Hwei Sheng TEOH wrote: > I'm currently running a Java servlet that I wrote on Apache JServ. I'm getting > this strange behaviour that every time I restart Apache, and then access the > servlet, Apache returns a page complaining of an internal configurati

Strange behaviour of Apache JServ

1999-08-26 Thread Hwei Sheng TEOH
Hi! I'm currently running a Java servlet that I wrote on Apache JServ. I'm getting this strange behaviour that every time I restart Apache, and then access the servlet, Apache returns a page complaining of an internal configuration/ runtime error. However, if I persistently reload th

Compiling servlets for Apache JServ

1999-08-25 Thread Hwei Sheng TEOH
Hi! I probably missed something obvious, but I can't figure out how to compile servlets for Apache JServ. I have a file called `ServletTest.java' and that imports the javax.servlet.* packages. When I type `javac ServletTest.java', it complains that it cannot find the javax.ser

jserv

1998-11-01 Thread oswald berthold
yo please, was anybody lucky with installing the jserv module for apache on debian (and already has a package at hand?)? apparently the apache installation which comes with deb2.0 , expects modules to be compiled as shared_object files, which i do, but with the 1.3.3 source of apache rather than

jserv with apache

1998-05-07 Thread maillist
I've been trying to compile and set up jserv in Debian 2.0 and I haven't been having too much luck. I was wondering if someone had added all the neccessary stuff to apache 1.3b6 and .deb'inize it for me. Rocky -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject