----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Sergio,
With the spaces here
ApJServProperties c:/Archivos de programa/Apache JServ
1.1/conf/jserv.properties
ApJServLogFile c:/Archivos de programa/Apache JServ 1.1/jserv.module.log
You need to put the paths in quotes like this:
ApJServProperties "c:/Archivos de programa/Apache JServ
1.1/conf/jserv.properties"
ApJServLogFile "c:/Archivos de programa/Apache JServ 1.1/jserv.module.log"
This happens in quite a few different places, so I suggest double checking all
of your config files and making sure that any entries with spaces in the path
are in quotes.
James
Sergio Rios Mendoza wrote:
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi mates !
> I have a problem installing Jserv .
> First of all, Apache is running as a service on a NT celeron 433 MHZ box
> with 128 MB on Ram, but when I tried to install Jserve (following your own
> instructions) Apache doesn`t start and NT says "The process cannot be
> started".
> If I remark some lines in httpd.conf, then Apache starts and runs without
> the servlets service.
> Below you can find part of the httpd.conf file. I hope you can help me.
> I'm trying to use Apache JServ 1.1 with Apache 1.3.11.
>
> Here my problem (I think) is that I'm not putting the line in the right
> order. Your documentation doesn't say where so I put it as ordered
> alphabetically
> #
> # Dynamic Shared Object (DSO) Support
> #
> # To be able to use the functionality of a module which was built as a DSO
> you
> # have to place corresponding `LoadModule' lines at this location so the
> # directives contained in it are actually available _before_ they are used.
> # Please read the file README.DSO in the Apache 1.3 distribution for more
> # details about the DSO mechanism and run `apache -l' for the list of
> already
> # built-in (statically linked and thus always available) modules in your
> Apache
> # binary.
> #
> # Note: The order in which modules are loaded is important. Don't change
> # the order below without expert advice.
> #
> #LoadModule anon_auth_module modules/ApacheModuleAuthAnon.dll
> #LoadModule cern_meta_module modules/ApacheModuleCERNMeta.dll
> #LoadModule digest_module modules/ApacheModuleDigest.dll
> #LoadModule expires_module modules/ApacheModuleExpires.dll
> #LoadModule headers_module modules/ApacheModuleHeaders.dll
> LoadModule jserv_module modules/ApacheModuleJServ.dll
> #LoadModule proxy_module modules/ApacheModuleProxy.dll
> #LoadModule rewrite_module modules/ApacheModuleRewrite.dll
> #LoadModule speling_module modules/ApacheModuleSpeling.dll
> #LoadModule status_module modules/ApacheModuleStatus.dll
> #LoadModule usertrack_module modules/ApacheModuleUserTrack.dll
>
> Once again, your documenntation doesn't say where to put this lines, so I
> put it at the end of the file
> #
> # These lines are from jserv
> #
> ApJServProperties c:/Archivos de programa/Apache JServ
> 1.1/conf/jserv.properties
> ApJServLogFile c:/Archivos de programa/Apache JServ 1.1/jserv.module.log
>
> Thanks for your help
> Sergio Rios
> Comercial Mexicana
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
James Harman
Requisite Technology
[EMAIL PROTECTED]
----------------------
For Technical Support,
email: [EMAIL PROTECTED]
phone: 303-474-2288
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]