Hi everybody I followed Jserv part of Paul Russo's Installation Instructions on Linux RedHad 5.2 at the faq.matic site. *My environment* Apache_1.3.4 /usr/local/apache/apache_1.3.4 Apache-Jserv-1.0b3 /usr/local/src/Apache-Jserv-1.0b3 Jsdk2.0 /usr/lib/JSDK2.0/jsdk.jar Jdk1.1.7 /usr/lib/jdk1.1.7/lib/classes.zip O/S SuSE Linux 6.0 i originally had configured Apache as follows /usr/local/apache/apache_1.3.4# configure --prefix=/usr/local/apache --enable-module=rewrite --enable-share= rewrite --enable-module=proxy --enable-share=proxy ApacheWebServer was working without any error I configure Jserv later as per your instructions, /usr/local/src/Apache-JServ-1.0b3# configure --prefix=/usr/local/etc/jserv; make ; make install the directories were created as mentioned in the faq. i copied the jserv modules also as said then i configure apache as /usr/local/apache/apache_1.3.4# configure --prefix=/usr/local/apache --add-module=src/modules/extra/mod_jser v.c --enable-shared=jserv --enable-module=jserv when i tried to configure Jserv as a DSO i get a lot of information on the screen with the following *missing* reports checking for working aclocal.....missing checking for working autoconf .......missing checking for working automake......missing checking for working autoheader......missing I think that may be the problem /usr/local/apache/apache_1.3.4#make /usr/local/apache/apache_1.3.4#make install I also the made the http.conf changes when is said /usr/local/apache/bin# apachectl start i got the error as when loading mod_rewrite.so and it said that is was during dbm_fetch when i commented that line LoadModule....mod_rewrite.so & Add...mod_rewrite.c , the httpd was started But Jserv does not seem to respond when i said at Lynx browser http://linux.tis.in/example/Hello where i had gone wrong. may i humbly expect a reply Riaz Internet Systems, TksIsvaran S/w Chennai, India. I have included the content of the httpd.conf file below ServerType standalone ServerRoot "/usr/local/apache" #LockFile /usr/local/apache/logs/httpd.lock PidFile /usr/local/apache/logs/httpd.pid ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 150 MaxRequestsPerChild 30 #Listen 3000 #Listen 12.34.56.78:80 #BindAddress * # LoadModule foo_module libexec/mod_foo.so LoadModule proxy_module libexec/libproxy.so LoadModule rewrite_module libexec/mod_rewrite.so ClearModuleList AddModule mod_env.c AddModule mod_log_config.c AddModule mod_mime.c AddModule mod_negotiation.c AddModule mod_status.c AddModule mod_include.c AddModule mod_autoindex.c AddModule mod_dir.c AddModule mod_cgi.c AddModule mod_asis.c AddModule mod_imap.c AddModule mod_actions.c AddModule mod_userdir.c AddModule mod_proxy.c AddModule mod_alias.c AddModule mod_rewrite.c AddModule mod_access.c AddModule mod_auth.c AddModule mod_so.c AddModule mod_setenvif.c #ExtendedStatus On Port 80 User nobody Group nogroup ServerAdmin [EMAIL PROTECTED] ServerName linux.tis.in DocumentRoot "/usr/local/apache/htdocs" <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/usr/local/apache/htdocs"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> UserDir public_html DirectoryIndex index.html AccessFileName .htaccess <Files .htaccess> Order allow,deny Deny from all </Files> #CacheNegotiatedDocs UseCanonicalName On TypesConfig /usr/local/apache/conf/mime.types DefaultType text/plain <IfModule mod_mime_magic.c> MIMEMagicFile /usr/local/apache/conf/magic </IfModule> HostnameLookups Off ErrorLog /usr/local/apache/logs/error_log LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent CustomLog /usr/local/apache/logs/access_log common ServerSignature On Alias /icons/ "/usr/local/apache/icons/" <Directory "/usr/local/apache/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" <Directory "/usr/local/apache/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> IndexOptions FancyIndexing AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType (VID,/icons/movie.gif) video/* AddIcon /icons/binary.gif .bin .exe AddIcon /icons/binhex.gif .hqx AddIcon /icons/tar.gif .tar AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip AddIcon /icons/a.gif .ps .ai .eps AddIcon /icons/layout.gif .html .shtml .htm .pdf AddIcon /icons/text.gif .txt AddIcon /icons/c.gif .c AddIcon /icons/p.gif .pl .py AddIcon /icons/f.gif .for AddIcon /icons/dvi.gif .dvi AddIcon /icons/uuencoded.gif .uu AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl AddIcon /icons/tex.gif .tex AddIcon /icons/bomb.gif core AddIcon /icons/back.gif .. AddIcon /icons/hand.right.gif README AddIcon /icons/folder.gif ^^DIRECTORY^^ AddIcon /icons/blank.gif ^^BLANKICON^^ DefaultIcon /icons/unknown.gif ReadmeName README HeaderName HEADER IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t AddEncoding x-compress Z AddEncoding x-gzip gz AddLanguage en .en AddLanguage fr .fr AddLanguage de .de AddLanguage da .da AddLanguage el .el AddLanguage it .it LanguagePriority en fr de BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 # Apache JServ Configuration File ############################################################################ LoadModule jserv_module libexec/mod_jserv.so ApJServManual off ApJServProperties /usr/local/src/Apache-JServ-1.0b3/example/jserv.properties ApJServLogFile /usr/local/src/Apache-JServ-1.0b3/example/jserv.log ApJServDefaultProtocol ajpv11 ApJServDefaultHost linux.tis.in ApJServDefaultPort 8007 ApJServSecretKey DISABLED ApJServMount /example /example ApJServMountCopy on #ApJServAction .jsp /servlets/nl.nmg.jsp.JSPServlet #ApJServAction .gsp /servlets/com.bitmechanics.gsp.GspServlet #ApJServAction .jhtml /servlets/org.apache.ssi.SSIServlet <Location /jserv/> SetHandler jserv-status order deny,allow deny from all allow from linux.tis.in 192.168.0.1 </Location> ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]