Hello , I have configured ApacheJServ-1.0 for Apache 1.3.9 on RedHat6.I have configured in the normal way. for jserv: ./configure \ --prefix=/usr/local/java/jserv \ --with-jdk-home=/usr/local/java/jdk \ --enable-compressed-jar \ --with-jsdk=/usr/local/java/JSDK2.0/lib/jsdk.jar \ --with-apache-install=/usr/local/apache make && make install for apache: ./configure --prefix=/usr/local/apache \ --enable-module=so --enable-rule=SHARED_CORE Then after this when i tried to access http://localhost/example/Hello i got an Internal server error. So i added LoadModule ................ and AddModule ............. lines to httpd.conf and also copied jserv.conf and pasted in httpd.conf. example.properties=/home/ram/ApacheJServ-1.0/example/example.properties Now when i give http://localhost/jserv i get the creen but when i give http://localhost/example/Hello I again get an Internal server error Could someone point out the error Thanking you Ram
Hello , I have configured ApacheJServ-1.0 for Apache 1.3.9 on RedHat6.I have configured in the normal way. for jserv: ./configure \ --prefix=/usr/local/java/jserv \ --with-jdk-home=/usr/local/java/jdk \ --enable-compressed-jar \ --with-jsdk=/usr/local/java/JSDK2.0/lib/jsdk.jar \ --with-apache-install=/usr/local/apache make && make install for apache: ./configure --prefix=/usr/local/apache \ --enable-module=so --enable-rule=SHARED_CORE Then after this when i tried to access http://localhost/example/Hello i got an Internal server error. So i added LoadModule ................ and AddModule ............. lines to httpd.conf and also copied jserv.conf and pasted in httpd.conf. example.properties=/home/ram/ApacheJServ-1.0/example/example.properties Now when i give http://localhost/jserv i get the creen but when i give http://localhost/example/Hello I again get an Internal server error Could someone point out the error Thanking you Ram
