You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sandor Spruit <sa...@cs.uu.nl> on 2000/11/03 15:06:52 UTC

Tomcat-apache.conf contains backslashes, not forward slashes ?

Folks,

Could anyone confirm that the tomcat-apache.conf file, as generated by
Tomcat, contains backslashes for directory names ? The 3.2 development
tree seems to suggest this is being worked on. For now, I'm afraid
I'll have to manually change this on each Tomcat startup. True ?

I was just happy I understood the configuration issues for 3.1, so I
hoped I could stick with 3.1 for a while. But when I have to edit the
Apache configuration on each startup during testing, well ... ;)

Cheers,
Sandor

-- 
ir A.G.L. Spruit, Utrecht University, the Netherlands
Institute of information and computing sciences
"There is a bit of magic in everything, and then some
loss to even things out" (from: Lou Reed, "Magic and Loss")



Re: Tomcat-apache.conf contains backslashes, not forward slashes ?

Posted by Guy Payne <gu...@aircomusa.com>.
Check in tomcat/conf/workers.properties - There are several path you should
modify plus there is some configuration that looks like this:

#
# You should configure your environment slash... ps=\ on NT and / on UNIX
# and maybe something different elsewhere.
#
#ps=\
 ps=/

uncomment the one for your system.

Hope this helps.
Guy


----- Original Message -----
From: "Sandor Spruit" <sa...@cs.uu.nl>
To: <to...@jakarta.apache.org>
Sent: Friday, November 03, 2000 7:06 AM
Subject: Tomcat-apache.conf contains backslashes, not forward slashes ?


>
> Folks,
>
> Could anyone confirm that the tomcat-apache.conf file, as generated by
> Tomcat, contains backslashes for directory names ? The 3.2 development
> tree seems to suggest this is being worked on. For now, I'm afraid
> I'll have to manually change this on each Tomcat startup. True ?
>
> I was just happy I understood the configuration issues for 3.1, so I
> hoped I could stick with 3.1 for a while. But when I have to edit the
> Apache configuration on each startup during testing, well ... ;)
>
> Cheers,
> Sandor
>
> --
> ir A.G.L. Spruit, Utrecht University, the Netherlands
> Institute of information and computing sciences
> "There is a bit of magic in everything, and then some
> loss to even things out" (from: Lou Reed, "Magic and Loss")
>