Michael Schulz a �crit :

Hello !

> Denis Bucher wrote:
> > Did you tryed [...............]
> Yes, the Servletrunner works...

Good.

>> Good. Now let's see the logs, what do you see in these files ? :
>> [...]
> Here are the last lines from jserv.log
> [logs]

> and here are the last lines from error_log
> (/usr/local/apache/logs/error_logs)
> 
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> Can't find class org.apache.jserv.JServ
> 
> Why can�t he find that class?

I WAS SURE !

Ok, then it's very simple to solve the problem :-))


1. Please look into your jserv.properties config file what the
wrapper.classpath are and what the CLASSPATH in the shell is.
(set | grep CLASSPATH)

2. Add all paths that are in the CLASSPATH to your jserv.properties,
you may always remove them afterwards if they are not necessary...

3. Now if it doesn't works it is normal. Just take all paths/files
specified in wrapper.classpath and check that the following works :

su - [nameofthewebserver]
cd /firstpath-specified-aswrapper.classpath
ls file
ls /secondfile-specified-aswrapper.classpath
...

(Well, cd if it's a path, and ls if it is a file, of course)

I would guess some of them get a "permission denied" ;-))))

And that's the problem to solve : I'm sure it will work, after that
correction :-)))

Denis

-- 

Denis Bucher,   /  [EMAIL PROTECTED]       T�l. +41-22-8000625   \  Internet
Horus Networks /  horus-networks.com    Fax: +41-22-8000622   \  Services
              /  http://www.horus.ch   US Fax: (508) 437-1261  \  Provider


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to