----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

on 7/7/2000 4:58 PM, "Rao, Abhijit" <[EMAIL PROTECTED]> wrote:

> ImgConfig.ImgConfig Exception : htdocs/dh/Config/dhImageProc.conf (No such
> file or directory)
> :
> :
> In the source code, the file is declared as follows
> :
> static private final String configFileName =
> "htdocs/dh/Config/dhImageProc.conf";
> :
> 
> and used as 
> :
> read(configFileName);
> :
> 
> The mod_jserv.log message is perhaps due to the fact that the numeric data
> was not read from the file properly.
> 
> Can anyone please tell me why it does not work under Solaris. Needless to
> say this could be a fundamental issue - I am trying to learn this
> incredible software. I did search the archives.

It is simple why it isn't working, the file is not found, nothing more,
nothing less. 

You should use a full path to the file to find it since obviously the
relative path isn't the same on solaris and win32. if you don't want to hard
code a path, then you should pass it as a property to the servlet in the
zone.properties file.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to