yessss i got it working .. !!!!! thanks for suggestions ... the problem
was with the ApacheJServ.jar file ..FOR SOME REASON NETSCAPE CANNOT
DOWNLOAD IT PROPERLY .. AND I JUST DOWNLOADED IT USING IE .. SO AFTERALL
MY CONFIGS WERE RIGHT ..!!!!! THANKS EVERYBODY
>From: "Sven Duzont" <[EMAIL PROTECTED]>
>Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
>To: "Java Apache Users" <[EMAIL PROTECTED]>
>Subject: Re: java.lang.NoClassDefFoundError(INSTALLATION PROB)
>Date: Thu, 1 Apr 1999 12:29:32 +0200
>MIME-Version: 1.0
>From [EMAIL PROTECTED] Thu Apr 01 02:28:00 1999
>Received: from [205.227.188.8] by hotmail.com (1.5) with SMTP id
MHotMailB8CC952401EBD1B9832DCDE3BC08DD100; Thu Apr 01 02:28:00 1999
>Received: from soleris.com by cgi.clearink.com with SMTP; Thu, 1 Apr
199902:26:59 -0800
>Message-ID: <00c301be7c2a$886343b0$[EMAIL PROTECTED]>
>References: <[EMAIL PROTECTED]>
>Organization: Soleris
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 5.00.2014.211
>X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
>Sender: <[EMAIL PROTECTED]>
>Precedence: Bulk
>List-Software: LetterRip Pro 3.0.5b4 by Fog City Software, Inc.
>List-Subscribe: <mailto:[EMAIL PROTECTED]>
>List-Digest: <mailto:[EMAIL PROTECTED]>
>List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
>
>Look at the ApJServMount line: there must have a space between /example
and
>/example, that the only one error that i have found
>ApJServMount \example \example is the correct syntax.
>For your information, I Use the apache 1.3.3 Web server On Windows
NT4.0
>(SP3)
>
>##########################
># This is my jserv.properties file #
>##########################
>wrapper.bin=C:\WINNT\system32\java.exe
>wrapper.classpath=C:\Program Files\Apache Group\Apache
JServ\ApacheJServ.jar
>wrapper.classpath=C:\JSDK2.0\lib\jsdk.jar
>wrapper.env=windir=C:\WINNT
>port=8007
>zones=root,test
>root.properties=C:\Program Files\Apache Group\Apache
>JServ\conf\root.properties
>test.properties=C:\Program Files\Apache Group\Apache
>JServ\conf\test.properties
>security.selfservlet=true
>security.maxConnections=50
>security.authentication=false
>log=true
>log.file=C:\Program Files\Apache Group\Apache JServ\logs\jserv.log
>log.timestamp=true
>log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
>log.channel.init=true
>log.channel.terminate=true
>log.channel.serviceRequest=true
>log.channel.authentication=true
>log.channel.signal=true
>log.channel.exceptionTracing=true
>log.channel.servletLog=true
>
>#########################
># This is my root.properties file #
>#########################
>repositories=C:\Program Files\Apache Group\Apache\htdocs\root
>autoreload.classes=true
>autoreload.classes=true
>autoreload.file=true
>init.timeout=10000
>destroy.timeout=10000
>session.timeout=1800000
>session.checkFrequency=30000
>singleThreadModelServlet.initialCapacity=5
>singleThreadModelServlet.incrementCapacity=5
>singleThreadModelServlet.maximumCapacity=10
>
>#########################
># This is my test.properties file #
>#########################
>repositories=C:\Program Files\Apache Group\Apache\htdocs\test
>autoreload.classes=true
>autoreload.classes=true
>autoreload.file=true
>init.timeout=10000
>destroy.timeout=10000
>session.timeout=1800000
>session.checkFrequency=30000
>singleThreadModelServlet.initialCapacity=5
>singleThreadModelServlet.incrementCapacity=5
>singleThreadModelServlet.maximumCapacity=10
>
>#####################
># This is my httpd.conf file #
>#####################
><IfModule mod_jserv.c>
>ApJServManual off
>ApJServProperties "C:\Program Files\Apache Group\Apache
>JServ\conf\jserv.properties"
>ApJServLogFile "C:\Program Files\Apache Group\Apache
>JServ\logs\mod_jserv.log"
>ApJServDefaultProtocol ajpv11
>ApJServDefaultPort 8007
>ApJServSecretKey DISABLED
>ApJServMount /root /root #### Here you must have a space between
the
>[name] and the [jserv-url]
>ApJServMount /test /test
>ApJServMountCopy on
><Location /jserv/>
> SetHandler jserv-status
> order deny,allow
> deny from all
> allow from all
></Location>
></IfModule>
>
>I have tried to replace the wrapper bin with
>"wrapper.bin=C:\jdk1.2\bin\java.exe" and it work for me.
>Do you run it with the JSDK 2.0???
>
>I don't think I can do more for you sorry :o(
>Regards
>Sven
>
>
>
>
>----------------------------------------------------------------
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Archives and Other: <http://java.apache.org/main/mail.html/>
>Problems?: [EMAIL PROTECTED]
>
Get Your Private, Free Email at http://www.hotmail.com
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]