Hi,
Is your file http.conf really looks like this:
include c:/program files/apache
group/jakarta-tomcat/conf/tomcat-apache.conf
on two lines ?
Try to put it on one line :
include c:/program files/apache group/jakarta-tomcat/conf/tomcat-apache.conf
or try with " :
include c:/"program files"/"apache group"/jakarta-tomcat/conf/tomcat-apache.conf
Bye.
cocojava chen a écrit :
> I guess the real problem is I have a file name with space such as /program
> files/apache group/, DOS won't take it. is there any way that I can use
> other name to refer this actual name?
>
> >From: Raghu <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: httpd conf file
> >Date: Tue, 30 Jan 2001 19:19:47 -0800
> >
> >try replacing the value of TOMCAT_HOME with the actual
> >value and remove other variable references for any
> >global vars. ( if any )
> >
> >raghav
> >
> >
> >--- cocojava chen <[EMAIL PROTECTED]> wrote:
> > > Hi, all;
> > >
> > > I installed Apache and Tomcat on Window4.0 with
> > > JDK1.3, it works fine,
> > > now I try to install them on Window98, Apache is not
> > > working. My http.conf
> > > looks like this:
> > >
> > > include c:/program files/apache
> > > group/jakarta-tomcat/conf/tomcat-apache.conf
> > >
> > > from DOS, I got msg:
> > >
> > > C:\Program Files\Apache Group\Apache>apache
> > > Syntax error on line 973 of c:/program files/apache
> > > group/apache/conf/httpd.conf
> > > :
> > > Include takes one argument, Name of the config file
> > > to be included
> > >
> > > then I change it to this in http.conf:
> > >
> > > include %TOMCAT_HOME%/conf/tomcat-apache.conf
> > >
> > > DOS error msg is:
> > >
> > > C:\Program Files\Apache Group\Apache>apache
> > > fopen: No such file or directory
> > > APACHE.EXE: could not open document config file
> > > c:/program files/apache
> > > group/ap
> > > ache/%TOMCAT_HOME%/conf/tomcat-apache.conf
> > > Note the errors or messages above, and press the
> > > <ESC> key to exit.
> > >
> > > my autoexec.bat file is:
> > >
> > > set JAVA_HOME=c:\jdk1.3
> > > set ANT_HOME=C:\Progra~1\Apache~1\jakarta-tomcat
> > > set TOMCAT_HOME=C:\Progra~1\Apache~1\jakarta-tomcat
> > > set
> > >
>
>>classpath=.;%TOMCAT_HOME%\lib\webserver.jar;%TOMCAT_HOME%\lib\servlet.jar;%classpath%
> > >
> > > what's wrong? I did it the same on NT, and it's
> > > working, why not on
> > > windows98?
> > >
> > > thanks
> > >
> > > coco
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >_________________________________________________________________
> > > Get your FREE download of MSN Explorer at
> > > http://explorer.msn.com
> > >
> > >
> >___________________________________________________________________________
> > > To unsubscribe, send email to [EMAIL PROTECTED]
> > > and include in the body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives:
> > >
> >http://archives.java.sun.com/archives/servlet-interest.html
> > > Resources:
> > >
> >http://java.sun.com/products/servlet/external-resources.html
> > > LISTSERV Help:
> >http://www.lsoft.com/manuals/user/user.html
> >
> >
> >__________________________________________________
> >Get personalized email addresses from Yahoo! Mail - only $35
> >a year! http://personal.mail.yahoo.com/
> >
> >___________________________________________________________________________
> >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> >of the message "signoff SERVLET-INTEREST".
> >
> >Archives: http://archives.java.sun.com/archives/servlet-interest.html
> >Resources: http://java.sun.com/products/servlet/external-resources.html
> >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html